API Reference

Public

Indexes.TabixMethod
Tabix(filename::AbstractString)
Tabix(input::IO)

Load a Tabix index from filename or input.

source
Indexes.overlapchunksMethod
overlapchunks(tabix::Tabix, interval::Interval)

Return chunks possibly overlapping with the range specified by interval.

Note that records within the returned chunks are not guaranteed to actually overlap the query interval.

source

Internal