View source: R/Script_PLATE_09_PREDICT_NMD_7_CompareExpr.R
CompareExpr | R Documentation |
Compares gene expression changes based on NMD status for each splicing event type.
CompareExpr(MarvelObject, xlabels.size = 8)
MarvelObject |
Marvel object. S3 object generated from |
xlabels.size |
Numeric value. Size of the x-axis tick labels. Default is 8. |
An object of class S3 new slots MarvelObject$NMD$NMD.Expr$Table
, MarvelObject$NMD$NMD.Expr$Plot
, and MarvelObject$NMD$NMD.Expr$Plot.Stats
.
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.