bio-clinical-databases-pharmacogenomics
Query PharmGKB and CPIC for drug-gene interactions, pharmacogenomic annotations, and dosing guidelines. Use when predicting drug response fr…
Maintainer K-Dense Inc. · Last updated April 1, 2026
DeepChem is a comprehensive Python library for applying machine learning to chemistry, materials science, and biology. Enable molecular property prediction, drug discovery, materials design, and biomolecule analysis through speciali.
Original source
https://github.com/K-Dense-AI/claude-scientific-skills/tree/main/scientific-skills/deepchem
Skill Snapshot
Source Doc
This skill should be used when:
DeepChem provides specialized loaders for various chemical data formats:
import deepchem as dc
## Load SDF files
loader = dc.data.SDFLoader(tasks=['activity'], featurizer=featurizer)
dataset = loader.create_dataset('compounds.sdf')
Related skills
Query PharmGKB and CPIC for drug-gene interactions, pharmacogenomic annotations, and dosing guidelines. Use when predicting drug response fr…
CheMatAgent: chemistry-aware drug design with retrosynthesis and property optimization.
ChEMBL is a manually curated database of bioactive molecules maintained by the European Bioinformatics Institute (EBI), containing over 2 mi…
ChemCrow drug discovery toolkit: web search, Python, chemical tools integration.