Documentation ¶
Overview ¶
Tabix queries for go
Index ¶
- type Bix
- func (tbx *Bix) AddInfoToHeader(id, number, vtype, desc string)
- func (tbx *Bix) ChunkedReader(chrom string, start, end int) (io.ReadCloser, error)
- func (b *Bix) Close() error
- func (tbx *Bix) GetHeaderDescription(field string) string
- func (tbx *Bix) GetHeaderNumber(field string) string
- func (tbx *Bix) GetHeaderType(field string) string
- func (tbx *Bix) Query(region interfaces.IPosition) (interfaces.RelatableIterator, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bix ¶
Bix provides read access to tabix files.
func (*Bix) AddInfoToHeader ¶
func (*Bix) ChunkedReader ¶
func (*Bix) GetHeaderDescription ¶
func (*Bix) GetHeaderNumber ¶
func (*Bix) GetHeaderType ¶
func (*Bix) Query ¶
func (tbx *Bix) Query(region interfaces.IPosition) (interfaces.RelatableIterator, error)
Click to show internal directories.
Click to hide internal directories.