org.metaqtl.bio.util
Class BioUtilities

java.lang.Object
  extended by org.metaqtl.bio.util.BioUtilities

public class BioUtilities
extends java.lang.Object

General comments must be added here.

Author:
Julien Cornouiller Additions 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

BioUtilities

public BioUtilities()
Method Detail

sortLociByPosition

public static IBioLocus[] sortLociByPosition(IBioLocus[] loci)
Sort tab with loci

Parameters:
loci -

mergeGenome

public 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.