|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.metaqtl.factory.MetaQtlAnalysisSummaryFactory
public class MetaQtlAnalysisSummaryFactory
A factory to deal with QTL meta-analysis result.
| Constructor Summary | |
|---|---|
MetaQtlAnalysisSummaryFactory()
|
|
| Method Summary | |
|---|---|
static void |
write(MetaQtlAnalysis analysis,
java.io.OutputStream stream)
This method writes out the summary for a givene QTL meta-analysis result analysis on the given output stream stream. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MetaQtlAnalysisSummaryFactory()
| Method Detail |
|---|
public static void write(MetaQtlAnalysis analysis,
java.io.OutputStream stream)
throws java.io.IOException
analysis on the given output stream stream. The
user is respondible for closing the stream.
The output is a tabulated format with the following columns :
analysis - stream -
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||