parse_gtf | R Documentation |
GRangesList
of exonsParse a GFF/GTF file as GRangesList
of exons
parse_gtf(file, ...)
file |
path to a GFF or GTF file (See |
... |
other options passed to file path to |
A GRangesList
of exons grouped by transcripts
gff_file <- system.file("extdata","GFF3_files","a.gff3",package="splice2neo")
parse_gtf(gff_file)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.