Uses of Class
org.metaqtl.CMarkerSequence

Packages that use CMarkerSequence
org.metaqtl   
org.metaqtl.algo   
 

Uses of CMarkerSequence in org.metaqtl
 

Fields in org.metaqtl declared as CMarkerSequence
 CMarkerSequence ChromCluster.ClusterEdge.cms
           
 

Methods in org.metaqtl with parameters of type CMarkerSequence
 void ChromCluster.ClusterGraph.addEdge(Chromosome cur1, Chromosome cur2, CMarkerSequence cms)
           
 

Constructors in org.metaqtl with parameters of type CMarkerSequence
ChromCluster.ClusterEdge(CMarkerSequence cms, Chromosome chrom)
           
 

Uses of CMarkerSequence in org.metaqtl.algo
 

Methods in org.metaqtl.algo that return CMarkerSequence
static CMarkerSequence CMSAlgorithm.run(Chromosome chrom1, Chromosome chrom2)
          This methods find the common marker sequences between the two given chromosomes.