Package org.snpeff.gsa
Class ChrPosScoreList
java.lang.Object
org.snpeff.gsa.ChrPosScoreList
A list of <chromosome, position, scores>
- Author:
- pcingola
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
add
(Chromosome chr, int start, int end, double score) getChromosome
(int index) getChromosomeName
(int index) int
getEnd
(int index) double
getScore
(int index) int
getStart
(int index) int
size()
toString()