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:**
|
||||
- `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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user