Kegg Map ID from pathway Name
1
0
Entering edit mode
2.3 years ago
Space_Life ▴ 50

Hi, I have a list of pathway map for which I have no. of enzymes present in my data. Pathway list with no. of enzymes

I have another list that has name of pathway and gene count. Gene count pathway data

I want to get map ID for each pathway in the 2nd picture. One pathway has multiple map ID which is okay but It is taking time to do it manually for a long list. I would appreciate any help. Thank you.

ID Kegg Pathway • 1.1k views
ADD COMMENT
0
Entering edit mode
2.3 years ago
jv ★ 1.8k

it sounds like what you are looking for are the KEGG gene sets which will contain a list of all the genes within a given pathway for each pathway of interest. It is strongly recommended that you do this programmatically which will not only be more time efficient but also far more reproducible than doing this by hand but the best approach will depend on your preferred scripting language and your level of comfort with scripting.

There are several R packages that include functions to retrieve up-to-date KEGG pathways gene sets which as best I can tell all use the KEGG REST API service for which a good starting point may be http://www.bioconductor.org/packages/release/bioc/html/KEGGREST.html

ADD COMMENT

Login before adding your answer.

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