Package Utils.SingleGenotype
Class SingleGenotypeProbability
- java.lang.Object
-
- Utils.SingleGenotype.SingleGenotypePosition
-
- Utils.SingleGenotype.SingleGenotypeProbability
-
public class SingleGenotypeProbability extends SingleGenotypePosition
Represents the genotype probabilities for a single genotype
-
-
Constructor Summary
Constructors Constructor Description SingleGenotypeProbability(int sample, int snp, double[] prob)
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double[]
getProb()
Get the genotype probabilities-
Methods inherited from class Utils.SingleGenotype.SingleGenotypePosition
getSample, getSNP, samePosition, samePositions
-
-