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

Assays: Add curation summary information. #101

Closed nclopezo closed 8 years ago

nclopezo commented 8 years ago

Can we add the curation summary for an assay?

Like this:

{
  assay_category: null,
  assay_cell_type: "MDCK",
  assay_chembl_id: "CHEMBL931654",
  ...
  curation_summary: [
    {
      target:_name: "Neuraminidase",
      target_chembl_id: "SINGLE_PROTEIN",
      target_description: "<description>"
    },
    ...
  ]

}
mnowotka commented 8 years ago

Since there is only one target for each assay and you can get the target_chembl_id from assay, I suggest you just do another request to the target endpoint.

nclopezo commented 7 years ago

For the record, this has been implemented: https://www.ebi.ac.uk/panda/jira/browse/CHEMBLWEB-11