Traffic: 120 ip/hr
Question: What is benjamini
 
0
 
 

I was doing some gene expression analysis using this tool http://david.abcc.ncifcrf.gov/summary.jsp. However, I have a confusion about what benjamini is. I fed it some gene list and it gave me some potential pathways the genes belong to(KEGG pathways). However, I have a confusion what this column called benjamini is. What does it denote? Any suggestions?

1 answer

 
9
 
 

The column you're referring to contains 'corrected' p-value . The p-value is corrected for multiple hypothesis testing using the Benjamini-Hochberg method. There are other methods for such correction, the "Bonferroni-method" is one of them.

 
1

Correct. Here's some useful background information. And here's a useful how-to which explains DAVID clearly, including the Benjamini column.

log in to reply • written 11 weeks ago by Neilfws ♦♦ 35,25012051
 

@Neilfws. Thanks for the information. However, I only know about t tests and pvalues. I don't have much knowledge about false discovery rate and all. The wiki article is a bit too technical for me. Can you guys give me something that can help me get better idea?

log in to reply • written 11 weeks ago by mtyler.jason  103
 
2

imagine that an event has 10% of chance of occurring randomly, now if you were to repeat the experiment twice then it is obvious that the chance of observing the event has to be larger than 10%,

The easiest way to estimate it is to compute the chance of not seeing the event in both trials .9*.9 = 0.81 thus the chance of seeing at least one event is then 1-0.81 = 0.19 = 19%. So even though you started with 10% chance, the corrected probability of seeing the event is 19%

log in to reply • written 11 weeks ago by Istvan Albert ♦♦ 31,07021535
 
Log in to add a post