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

Does anyone know of a Java/ Python wrapper to access KEGG APIs specifically for compounds and genome?

Any help will be highly appreciated.

kegg

2 answers

You might find useful this library: https://pythonhosted.org/bioservices/ it provides api to access several bioinformatics databases, including KEGG.

You can use Biopython.

Log in to answer this question.