CheckAlignment.PSI {MARVEL} | R Documentation |
Check splicing data
Description
Checks if the metadata aligns with the columns and rows of the matrix for splicing data.
Usage
CheckAlignment.PSI(MarvelObject)
Arguments
MarvelObject |
Marvel object. S3 object generated from |
Value
An object of class S3 with updated slots MarvelObject$SplicePheno
, MarvelObject$SpliceFeature
, and MarvelObject$PSI
.
Examples
marvel.demo <- readRDS(system.file("extdata/data", "marvel.demo.rds", package="MARVEL"))
marvel.demo <- CheckAlignment.PSI(MarvelObject=marvel.demo)
[Package MARVEL version 1.4.0 Index]