EnhancedVolcano icon indicating copy to clipboard operation
EnhancedVolcano copied to clipboard

geom_hline/vline warnings with ylim/xlim zoom

Open jayoung opened this issue 9 months ago • 0 comments

hi there,

I love EnhancedVolcano - thank you!

I have an unimportant request - if I use xlim or ylim to zoom far enough that the dashed horizontal or vertical lines would not be shown, I get warnings. I can suppress them, but I fear not being able to see warnings that are actually useful to me.

Using your airway data example, you'll see the warnings if you do this:

EnhancedVolcano(res,
                lab = rownames(res),
                x = 'log2FoldChange',
                y = 'pvalue',
                ylim=c(0,3),
                xlim=c(-0.5,0.5))

thanks!

Janet Young

Fred Hutch Cancer Center, Seattle, WA, USA

jayoung avatar May 02 '24 00:05 jayoung