Description Usage Arguments Value See Also Examples
Method extractEvent
1 2 3 4 | extractEvent(rmatsDataSet, eventType)
## S4 method for signature 'rmatsDataSet'
extractEvent(rmatsDataSet, eventType)
|
rmatsDataSet |
rmatsDataSet generated from |
eventType |
specific event type to extract results for. Must be SE/MXE/RI/A5SS/A3SS. |
differential splicing results data.frame (originally from a whippet .diff file)
Other rmats data processing:
altIntronRmats(),
altSpliceSiteRmats(),
annotateEventCoords(),
annotateOverlapRmats(),
betweenNumbers(),
duplicateReference(),
exonsToIntrons(),
filterRmatsEvents(),
readRmatsDataSet(),
reformatExons(),
removeDuplicatePairs(),
removeExonsBetween(),
rmatsTranscriptChangeSummary(),
skipExonByJunction(),
splitLongExons()
1 2 3 4 5 | rmats_directory <- system.file("extdata", "rmats_small/",
package = "GeneStructureTools"
)
rds <- readRmatsDataSet(rmats_directory)
rds.SE <- extractEvent(rds, "SE")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.