bio.bed

Source code: bio/bed.seq

class bio.bed.BEDRecord

Properties:

chrom
chrom_start
chrom_end
misc
score
strand
thick_start
thick_end
item_rgb
block_count
block_sizes
block_starts
num_cols
__len__

Magic methods:

__len__()
class bio.bed.BEDReader

Properties:

file
header

Magic methods:

__new__(path: str, validate: bool, copy: bool)
__iter__()
__enter__()
__exit__()

Methods:

init_header(path: str)
is_line_header(line: str)
close()
bio.bed.BED(path: str, validate: bool = True, copy: bool = True)