I used the below codes to construct a volcano plot in RStudio, I don't know how can I change the color of my specific gene and add its gene symbol in the plot?

logp=-log10(results$adj.P.Val)

results$logp=logp

plot(x=results$logFC,y=results$logp)

More Samira Rahimirad's questions See All
Similar questions and discussions