CompareExpr: Compares gene expression changes based on nonsense-mediated...

View source: R/Script_PLATE_10_PREDICT_NMD_7_CompareExpr.R

CompareExprR Documentation

Compares gene expression changes based on nonsense-mediated decay (NMD) status

Description

Compares gene expression changes based on NMD status for each splicing event type.

Usage

CompareExpr(MarvelObject, xlabels.size = 8)

Arguments

MarvelObject

Marvel object. S3 object generated from FindPTC function.

xlabels.size

Numeric value. Size of the x-axis tick labels. Default is 8.

Value

An object of class S3 new slots MarvelObject$NMD$NMD.Expr$Table, MarvelObject$NMD$NMD.Expr$Plot, and MarvelObject$NMD$NMD.Expr$Plot.Stats.

Examples

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

marvel.demo <- CompareExpr(MarvelObject=marvel.demo)

# Check outputs
head(marvel.demo$NMD$NMD.Expr$Table)
marvel.demo$NMD$NMD.Expr$Plot
marvel.demo$NMD$NMD.Expr$Plot.Stats

wenweixiong/MARVEL documentation built on Aug. 5, 2024, 2:54 p.m.