CheckAlignment.Exp {MARVEL}R Documentation

Check gene data

Description

Checks if the metadata aligns with the columns and rows of the matrix for gene data.

Usage

CheckAlignment.Exp(MarvelObject)

Arguments

MarvelObject

Marvel object. S3 object generated from CreateMarvelObject function.

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.Exp(MarvelObject=marvel.demo)

[Package MARVEL version 1.4.0 Index]