This is a test version of Biostars. For the public version, visit https://www.biostars.org.
How to highlight single gene in volcano plot?

Hi all,

I am in the process of creating a volcano plot from my cuffdiff data. I am using cummeRbund. I want to highlight a single gene of interest in the plot, with a different color. How may I approach this?

Thank you in advance for the help!

rna-seq r cummerbund

It may not be possible with cummerRbund. You can use ggplot2.

1 answer

You should be able to make a factor level vector, and then perhaps color by the group aesthetic in ggplot2...?

Log in to answer this question.