ComputePSI.ALE {MARVEL} | R Documentation |
Compute alternative last exon (ALE) percent spliced-in (PSI) values
Description
Computes percent spliced-in (PSI) for alternative last exon (ALE) splicing events.
Usage
ComputePSI.ALE(MarvelObject, CoverageThreshold = 10)
Arguments
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. |
Value
An object of class S3 containing with new slots $SpliceFeatureValidated$ALE
and $PSI$ALE
.
Examples
marvel.demo <- readRDS(system.file("extdata/data", "marvel.demo.rds", package="MARVEL"))
marvel.demo <- ComputePSI.ALE(MarvelObject=marvel.demo,
CoverageThreshold=10
)
[Package MARVEL version 1.4.0 Index]