glue_genes.glue_genomics_data.bed_factory.read_bed#

glue_genes.glue_genomics_data.bed_factory.read_bed(file_name)#

Read a BED file into a glue Data object.

The first three columns will be named: chr, start, end

The remaining columns are named ucol (for unknown column) and can be renamed by the user.

Parameters:
file_name: str

The pathname to the BED file.