How to highlight the DE genes with FDR =0.10 using plotMD as we usually see in volcanoplot?
Example figures are given below
![volcanoplot][1] [1]: https://ibb.co/fEZejx
![maplot][1] [1]: https://ibb.co/mZ3dcH
How to create volcanoplot in edgeR using coefficient of contrasts.
plotMD doesn't use ggplot graphing system as backend. It uses plotwithhighlights as engine and probably supports values function to highlight genes of interest.
Could you give use a reproducible example of your input dataset please ?
I found solution here http://www.sthda.com/english/wiki/ggplot2-texts-add-text-annotations-to-a-graph-in-r-software
Install ggplot2
Install ggrepel
plotMD doesn't use ggplot graphing system as backend. It uses plotwithhighlights as engine and probably supports
values
function to highlight genes of interest.