trans.cel
Class ChromosomeIndex
java.lang.Object
trans.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)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ChromosomeIndex
public ChromosomeIndex(java.lang.String chromosome,
int startIndex,
int stopIndex)
getChromosome
public java.lang.String getChromosome()
getStartIndex
public int getStartIndex()
getStopIndex
public int getStopIndex()