Package | Description |
---|---|
htsjdk.tribble.index | |
htsjdk.tribble.index.interval | |
htsjdk.tribble.index.linear | |
htsjdk.tribble.index.tabix |
Modifier and Type | Method and Description |
---|---|
List<Block> |
ChrIndex.getBlocks() |
List<Block> |
ChrIndex.getBlocks(int start,
int end) |
List<Block> |
AbstractIndex.getBlocks(String chr) |
List<Block> |
Index.getBlocks(String chr,
int start,
int end)
Query the index.
|
List<Block> |
AbstractIndex.getBlocks(String chr,
int start,
int end) |
Modifier and Type | Method and Description |
---|---|
Block |
Interval.getBlock() |
Modifier and Type | Method and Description |
---|---|
List<Block> |
IntervalTreeIndex.ChrIndex.getBlocks() |
List<Block> |
IntervalTreeIndex.ChrIndex.getBlocks(int start,
int end) |
Constructor and Description |
---|
Interval(int start,
int end,
Block block) |
Modifier and Type | Method and Description |
---|---|
List<Block> |
LinearIndex.ChrIndex.getBlocks() |
List<Block> |
LinearIndex.ChrIndex.getBlocks(int start,
int end) |
Modifier and Type | Method and Description |
---|---|
List<Block> |
TabixIndex.getBlocks(String chr,
int start,
int end) |