Can anyone help me with adding labels to significant differentially regulated genes from DESeq plotMA in R? I generate MA plot with a command -
plotMA(res, col = ifelse(res$padj >=0.1, "black", "red"), cex=0.8)
but am not sure how to add labels
Many thanks, Pavel