MAPlot {grandR} | R Documentation |
Make an MA plot
Description
Plot average expression vs. log2 fold changes
Usage
MAPlot(
data,
analysis = Analyses(data)[1],
p.cutoff = 0.05,
lfc.cutoff = 1,
annotate.numbers = TRUE,
...
)
Arguments
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 |
Value
a ggplot object
[Package grandR version 0.2.6 Index]