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
This commit is contained in:
Alper Yilmaz
2025-11-21 12:52:30 +03:00
committed by GitHub
parent e5fc882746
commit 3bb0ee77be

View File

@@ -189,12 +189,14 @@ c = ChEMBL()
``` ```
**Key Methods:** **Key Methods:**
- `get_compound_by_chemblId(chembl_id)`: Compound details - `get_molecule_form(chembl_id)`: Compound details
- `get_target_by_chemblId(chembl_id)`: Target information - `get_target(chembl_id)`: Target information
- `get_similarity(chembl_id)`: Get similar compounds for given
- `get_assays()`: Bioassay data - `get_assays()`: Bioassay data
**Use cases:** **Use cases:**
- Drug discovery data - Drug discovery data
- Find similar compounds
- Bioactivity information - Bioactivity information
- Target-compound relationships - Target-compound relationships