Description Usage Arguments Value Examples
Function for generating volcano plot with log fold change as x-axis and -log10(p-value) as y-axis. Volcano plots are typically used for evaluation of differential expression statuses in a data set.
1 | fig.volcano(DEA.res, Pval = 0.01, title)
|
DEA.res |
Results of a differential expression analysis using the
included methods
|
Pval |
optional p-value cutoff for differential expression |
title |
optional Figure title |
volcano plot (ggplot2 object)
1 2 | voom.benchmark <- DE.voom(data.benchmark, data.group)
fig.volcano(voom.benchmark, title = "Benchmark data (differential expression)")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.