This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Retrieve 'Enzymes By Compound' Filtered By Organism

Dear all,

Kegg provides a function called enzymesbycompound yet I am unaware how to filter the results by the enzymes actually present within a given organism (in my case: Arapidopsis th.)

Aracyc provides exactly that, yet I haven't found any APIs for it?

The worst case scenario would be, to run another function that looks up the presence of each enzyme for the given organism.

The idea is to reconstruct or retrieve the metabolic network up to a certain number of edges, starting from one metabolite or enzyme

Any pointers, suggestions?

Update:

I think a fast way would be to retrieve all enzymes present in a given organism (Array1) and then just intersect it against the Array2 holding all enzymes for a given compound. Any pointers on getting an enzyme list for a given organism?

Links:

http://www.genome.jp/kegg/soap/doc/keggapi_javadoc_ja/keggapi/KEGGPortType.html

http://pmn.plantcyc.org/PLANT/substring-searchtype=NIL&object=acetylcoa&quickSearch=Quick+Search

enzyme network api kegg

1 answer

Here is the kegg page for Arapidopsis th.: http://www.genome.jp/dbget-bin/www_bget?gn:T00041

Links to the right of the page are all the kegg information they have for it. There is a link for enzymes.

thanks, very helpful; I usually avoid dbget and it didn't occur to me to look into it.

Didn't they close down their public ftp few months ago? I think dbget might be the only way to access the data now.

Right! The TAIR datasets. That's actually where I left off a month ago. Thanks.

Log in to answer this question.