gtfToExons {branchpointer} | R Documentation |
Converts a GTF annotation to exon locations
gtfToExons(gtf)
gtf |
file containing the gtf annotation. |
exon annotation GRanges
Beth Signal
smallExons <- system.file("extdata","gencode.v26.annotation.small.gtf", package = "branchpointer") exons <- gtfToExons(smallExons)