| Package | Description |
|---|---|
| htsjdk.tribble.index | |
| htsjdk.tribble.index.interval | |
| htsjdk.tribble.index.linear |
| Constructor and Description |
|---|
AbstractIndex(AbstractIndex parent) |
| Modifier and Type | Class and Description |
|---|---|
class |
IntervalTreeIndex
Index based on an interval tree
|
| Modifier and Type | Class and Description |
|---|---|
class |
LinearIndex
Index defined by dividing the genome by chromosome, then each chromosome into bins of fixed width (in
genomic coordinates).
|