View source: R/Script_PLATE_10_PREDICT_NMD_8_AnnoVolcanoPlot.R
AnnoVolcanoPlot | R Documentation |
Annotate volcano plot generated from differential gene expression analysis with genes predicted to undergo splicing-induced NMD.
AnnoVolcanoPlot(
MarvelObject,
anno = FALSE,
anno.gene_short_name = NULL,
label.size = NULL,
point.size = 1,
xlabel.size = 8
)
MarvelObject |
Marvel object. S3 object generated from |
anno |
Logical value. If set to |
anno.gene_short_name |
Vector of character strings. When |
label.size |
Numeric value. When |
point.size |
Numeric value. Size of data points. Default value is |
xlabel.size |
Numeric value. Font size of the xtick labels. Default is |
An object of class S3 with new slots MarvelObject$NMD$AnnoVolcanoPlot$Table
and MarvelObject$NMD$AnnoVolcanoPlot$Plot
.
marvel.demo <- readRDS(system.file("extdata/data", "marvel.demo.rds", package="MARVEL"))
marvel.demo <- AnnoVolcanoPlot(MarvelObject=marvel.demo)
# Check outputs
head(marvel.demo$NMD$AnnoVolcanoPlot$Table)
marvel.demo$NMD$AnnoVolcanoPlot$Plot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.