View source: R/Script_PLATE_03_COMPUTE_PSI_6_Compute_ALE.R
ComputePSI.ALE | R Documentation |
Computes percent spliced-in (PSI) for alternative last exon (ALE) splicing events.
ComputePSI.ALE(MarvelObject, CoverageThreshold = 10)
MarvelObject |
Marvel object. S3 object generated from |
CoverageThreshold |
Numeric value. Coverage threshold below which the PSI of the splicing event will be censored, i.e. annotated as missing (NA). Coverage defined as the total number of reads supporting both included and excluded isoforms. |
An object of class S3 containing with new slots $SpliceFeatureValidated$ALE
and $PSI$ALE
.
marvel.demo <- readRDS(system.file("extdata/data", "marvel.demo.rds", package="MARVEL")) marvel.demo <- ComputePSI.ALE(MarvelObject=marvel.demo, CoverageThreshold=10 )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.