reformatExons: reformat a exons GRanges with first/last annotations and...

Description Usage Arguments Value Author(s) See Also Examples

View source: R/exonReformatting.R

Description

reformat a exons GRanges with first/last annotations and force 'biotype' to 'type'

Usage

1

Arguments

exons

reference exons GRanges

Value

reference exons GRanges

Author(s)

Beth Signal

See Also

Other rmats data processing: altIntronRmats(), altSpliceSiteRmats(), annotateEventCoords(), annotateOverlapRmats(), betweenNumbers(), duplicateReference(), exonsToIntrons(), extractEvent(), filterRmatsEvents(), readRmatsDataSet(), removeDuplicatePairs(), removeExonsBetween(), rmatsTranscriptChangeSummary(), skipExonByJunction(), splitLongExons()

Examples

1
2
3
4
5
gtf <- rtracklayer::import(system.file("extdata", "gencode.vM25.small.gtf",
    package = "GeneStructureTools"
))
exons <- gtf[gtf$type == "exon"]
exons.reformat <- reformatExons(exons)

betsig/GeneStructureTools documentation built on March 31, 2021, 4:43 a.m.