Uses of Interface
org.thalia.bio.IBioCross

Packages that use IBioCross
org.metaqtl   
org.metaqtl.adapter   
org.thalia.bio.entity   
 

Uses of IBioCross in org.metaqtl
 

Methods in org.metaqtl with parameters of type IBioCross
 void ChromCluster.addChromosome(IBioLGroup group, IBioCross crossDesign, int mappingFunction, int mappingUnit, boolean rescale, boolean skeleton)
          Add a chromosome to the cluster
 void MapCluster.addChromosome(IBioLGroup group, IBioCross crossDesign, int mappingFunction, int mappingUnit, boolean rescale, boolean skeleton)
          Add a chromosome to the map cluster framework.
 

Uses of IBioCross in org.metaqtl.adapter
 

Methods in org.metaqtl.adapter with parameters of type IBioCross
static Chromosome ChromosomeAdapter.toChromosome(IBioLGroup group, IBioCross crossDesign, int mappingFunction, int mappingUnit)
          This method converts a linkage group into a chromosome of type Chromosome with the given cross design and the given mapping context.
 

Uses of IBioCross in org.thalia.bio.entity
 

Classes in org.thalia.bio.entity that implement IBioCross
 class CrossPopulation
          Class Description Here