public class DominanceRelationshipMatrix
Compute Dominance Relationship Matrix for all pairs of taxa. Missing sites are ignored. http://www.genetics.org/content/198/4/1759.abstract
public static DistanceMatrix getInstance(GenotypeTable genotype)
Compute Dominance Relationship Matrix for all pairs of taxa. Missing sites are ignored.
genotype - Genotype Table used to compute dominance relationshippublic static DistanceMatrix getInstance(GenotypeTable genotype, int maxAlleles, net.maizegenetics.analysis.distance.KinshipPlugin.ALGORITHM_VARIATION variation, ProgressListener listener)
Compute Dominance Relationship Matrix for all pairs of taxa. Missing sites are ignored.
genotype - Genotype Table used to compute dominance relationshipmaxAlleles - variation - listener - progress listener