powered by
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.
read_gtf(path, zero_based = TRUE)
path to gtf or gff file
if TRUE, convert to zero based
if (FALSE) { gtf <- read_gtf(valr_example("hg19.gencode.gtf.gz")) head(gtf) }
Run the code above in your browser using DataLab