Class ChrPosScoreList


  • public class ChrPosScoreList
    extends java.lang.Object
    A list of
    Author:
    pcingola
    • Constructor Detail

      • ChrPosScoreList

        public ChrPosScoreList()
    • Method Detail

      • add

        public void add​(Chromosome chr,
                        int start,
                        int end,
                        double score)
      • getChromosome

        public Chromosome getChromosome​(int index)
      • getChromosomeName

        public java.lang.String getChromosomeName​(int index)
      • getEnd

        public int getEnd​(int index)
      • getScore

        public double getScore​(int index)
      • getStart

        public int getStart​(int index)
      • size

        public int size()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object