PlotMA.RdPlot MA plot from a geneda object. Requires that you have ran
SetDEGs on your object following differential expression in DESeq2.
PlotMA(object, assay, alpha, l2fc, title = NULL)A geneda object containing DEGs from SetDEGs method
The DEG slot to use for visualization
Threshold for adjusted p-values (padj column from DESeq2)
Absolute value log2Fold-change magnitude threshold (log2FoldChange column)
Optional character vector of what plot should be titled.
A ggplot2 object