Package Utils.SingleGenotype
Class SingleGenotypeCall
- java.lang.Object
-
- Utils.SingleGenotype.SingleGenotypePosition
-
- Utils.SingleGenotype.SingleGenotypeCall
-
public class SingleGenotypeCall extends SingleGenotypePosition
Represents a single genotype call
-
-
Constructor Summary
Constructors Constructor Description SingleGenotypeCall(int sample, int snp, byte call)
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte
getCall()
Get the call-
Methods inherited from class Utils.SingleGenotype.SingleGenotypePosition
getSample, getSNP, samePosition, samePositions
-
-