Reduce label size in Volcano Plot
I have constructed a volcano plot by modifying the code from:
https://www.gettinggeneticsdone.com/2016/01/repel-overlapping-text-labels-in-ggplot2.html.
I would like to reduce the size of the gene name in label. Is there anyone to help me out?
• 5,147 views
•
link
1 answer
Maybe try setting the size? geom_text_repel(size = 1) ?
• 0 views
•
link
Log in to answer this question.
Just to note, there are dedicated packages for volcano: https://bioconductor.org/packages/release/bioc/html/EnhancedVolcano.html
Thank you for helping me out.