|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.metaqtl.algo.CMSAlgorithm
public final class CMSAlgorithm
Use this class to find common marker sequences between two chromosomes.
Chromosome,
CMarkerSequence| Constructor Summary | |
|---|---|
CMSAlgorithm()
|
|
| Method Summary | |
|---|---|
static CMarkerSequence |
run(Chromosome chrom1,
Chromosome chrom2)
This methods find the common marker sequences between the two given chromosomes. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CMSAlgorithm()
| Method Detail |
|---|
public static CMarkerSequence run(Chromosome chrom1,
Chromosome chrom2)
chrom1 - the first Chromosome.chrom2 - the second Chromosome.
CMarkerSequence
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||