Hi All
While printing my pathways, if I print my gobpres, many pathways are Nulls, do you know what is the reason of this?
gobpres = gage(foldchanges, gsets=kegg.gs, same.dir= FALSE, compare ="unpaired")
gobpres, the first 2 rows have values, and the rest is NA, should I exclude them:
"","greater.p.geomean","greater.stat.mean","greater.p.val","greater.q.val","greater.set.size","greater.exp1","stats.stat.mean","stats.exp1"
"hsa00230 Purine metabolism",0.394537571882584,0.272307535746925,0.394537571882584,0.789075143765169,10,0.394537571882584,0.272307535746925,0.272307535746925
"hsa00190 Oxidative phosphorylation",0.878308066880623,-1.22573555096318,0.878308066880623,0.878308066880623,11,0.878308066880623,-1.22573555096318,-1.22573555096318
"hsa00010 Glycolysis / Gluconeogenesis",NA,NA,NA,NA,2,NA,NA,NA
"hsa00020 Citrate cycle (TCA cycle)",NA,NA,NA,NA,1,NA,NA,NA
"hsa00030 Pentose phosphate pathway",NA,NA,NA,NA,1,NA,NA,NA
Thanks
I collided with the same problem. And I solved it by using ENTREZ gene ID as a gene names.