Generate MA plots from DESeq2 or edgeR analysis results
MA PlotAn MA Plot displays mean expression values versus log2 fold changes. It helps detect expression-dependent biases and identify strongly differentially expressed genes.
library(DESeq2)
plotMA(
res,
ylim=c(-5,5),
main="MA Plot"
)
Dudoit S, Yang YH, Callow MJ, Speed TP (2002).
Statistical methods for identifying differentially expressed genes in replicated cDNA microarray experiments.