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
• 0 views
•
link
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
use FDR correction. In R, use:
p.adjust(pval, method="fdr", ...)
Log in to answer this question.
DAVID tool gave a column named "bonferroni", is it corrected p-value?
Please use
ADD COMMENTorADD REPLYto 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.