Retrieve All Ec Numbers For A Given Kegg Pathway
1
5
Entering edit mode
11.7 years ago
xapple ▴ 230

I'm trying to do some data mining, and would like to programmatically retrieve all the enzyme numbers (EC numbers) for a given KEGG pathway. To do this I would like to use the REST API as the old SOAP API is going to be discontinued in less than six months.

Take for instance the Fluorobenzoate degradation patheay. Ideally the input to my function would be the following text: map00364. And the output would consists of all EC numbers:

1.14.12.10
3.5.5.6  
5.5.1.7
6.2.1.33
[...]

The documentation is not very helpful at describing how this is done... It's hard to guess what is the correct URL to write. I would have thought of something like http://rest.kegg.jp/find/pathway/map00362/enzymes but this doesn't give anything. Does anyone here know ? Any help greatly appreciated !

kegg api • 5.1k views
ADD COMMENT
5
Entering edit mode
11.7 years ago
chefer ▴ 350

I have not spend a lot of time with the REST API, but you should use the "link" attribute to convert between pathway and EC numbers: http://rest.kegg.jp/link/enzyme/pathway:map00364 seems to work for me.

It returns:

path:map00364   ec:1.13.11.1
path:map00364   ec:1.14.12.-
path:map00364   ec:1.14.12.10 ...etc
ADD COMMENT
0
Entering edit mode

Thanks alot ! That did it !

ADD REPLY

Login before adding your answer.

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