chembl_webservices_2
chembl_webservices_2 copied to clipboard
Source code of the ChEMBL web services.
We already have a model available for assay_parameters, just need to expose in web services. Probably best nested in the Assays resource? See also #161
We need to create a model for the activity_properties table (similar format to assay parameters) and also expose this in the web service output. Might be best nested in the...
Need to remove published_type, published_relation, published_value and published_units from Activities model and web service as they will be removed in the database. They have been replaced by type, relation, value...
https://www.ebi.ac.uk/chembl/api/data/substructure.json?limit=500&offset=0&only=molecule_chembl_id&smiles=N%5B*%5D~CC1%3DCNC2C%3DCC%3DCC%3D21
This will help to make the structure search faster.
This is related to this ticket: https://helpdesk.ebi.ac.uk/Ticket/Display.html?id=285515 Greetings, I have written a python script utilizing your web resource client: https://github.com/chembl/chembl_webresource_client My goal is to put together automatically training sets for...
This involves several substasks: - [x] Add full journal name (not only abbreviation) in the documents endpoint - [ ] Once it's added reindex elastic search engine so it's reflected...
We need a resource that would help us drawing pie charts in compound report page like this: https://www.ebi.ac.uk/chembl/compound/inspect/CHEMBL14732 This should return some aggregate information (molecule count, assay count, etc) for...
In the current interface, in the compound report card there is the section [Clinical Data](https://www.ebi.ac.uk/chembl/compound/inspect/CHEMBL25). How can this information be obtained using the current web services? Or could it be...
While working on the interactive web services diagram I spot this problem. The link between `Target` and `Target Component` is on the `Target` side: ![screen shot 2015-10-01 at 11 01...