public class ListStats
protected GenotypeCallTable myGenotype
public static ListStats getTaxaInstance(GenotypeCallTable genotype)
public static ListStats getSiteInstance(GenotypeCallTable genotype)
public int size()
public byte majorAllele(int index)
public double majorAlleleFrequency(int index)
public byte minorAllele(int index)
public double minorAlleleFrequency(int index)