public class DifferenceGenotypeCallTable
public DifferenceGenotypeCallTable(GenotypeCallTable base, java.util.List<java.lang.Integer> hybrids, java.util.List<java.lang.Integer> parents)
public byte genotype(int taxon,
int site)
public java.lang.String genotypeAsString(int taxon,
int site)
public java.lang.String genotypeAsStringRange(int taxon,
int startSite,
int endSite)
public java.lang.String diploidAsString(int site,
byte value)
public void transposeData(boolean siteInnerLoop)
public boolean isSiteOptimized()