Use padj instead of p-value to ploting DE genes using EnhancedVolcano
1
5
Entering edit mode
4.1 years ago
adR ▴ 120

Hi there, I may ask how to plot EnhancedVolcano using padj instated of P-value?

rna-seq • 4.4k views
ADD COMMENT
0
Entering edit mode

What did you try already ?

ADD REPLY
7
Entering edit mode
4.1 years ago

Hi, I developed EnhancedVolcano. You just need to change the value of y to the name of the column in your input data that contains the adjusted p-values, for example:

...
y = 'padj',
...

Kevin

ADD COMMENT
0
Entering edit mode

Hi Kevin,

The enhancedVolcano package is awesome, thanks for making it.

Is there a reason you use unadjusted pvalue in the vignette? I am working with some data and was trying to weigh the pros and cons of visualizing with adjusted vs unadjusted p values.

ADD REPLY
1
Entering edit mode

Hey, thanks for the comment. There is no rule about which to use, but, un-adjusted p-values are used more, based on my experience. Put it this way: I could not possibly see your work being rejected if you chose to use adjusted p-values

ADD REPLY
0
Entering edit mode

Hi Kevin,

Jumping on this post after not finding any similar questions. If I set my y to "padj", can I still use pCutoff? Is pCutoff exclusive to p-values?

Thanks!

ADD REPLY
1
Entering edit mode

Hello and good evening,

If you use 'padj', then pCutoff will also relate to adjusted pvalues. pCutoff will relate to whatever values you supply as the y-axis, basically.

Kevin

ADD REPLY

Login before adding your answer.

Traffic: 2457 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