This is a test version of Biostars. For the public version, visit https://www.biostars.org.
KEGG database query

Dear all I have 1900 KEGG KO Ids like K03821, k21699 and so on . I have retrieved it for my genome using BLASTKoala. I want to retrieve corresponding pathway name, substrate, product, enzyme name, enzyme class, interacting pathways, reaction type and source.

please let me know how to use kegg api for this purpose or using some per or bioperl code.

kegg database query

1 answer

using togogws:

 for A in K03821 K21699 ; do wget -q -O - "http://togows.org/entry/kegg-orthology/${A}/pathways" | sed "s/\$/ ${A}/" ; done

ko00650  Butanoate metabolism K03821

Thanks for sending your reply. It really works but what if I have a file of 1900 KO. How to use multiple KO for this purpose.

Click on the pale green check mark on the left to validate+close please.

Log in to answer this question.