public static class SamLocusIterator.RecordAndOffset
extends java.lang.Object
| Constructor and Description |
|---|
RecordAndOffset(SAMRecord record,
int offset) |
| Modifier and Type | Method and Description |
|---|---|
byte |
getBaseQuality() |
int |
getOffset()
Zero-based offset into the read corresponding to the current position in LocusInfo
|
byte |
getReadBase() |
SAMRecord |
getRecord() |
public RecordAndOffset(SAMRecord record, int offset)
public int getOffset()
public SAMRecord getRecord()
public byte getReadBase()
public byte getBaseQuality()