public class DominanceRelationshipMatrix extends Object
Modifier and Type | Method and Description |
---|---|
static DistanceMatrix |
getInstance(GenotypeTable genotype)
Compute Dominance Relationship Matrix for all pairs of taxa.
|
static DistanceMatrix |
getInstance(GenotypeTable genotype,
int maxAlleles,
KinshipPlugin.ALGORITHM_VARIATION variation,
ProgressListener listener)
Compute Dominance Relationship Matrix for all pairs of taxa.
|
public static DistanceMatrix getInstance(GenotypeTable genotype)
genotype
- Genotype Table used to compute dominance relationshippublic static DistanceMatrix getInstance(GenotypeTable genotype, int maxAlleles, KinshipPlugin.ALGORITHM_VARIATION variation, ProgressListener listener)
genotype
- Genotype Table used to compute dominance relationshipmaxAlleles
- variation
- listener
- progress listenerCopyright © 2018. All rights reserved.