CheckAlignment.PSI.Exp {MARVEL}R Documentation

Check splicing and gene data against each other

Description

Subsets overlapping samples between splicing and gene data.

Usage

CheckAlignment.PSI.Exp(MarvelObject)

Arguments

MarvelObject

S3 object generated from CheckAlignment.PSI and CheckAlignment.Exp function.

Value

An object of class S3 with updated slots MarvelObject$SplicePheno, MarvelObject$PSI, MarvelObject$GenePheno, and MarvelObject$Exp.

Examples

marvel.demo <- readRDS(system.file("extdata/data", "marvel.demo.rds", package="MARVEL"))

marvel.demo <- CheckAlignment.PSI.Exp(MarvelObject=marvel.demo)

[Package MARVEL version 1.4.0 Index]