Uses of Interface
org.metaqtl.IMetaAlgorithm

Packages that use IMetaAlgorithm
org.metaqtl.algo   
 

Uses of IMetaAlgorithm in org.metaqtl.algo
 

Classes in org.metaqtl.algo that implement IMetaAlgorithm
 class ClustAlgorithm
           
 class MetaAlgorithm
           
 class MetaMapAlgorithm
          This class is dedicated to the construction of a consensus genetic map from a set of genetic maps based on a Weigthed Least Square approach.
 class QtlClustAlgorithm
          This class defines methods to perform a QTL meta-analysis on a genetic map by applying a clustering of QTL based on a gaussian mixture model and the EM-algorihtm.
 class QtlProjAlgorithm
          This class defines some methods to project QTL positions from a genetic map to another.
 class QtlTreeAlgorithm
          This class defines methods to perform agglomerative hierarchical QTL clustering.