public class DominanceNormalizedIBSMatrix
public static DistanceMatrix getInstance(GenotypeTable genotype)
http://www.ncbi.nlm.nih.gov/pmc/articles/PMC4375616/pdf/main.pdf p. 378
genotype - Genotype Table used to compute matrixpublic static DistanceMatrix getInstance(GenotypeTable genotype, ProgressListener listener)
Same as other getInstance() but reports progress.
genotype - Genotype Table used to compute matrixlistener - Progress listenerprotected static void fireProgress(int percent,
ProgressListener listener)