intervalframe.IntervalFrame.read_bed#

static IntervalFrame.read_bed(filename, header=None, skipfirst=False, is_url=False)[source]#

Read BED file into IntervalFrame

Parameters:
filename : str

Bed to read from

header : int

Which line to use as header

skipfirst : bool

Skip first line

is_url : bool

Whether file is url

Returns:

iframeIntervalFrame

IntervalFrame from h5 file