Volcano Plot Of Significantly Differential Exp Genes
1
0
Entering edit mode
10.5 years ago
l0o0 ▴ 220

I did the protocol as Differential gene and transcript expression analysis of RNA-seq experiments with TopHat and Cufflinks from the nature protocol. The online pdf is here

I have a question when i see Figure 8, as below, enter image description here

I find the boundary between sig and no sig is around 2.5 on the left axis, its p-value is about 0.003. But i think it should be 2(p-value 0.01) or 1.3(p-value 0.05) on the axis.
I am confused by this figure and need some help.

cummerbund • 12k views
ADD COMMENT
1
Entering edit mode

Maybe the threshold is corrected for the multiple hypotheses being tested?

ADD REPLY
0
Entering edit mode

From a biological point of view, I'm wondering what is the interpretation of such a volcano plot? I mean, I find 'suspicious' that the DE genes show very low fold changes... (even on a log2 scale). Do you expect such pattern?

ADD REPLY
0
Entering edit mode

"Significant" in this case is based solely on the alpha (p) value. It's not suspicious, just completely arbitrary :)

ADD REPLY
0
Entering edit mode

Do you mean "Significant" is arbitrary? But i think they have use the wrong alpha value.

ADD REPLY
1
Entering edit mode

Yes to both of those :)

ADD REPLY
3
Entering edit mode
10.5 years ago
Neilfws 49k

The article provides the R code used to generate the plot:

csVolcano(genes(cuff_data), 'C1', 'C2')

According to the documentation for csVolcano() the parameter alpha:

alpha: Provide an alpha cutoff for visualizing significant genes

takes a default value of 0.05, which corresponds to 1.3 on the axis in this figure.

However, as you correctly note, the cutoff in the figure is closer to 2.5, which would correspond to alpha = 0.003.

So either:

  • in older versions of cummeRbund, the default alpha value was around 0.003
  • there is an error in the article and the code does not exactly match the figure

I suspect the latter is more likely.

ADD COMMENT
0
Entering edit mode

I think i should ask the author for help. Thank you for your reply.

ADD REPLY
0
Entering edit mode

Hi Neil,

Could you update the thread.. did you get help on this?

ADD REPLY
0
Entering edit mode

Not me asking for help.

ADD REPLY

Login before adding your answer.

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