View source: R/Script_PLATE_04_PREPROCESS_3_0_CheckAlignment.R
| CheckAlignment | R Documentation |
Checks if the metadata aligns with the columns and rows of the matrix for splicing or gene data. This is a wrapper function for CheckAlignment.PSI, CheckAlignment.Exp, CheckAlignment.PSI.Exp, and CheckAlignment.SJ.
CheckAlignment(MarvelObject, level)
MarvelObject |
Marvel object. S3 object generated from |
level |
Character string. Indicate |
An object of class S3 with updated slots MarvelObject$SpliceJunction, MarvelObject$IntronCoverage, MarvelObject$SplicePheno, MarvelObject$SpliceFeatureValidated, and MarvelObject$PSI or MarvelObject$GenePheno, MarvelObject$GeneFeature, and MarvelObject$Gene are updated for splicing or gene data, respectively.
marvel.demo <- readRDS(system.file("extdata/data", "marvel.demo.rds", package="MARVEL"))
marvel.demo <- CheckAlignment(MarvelObject=marvel.demo,
level="SJ"
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.