bx.bbi.bigbed_file module
BigBed file.
- class bx.bbi.bigbed_file.BigBedBlockHandler
Bases:
BlockHandlerBlockHandler that parses the block into a series of BED records
- class bx.bbi.bigbed_file.BigBedFile
Bases:
BBIFileA “big binary indexed” file whose raw data is in BED format.
- get(chrom, start, end)
Gets all data points over the regions chrom:start-end.
- class bx.bbi.bigbed_file.IntervalAccumulatingBlockHandler
Bases:
BigBedBlockHandler
- class bx.bbi.bigbed_file.SummarizingBlockHandler
Bases:
BigBedBlockHandlerAccumulates intervals into a SummarizedData