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

Molecule: molecule indications #107

Closed nclopezo closed 7 years ago

nclopezo commented 7 years ago

In the current interface there is a section called "Indications" How can this information be obtained using the current web services? Or could they be added to the response?

mnowotka commented 7 years ago

Question to @agaulton - is drug_indications_mv used in the compound report card? If not then, where? Also, where is the code that creates MV? Is that a part of the UI or some preprocessing step done during the release?

mnowotka commented 7 years ago

There is a drug indication endpoint - please have a look: https://www.ebi.ac.uk/chembl/api/data/drug_indication.json but you will probably have to ask @agaulton how to combine it with information about molecule hierarchy to get data presented as expected.