View source: R/Script_PLATE_08_DE_5_2_IsoSwitch_PlotExpr.R
IsoSwitch.PlotExpr | R Documentation |
Plots delta PSI vs gene log2-fold change
IsoSwitch.PlotExpr(MarvelObject, anno = FALSE)
MarvelObject |
Marvel object. S3 object generated from |
anno |
Logical value. If set to |
An object of class S3 containing with new slots MarvelObject$DE$Cor$PSIvsExpr$Plot
.
marvel.demo <- readRDS(system.file("extdata/data", "marvel.demo.rds", package="MARVEL")) marvel.demo <- IsoSwitch.PlotExpr(MarvelObject=marvel.demo, anno=TRUE) # Check output marvel.demo$DE$Cor$PSIvsExpr$Plot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.