|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.metaqtl.factory.MetaMapSummaryFactory
public class MetaMapSummaryFactory
A factory to write out the information on a MetaMap.
| Constructor Summary | |
|---|---|
MetaMapSummaryFactory()
|
|
| Method Summary | |
|---|---|
static void |
write(MetaMap metaMap,
java.io.OutputStream stream)
This methods writes out the summary for a consensus genetic map into a 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 MetaMapSummaryFactory()
| Method Detail |
|---|
public static void write(MetaMap metaMap,
java.io.OutputStream stream)
throws java.io.IOException
stream. The user is reponsible for
closing the stream.
The format of the output is as follows :
metaMap - a consensus genetic map.stream - an output stream.
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||