org.metaqtl.factory
Class MetaQtlAnalysisFactory
java.lang.Object
org.metaqtl.factory.MetaQtlAnalysisFactory
public final class MetaQtlAnalysisFactory
- extends java.lang.Object
A factory to deal with the result of a QTL meta-analysis.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MetaQtlAnalysisFactory
public MetaQtlAnalysisFactory()
read
public static MetaQtlAnalysis read(java.io.InputStream stream)
throws java.io.IOException
- Parameters:
stream -
- Returns:
-
- Throws:
java.io.IOException
read
public static MetaQtlAnalysis read(java.io.Reader reader)
throws java.io.IOException
- Parameters:
reader -
- Returns:
-
- Throws:
java.io.IOException
write
public static void write(MetaQtlAnalysis analysis,
java.io.OutputStream stream)
throws java.io.IOException
- This methods writes out in the given
stream the results
of a QTL meta-analysis. The user is responsible for closing the stream.
- Parameters:
analysis - the meta analysis resultsstream - an output stream.
- Throws:
java.io.IOException