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,
...
)
a ggplot object
the grandR object that contains the data to be plotted
the analysis to plot (default: first analysis)
p-value cutoff (default: 0.05)
log fold change cutoff (default: 1)
if TRUE, label the number of genes
further parameters passed to PlotScatter