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 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()