Import and convert a GTF/GFF file into a valr compatible bed tbl format
Source:R/read_bed.r
read_gtf.Rd
This function will output a tibble with the required chrom, start, and end columns, as well as other columns depending on content in GTF/GFF file.
Examples
if (FALSE) { # \dontrun{
gtf <- read_gtf(valr_example("hg19.gencode.gtf.gz"))
head(gtf)
} # }