FDR control in conditional Hypergeometric test
0
0
Entering edit mode
Tarca, Adi ▴ 570
@tarca-adi-1500
Last seen 5 months ago
United States
Hi all, I have a question about GOstats. When I do an non-conditional analysis (conditional = FALSE) something like: params <- new("GOHyperGParams", geneIds = myDEgenes, universeGeneIds = myUniverse, annotation = mychip, ontology = "BP", pvalueCutoff = 1.0, conditional = FALSE, testDirection = "over") hgCondOver <- hyperGTest(params) tmp<-summary(hgCondOver) and I want to control the FDR, I use: tmp$pFDR<-p.adjust(tmp$Pvalue,"fdr") since tmp contains all GO terms tested, and therefore I know exactly how many tests were done. When I use: params <- new("GOHyperGParams", geneIds = myDEgenes, universeGeneIds = myUniverse, annotation = mychip, ontology = "BP", pvalueCutoff = 1.0, conditional = TRUE, testDirection = "over") hgCondOver <- hyperGTest(params) tmp<-summary(hgCondOver) the conditioning will be done always because pvalueCutoff = 1.0, and I can still control the FDR as above. And finally the question. How can I do conditioning only in some of the case (e.g. pvalueCutoff = 0.05) but still be able to control the FDR or FWER for the tests that I am doing. Because if I use pvalueCutoff = 0.05, the tmp dataframe will contain only the terms with Pvalue less than 0.05. Thank you, Adi
Annotation GO GOstats Annotation GO GOstats • 1.3k views
ADD COMMENT

Login before adding your answer.

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