Off topic:Increase text size of axis labels in EnhancedVolcano
0
0
Entering edit mode
3.7 years ago
holmkn • 0

I see the code to increase point and label size, but would like to increase the font size of my axis labels. Is there a way to modify their size?

VolcanoPlot

EnhancedVolcano(df1, 
                lab = row.names(df1),
                x = "log2FC",
                y = "Age.Adjusted.FDR",
                ylab = bquote(~-Log[10]~italic(FDR)),
                title = "Volcano Plot",
                pCutoff = 0.2,
                FCcutoff = 0.3,
                legendPosition = "right",
                pointSize = c(ifelse(df1$log2FC > 0.3, 8, 1)),
                #labSize = 4.0,
                col=c("black", "orange", "blue", "red"),
                legend=c("NS","Log2 FC > |0.3|","FDR < 0.2","FDR < 0.2 & Log2 FC > |0.3|"),
                drawConnectors = TRUE,
                ylim = c(0,-log10(10e-4))
)
EnhancedVolcano • 988 views
ADD COMMENT
This thread is not open. No new answers may be added
Traffic: 2044 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6