GOstats
0
0
Entering edit mode
Yuan Jian ▴ 250
@yuan-jian-2603
Last seen 8.2 years ago
Hello bioconductor experts: now I am using GOstats package to get enriched pathway: > paramsKEGG <- new("KEGGHyperGParams", geneIds = geneCluster,            universeGeneIds = geneUniverse, annotation = "org.Hs.eg.db",            pvalueCutoff = 0.1, testDirection = "over") >output <- summary(hgKEGG_Over) I can get enriched geneSymbol as below. my question is how to correspond these geneSymbol to the entries (enclosed by square) in KEGG pathway figure? >overlap_EGs <- geneCluster[geneCluster %in% unlist(mget(output$KEGGID[1], revmap(org.Hs.egPATH),ifnotfound=NA))] >overlap_symbols <- mget(overlap_EGs, org.Hs.egSYMBOL) thanks Yu [[alternative HTML version deleted]]
Annotation GOstats Annotation GOstats • 855 views
ADD COMMENT

Login before adding your answer.

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