biothings / mychem.info

MyChem.info: A BioThings API for chemical/drug annotations
http://mychem.info
Apache License 2.0
16 stars 13 forks source link

Extract Indications & MoA from ChEMBL #15

Open stuppie opened 6 years ago

stuppie commented 6 years ago

See: https://www.ebi.ac.uk/chembldb/index.php/compound/inspect/CHEMBL1431

http://mychem.info/v1/chem/XZWYZXLIPXDOLR-UHFFFAOYSA-N?fields=chembl

stuppie commented 6 years ago

The compound targets, assays, and metabolites would also be useful!

https://www.ebi.ac.uk/chembl/compound/inspect/CHEMBL1064

stuppie commented 6 years ago

This information is available from the API Docs: https://www.ebi.ac.uk/chembl/api/data/docs

Indications: https://www.ebi.ac.uk/chembl/api/data/drug_indication?format=json Mechanisms: https://www.ebi.ac.uk/chembl/api/data/mechanism?format=json Metabolites: https://www.ebi.ac.uk/chembl/api/data/metabolism?format=json

etc...