scglue.genomics.Gtf.to_bed

Gtf.to_bed(name=None)[源代码]

Convert GTF to BED format

参数:

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 “.”

返回类型:

scglue.genomics.Bed

返回:

bed – Converted Bed object