GOstat error : No results met the specified criteria
0
0
Entering edit mode
2.9 years ago
ryme ▴ 30

Hello everyone. I am doing some GO and gene set enrichment analysis for my deseq results. I am using GOStat package in r. An error has occurred when applying the hyperGTest : Warning message: No results met the specified criteria. Returning 0-row data.frame and my the results of GOHyperGResult look like that:

enter image description here

Code (after preparing my genes list):

UpParams <- new("GOHyperGParams",
+ geneIds=selectedEntrezIds,
+ universeGeneIds=entrezUniverse,
+ annotation="hgu95av2.db",
+ ontology="BP",
+ pvalueCutoff=hgCutoff,
+ conditional=FALSE,
+ testDirection="over")

And then:

upBP = hyperGTest(UpParams)


 summary(upBP)[1:10,]

Warning message: No results met the specified criteria. Returning 0-row data.frame

enter image description here

Please help me. I can't figure out where the problem is.

RNAseq GO gostat • 390 views
ADD COMMENT

Login before adding your answer.

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