gtfToExons {branchpointer}R Documentation

Convert GTF file to exon location file

Description

Converts a GTF annotation to exon locations

Usage

gtfToExons(gtf)

Arguments

gtf

file containing the gtf annotation.

Value

exon annotation GRanges

Author(s)

Beth Signal

Examples

smallExons <- system.file("extdata","gencode.v26.annotation.small.gtf",
package = "branchpointer")
exons <- gtfToExons(smallExons)

[Package branchpointer version 1.20.0 Index]