trans.cel
Class ChromosomeIndex

java.lang.Object
  extended bytrans.cel.ChromosomeIndex

public class ChromosomeIndex
extends java.lang.Object

Use to keep track of intensities in a array, their chromosome name, and start stop indexes.


Constructor Summary
ChromosomeIndex(java.lang.String chromosome, int startIndex, int stopIndex)
           
 
Method Summary
 java.lang.String getChromosome()
           
 int getStartIndex()
           
 int getStopIndex()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChromosomeIndex

public ChromosomeIndex(java.lang.String chromosome,
                       int startIndex,
                       int stopIndex)
Method Detail

getChromosome

public java.lang.String getChromosome()

getStartIndex

public int getStartIndex()

getStopIndex

public int getStopIndex()