|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.metaqtl.bio.util.BioUtilities
public class BioUtilities
General comments must be added here.
Constructor Summary | |
---|---|
BioUtilities()
|
Method Summary | |
---|---|
static void |
mergeGenome(IBioGenome g1,
IBioGenome g2)
This method merges two genomes in a single one : g1 is
modified and will contain the result of the merge. |
static IBioLocus[] |
sortLociByPosition(IBioLocus[] loci)
Sort tab with loci |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BioUtilities()
Method Detail |
---|
public static IBioLocus[] sortLociByPosition(IBioLocus[] loci)
loci
- public static void mergeGenome(IBioGenome g1, IBioGenome g2)
g1
is
modified and will contain the result of the merge.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |