GT
BasicRefGT
public interface RefGT extends GT
Interface RefGT
represents phased, compressed, nonmissing
genotype data for a list of markers and a list of reference samples.
All instances of RefGT
are required to be immutable.
Modifier and Type | Method | Description |
---|---|---|
RefGTRec |
get(int marker) |
Returns the
RefGTRec for the specified marker. |
RefGTRec get(int marker)
RefGTRec
for the specified marker.marker
- the marker indexRefGTRec
for the specified markerjava.lang.IndexOutOfBoundsException
- if
marker < 0 || marker >= this.nMarkers()