Entering edit mode
hy
•
0
@hy-23158
Last seen 4.7 years ago
Hello,
Maybe it's a simple question, but I would like to remove the background color (gray shade) from the volcano plot of Diffbind result :
dba.plotVolcano(db)
Any comments or suggestions would be greatly appreciated. Thank you.
Thanks a lot for the comment and suggestion, James. But this script doesn't seem to work for me. It gave "NULL" message without changing the graph. I also read about ggplot2 and tried theme_bw(), and it works well with ggplot().
But it doesn't change the themes with dba.plotVolcano()
I don't know if there's something that I missed..
OK, so that's sort of different. What
dba.plotVolcano
does isGRanges
object)Which isn't what I would normally expect in that situation. The quick hack is to do
Yay! This works!! Thank you so much for your help James. :)))