gtfToExons: Convert GTF file to exon location file

Description Usage Arguments Value Author(s) Examples

View source: R/gtfToExons.R

Description

Converts a GTF annotation to exon locations

Usage

1

Arguments

gtf

file containing the gtf annotation.

Value

exon annotation GRanges

Author(s)

Beth Signal

Examples

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

branchpointer documentation built on Nov. 8, 2020, 6:16 p.m.