Description Usage Arguments Value Author(s) See Also Examples
Import RMATS Turbo results files as a rmatsDataSet
1 | readRmatsDataSet(filePath, type = "JC")
|
filePath |
path to RMATS differential splicing output files |
type |
type of counts to use. "JC" or "JCEC" |
rmatsDataSet
Beth Signal
Other rmats data processing:
altIntronRmats(),
altSpliceSiteRmats(),
annotateEventCoords(),
annotateOverlapRmats(),
betweenNumbers(),
duplicateReference(),
exonsToIntrons(),
extractEvent(),
filterRmatsEvents(),
reformatExons(),
removeDuplicatePairs(),
removeExonsBetween(),
rmatsTranscriptChangeSummary(),
skipExonByJunction(),
splitLongExons()
1 2 | rmats_filePath <- system.file("extdata", "rmats_small/", package = "GeneStructureTools")
rds <- readRmatsDataSet(rmats_filePath)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.