Description Usage Arguments Value Author(s) See Also Examples
View source: R/exonReformatting.R
Generate a introns Granges from an exons Granges
1 | exonsToIntrons(exons)
|
exons |
reference exons GRanges |
reference introns GRanges
Beth Signal
Other rmats data processing:
altIntronRmats()
,
altSpliceSiteRmats()
,
annotateEventCoords()
,
annotateOverlapRmats()
,
betweenNumbers()
,
duplicateReference()
,
extractEvent()
,
filterRmatsEvents()
,
readRmatsDataSet()
,
reformatExons()
,
removeDuplicatePairs()
,
removeExonsBetween()
,
rmatsTranscriptChangeSummary()
,
skipExonByJunction()
,
splitLongExons()
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.