You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
thanks!
Janet Young
Fred Hutch Cancer Center,
Seattle, WA, USA
The text was updated successfully, but these errors were encountered: