public class MaskGenotypeCallTable
public MaskGenotypeCallTable(GenotypeCallTable base, MaskMatrix mask)
public byte genotype(int taxon,
int site)
public kotlin.Array[] genotypeForAllTaxa(int site)
public kotlin.Array[] genotypeForAllSites(int taxon)
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()