org.metaqtl
Class MetaMap

java.lang.Object
  extended by org.metaqtl.MetaMap

public class MetaMap
extends java.lang.Object

A MetaMap is a bundle of MetaChrom objects.


Field Summary
 MetaChrom[] chromosomes
          The meta chromosomes.
 int nchr
          The number of meta chromosmes.
 
Constructor Summary
MetaMap(int nchr)
          Creates a new instance of MetaMap which will contain nchr MetaChrom objects.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nchr

public int nchr
The number of meta chromosmes.


chromosomes

public MetaChrom[] chromosomes
The meta chromosomes.

Constructor Detail

MetaMap

public MetaMap(int nchr)
Creates a new instance of MetaMap which will contain nchr MetaChrom objects.

Parameters:
nchr - the number of meta chromsomes.