get geneID from given KEGG pathway
1
0
Entering edit mode
Yuan Jian ▴ 250
@yuan-jian-2603
Last seen 8.6 years ago
Hello, could you please tell me how to get geneID from give KEGG pathway? such as >library("KEGG.db") >mget("04010", org.hs.egKEGG) #04010 is the KEGG pathway no. thanks jian [[alternative HTML version deleted]]
• 890 views
ADD COMMENT
0
Entering edit mode
Marc Carlson ★ 7.2k
@marc-carlson-2264
Last seen 8.2 years ago
United States
Hi Jian, ## You should not need the KEGG library for this, just the org.Hs.eg.db package library(org.Hs.eg.db) ## Calling the following will get you all the entrez gene IDs for the given KEGG pathway ID. mget("04010", revmap(org.Hs.egPATH)) Hopefully this is what you wanted? Marc On 06/08/2010 01:20 AM, Yuan Jian wrote: > Hello, > could you please tell me how to get geneID from give KEGG pathway? > > such as > >> library("KEGG.db") >> mget("04010", org.hs.egKEGG) #04010 is the KEGG pathway no. >> > thanks > jian > > > > > > [[alternative HTML version deleted]] > > _______________________________________________ > Bioconductor mailing list > Bioconductor at stat.math.ethz.ch > https://stat.ethz.ch/mailman/listinfo/bioconductor > Search the archives: http://news.gmane.org/gmane.science.biology.informatics.conductor > >
ADD COMMENT

Login before adding your answer.

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