Package | Description |
---|---|
htsjdk.samtools |
Modifier and Type | Method and Description |
---|---|
BinList |
BrowseableBAMIndex.getBinsOverlapping(int referenceIndex,
int startPos,
int endPos)
Get a list of bins in the BAM file that may contain SAMRecords for the given range.
|
BinList |
SRAIndex.getBinsOverlapping(int referenceIndex,
int startPos,
int endPos)
Provides a list of bins that contain bases at requested positions
|