View source: R/data_inclusionLevels.R
quantifySplicing | R Documentation |
Quantify alternative splicing events
quantifySplicing(
annotation,
junctionQuant,
eventType = c("SE", "MXE", "ALE", "AFE", "A3SS", "A5SS"),
minReads = 10,
genes = NULL
)
annotation |
List of data frames: annotation for each alternative splicing event type |
junctionQuant |
Data frame: junction quantification |
eventType |
Character: splicing event types to quantify |
minReads |
Integer: values whose number of total supporting read counts
is below |
genes |
Character: gene symbols for which to quantify splicing events
(if |
Data frame with the quantification of the alternative splicing events
Other functions for PSI quantification:
filterPSI()
,
getSplicingEventTypes()
,
listSplicingAnnotations()
,
loadAnnotation()
,
plotRowStats()
# Calculate PSI for skipped exon (SE) and mutually exclusive (MXE) events
annot <- readFile("ex_splicing_annotation.RDS")
junctionQuant <- readFile("ex_junctionQuant.RDS")
quantifySplicing(annot, junctionQuant, eventType=c("SE", "MXE"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.