View source: R/Script_PLATE_03_COMPUTE_PSI_3_Compute_A5SS.R
ComputePSI.A5SS | R Documentation |
Validate A5SS splicing events and subsequently computes percent spliced-in (PSI) values these high-quality splicing events.
ComputePSI.A5SS(MarvelObject, CoverageThreshold)
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 with new slots $SpliceFeatureValidated$A5SS
and $PSI$A5SS
.
marvel.demo <- readRDS(system.file("extdata/data", "marvel.demo.rds", package="MARVEL")) marvel.demo <- ComputePSI.A5SS(MarvelObject=marvel.demo, CoverageThreshold=10 )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.