Uses of Class
org.metaqtl.algo.MetaAlgorithm

Packages that use MetaAlgorithm
org.metaqtl.algo   
 

Uses of MetaAlgorithm in org.metaqtl.algo
 

Subclasses of MetaAlgorithm in org.metaqtl.algo
 class ClustAlgorithm
           
 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.