chembl-get-assay
chembl_get_assayAssay provenance behind a bioactivity row: description, type (binding / functional / ADMET / toxicity), the target it measures, organism, and ChEMBL's 1–9 confidence score (9 = direct assay on the protein target, lower = homologous or indirect). Supply assay_chembl_id from a chembl_get_bioactivities row. Call this to judge whether two measurements are comparable before ranking them together.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| assay_chembl_id | Yes | ChEMBL assay ID from a bioactivity row's assay_chembl_id, e.g. "CHEMBL674637". |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | Present when the call failed. Absent on success. | |
| organism | No | Assay organism. Null when unspecified. | |
| assay_type | No | Assay type code: B=binding, F=functional, A=ADMET, T=toxicity, P=physicochemical, U=unclassified. Null when absent. | |
| description | No | Assay description text. Null when absent. | |
| assay_chembl_id | No | The ChEMBL assay ID queried. | |
| confidence_score | No | ChEMBL confidence score, 1–9 (9 = direct single-protein assay; lower = homologous/indirect). Null when unscored. | |
| target_chembl_id | No | ChEMBL target ID the assay measures — chain to chembl_search_targets/chembl_get_bioactivities. Null when unassigned. | |
| assay_type_description | No | Human-readable assay type, e.g. "Binding". Null when absent. | |
| confidence_description | No | Human-readable confidence description, e.g. "Direct single protein target assigned". Null when absent. |