read_gtf | R Documentation |
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 |
path to gtf or gff file |
zero_based |
if TRUE, convert to zero based |
## Not run:
gtf <- read_gtf(valr_example("hg19.gencode.gtf.gz"))
head(gtf)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.