scglue.genomics.Gtf.to_bed

Gtf.to_bed(name=None)[source]

Convert GTF to BED format

Parameters

name (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

Bed

Returns

bed – Converted Bed object