VulcanoPlot | R Documentation |
Plot log2 fold changes against -log10 multiple testing adjusted P values
VulcanoPlot(
data,
analysis = Analyses(data)[1],
p.cutoff = 0.05,
lfc.cutoff = 1,
annotate.numbers = TRUE,
...
)
data |
the grandR object that contains the data to be plotted |
analysis |
the analysis to plot (default: first analysis) |
p.cutoff |
p-value cutoff (default: 0.05) |
lfc.cutoff |
log fold change cutoff (default: 1) |
annotate.numbers |
if TRUE, label the number of genes |
... |
further parameters passed to PlotScatter |
a ggplot object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.