Mapping Kegg Ids In Gostats
1
0
Entering edit mode
13.0 years ago

Hello everyone,

I am trying to adapt a script found on internet for using GOstats.

There is one line after a HyperG test was done that is :

goMaps <- lapply(out$GOBPID, function(x) unlist(mget(x, org.Gg.egGO2ALLEGS)))

That's for Mapping GO IDs, what shall I use instead of org.Gg.egGO2ALLEGS for mapping KEGG IDs ?

Thank you

mapping kegg gene identifiers r • 2.5k views
ADD COMMENT
0
Entering edit mode
13.0 years ago

All right found it

keggMaps <- lapply(outK$KEGGID, function(x) unlist(mget(x, org.Gg.egPATH2EG)))
ADD COMMENT

Login before adding your answer.

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