scglue.genomics.Gtf.to_bed

Gtf.to_bed(name=None)[source]

Convert GTF to BED format

Parameters:

name (typing.Optional[str]) – Specify a column to be converted to the “name” column in bed format, otherwise the “name” column would be filled with “.”

Return type:

scglue.genomics.Bed

Returns:

bed – Converted Bed object