mirror of
https://github.com/K-Dense-AI/claude-scientific-skills.git
synced 2026-01-26 16:58:56 +08:00
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:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user