Class ChrPosScoreList
java.lang.Object
org.snpeff.gsa.ChrPosScoreList
A list of invalid input: '<'chromosome, position, scores>
- Author:
- pcingola
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(Chromosome chr, int start, int end, double score) getChromosome(int index) getChromosomeName(int index) intgetEnd(int index) doublegetScore(int index) intgetStart(int index) intsize()toString()
-
Constructor Details
-
ChrPosScoreList
public ChrPosScoreList()
-
-
Method Details
-
add
-
getChromosome
-
getChromosomeName
-
getEnd
public int getEnd(int index) -
getScore
public double getScore(int index) -
getStart
public int getStart(int index) -
size
public int size() -
toString
-