exonsToIntrons: Generate a introns Granges from an exons Granges

Description Usage Arguments Value Author(s) See Also Examples

View source: R/exonReformatting.R

Description

Generate a introns Granges from an exons Granges

Usage

1

Arguments

exons

reference exons GRanges

Value

reference introns GRanges

Author(s)

Beth Signal

See Also

Other rmats data processing: altIntronRmats(), altSpliceSiteRmats(), annotateEventCoords(), annotateOverlapRmats(), betweenNumbers(), duplicateReference(), extractEvent(), filterRmatsEvents(), readRmatsDataSet(), reformatExons(), 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"]
introns <- exonsToIntrons(exons)

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