chembl / chembl_webservices_2

Source code of the ChEMBL web services.
https://www.ebi.ac.uk/chembl/ws
Other
16 stars 3 forks source link

Add enzyme_chembl_id to Metabolism endpoint #149

Closed nclopezo closed 6 years ago

nclopezo commented 6 years ago

Here https://www.ebi.ac.uk/chembl/api/data/metabolism.json, there is a enzyme_name, but not enzyme_chembl_id. Enzyme is a target as far as I understand. It is required for https://github.com/chembl/GLaDOS/issues/298

agaulton commented 6 years ago

Yep, it's a target - use enzyme_tid to link

mnowotka commented 6 years ago

OK, I'll ad that. Fingers crossed for having a new release of API fixing all hanging requests this Monday!

mnowotka commented 6 years ago

SO it looks like this field is already there it's called target_chembl_id but often it's empty. https://www.ebi.ac.uk/chembl/api/data/metabolism.json?target_chembl_id__isnull=false

nclopezo commented 6 years ago

I will use the target_chembl_id as the enzyme_chembl_id, thanks!