This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Increase text size of axis labels in EnhancedVolcano

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

Hello holmkn!

The EnhancedVolcano developer prefers that questions on the software be posted on the bioconductor support site.

Please post on https://support.bioconductor.org/

For this reason we have closed your question. This allows us to keep the site focused on the topics that the community can help with.

If you disagree please tell us why in a reply below, we'll be happy to talk about it.

Cheers!

You can change axis labels size in enhancedVolcano by using axisLabSize (axisLabSize = 20 or any number).

0 answers

No answers yet.

Log in to answer this question.