volcanoPlot | R Documentation |
Volcano plot for each comparison: -log10(adjusted P value) vs log2(FC) with one dot per feature (red dot for a differentially expressed feature, black dot otherwise)
volcanoPlot( complete, alpha = 0.05, outfile = TRUE, padjlim = NULL, ggplot_theme = theme_gray() )
complete |
A |
alpha |
cut-off to apply on each adjusted p-value |
outfile |
TRUE to export the figure in a png file |
padjlim |
numeric value between 0 and 1 for the adjusted p-value upper limits for all the volcano plots produced (NULL by default to set them automatically) |
ggplot_theme |
ggplot2 theme function ( |
A file named volcanoPlot.png in the figures directory containing one volcano plot per comparison
Hugo Varet
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.