Package vcf
Interface RefGT
-
- All Superinterfaces:
GT
- All Known Implementing Classes:
BasicRefGT
public interface RefGT extends GT
Interface
RefGTrepresents phased, compressed, nonmissing genotype data for a list of markers and a list of reference samples.All instances of
RefGTare required to be immutable.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RefGTRecget(int marker)Returns theRefGTRecfor the specified marker.
-
-
-
Method Detail
-
get
RefGTRec get(int marker)
Returns theRefGTRecfor the specified marker.- Parameters:
marker- the marker index- Returns:
- the
RefGTRecfor the specified marker - Throws:
java.lang.IndexOutOfBoundsException- ifmarker < 0 || marker >= this.nMarkers()
-
-