From 3bb0ee77bec7b247a0ebeda4024b94086de7616a Mon Sep 17 00:00:00 2001 From: Alper Yilmaz Date: Fri, 21 Nov 2025 12:52:30 +0300 Subject: [PATCH] updated CHEMBL function calls https://bioservices.readthedocs.io/en/latest/references.html#module-bioservices.chembl describes changes to functions after 1.6.0 also, get_compounds_by_chemblId fails when tested --- .../bioservices/references/services_reference.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/scientific-skills/bioservices/references/services_reference.md b/scientific-skills/bioservices/references/services_reference.md index 26baf71..bd000a0 100644 --- a/scientific-skills/bioservices/references/services_reference.md +++ b/scientific-skills/bioservices/references/services_reference.md @@ -189,12 +189,14 @@ c = ChEMBL() ``` **Key Methods:** -- `get_compound_by_chemblId(chembl_id)`: Compound details -- `get_target_by_chemblId(chembl_id)`: Target information +- `get_molecule_form(chembl_id)`: Compound details +- `get_target(chembl_id)`: Target information +- `get_similarity(chembl_id)`: Get similar compounds for given - `get_assays()`: Bioassay data **Use cases:** - Drug discovery data +- Find similar compounds - Bioactivity information - Target-compound relationships