Class PosStats


public class PosStats extends ChrPosStats
How many changes per position do we have in a chromosome. Summary by dividing the chromosome into MAX_BINS bins
Author:
pcingola
  • Field Details

  • Constructor Details

    • PosStats

      public PosStats()
    • PosStats

      public PosStats(String name)
    • PosStats

      public PosStats(String name, int maxBins)
  • Method Details

    • rand

      public void rand(int maxLen, int countMax)
      Create random counts (used for debugging)
      Parameters:
      maxLen -
      countMax -
    • sample

      public void sample(Marker marker, Marker markerReference)
      Use 'num' as a sample
    • size

      public int size()
      Overrides:
      size in class ChrPosStats