adjusting p-value for GO analysis
2
0
Entering edit mode
6.7 years ago
milanlove • 0

how can i adjust p-values of GO analysis using bonferroni correction? it confused me for several days. it is possible using p.adjust function in R? i d'not know how to set n argument in this function

GO gene • 2.9k views
ADD COMMENT
0
Entering edit mode

DAVID tool gave a column named "bonferroni", is it corrected p-value?

ADD REPLY
0
Entering edit mode

Please use ADD COMMENT or ADD REPLY to answer to previous reactions, as such this thread remains logically structured and easy to follow. I have now moved your post but as you can see it's not optimal. Adding an answer should only be used for providing a solution to the question asked.

ADD REPLY
2
Entering edit mode
6.7 years ago

Read the manual

ADD COMMENT
0
Entering edit mode

i read it before you suggest it to me. my goal is select best way to it and also i want to know about n argument

ADD REPLY
0
Entering edit mode

Have you looked at the example code they provide at the bottom?

ADD REPLY
1
Entering edit mode
6.7 years ago
moxu ▴ 510

use FDR correction. In R, use:

p.adjust(pval,  method="fdr", ...)
ADD COMMENT

Login before adding your answer.

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