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