Uses of Class
org.metaqtl.MetaMap

Packages that use MetaMap
org.metaqtl.adapter   
org.metaqtl.algo   
org.metaqtl.factory   
 

Uses of MetaMap in org.metaqtl.adapter
 

Methods in org.metaqtl.adapter with parameters of type MetaMap
static IBioGenome MetaMapAdapter.toIBioGenome(MetaMap metaMap)
          This methos convert a MetaMap object into an object which is consistent with the IBioGenome interface.
 

Uses of MetaMap in org.metaqtl.algo
 

Methods in org.metaqtl.algo that return MetaMap
 MetaMap MetaMapAlgorithm.getResult()
           
 

Uses of MetaMap in org.metaqtl.factory
 

Methods in org.metaqtl.factory with parameters of type MetaMap
static void MetaMapSummaryFactory.write(MetaMap metaMap, java.io.OutputStream stream)
          This methods writes out the summary for a consensus genetic map into a given output stream stream.