What problem does it solve?
This Skill eliminates the manual, error-prone work of converting chemical structure inputs into analysis-ready representations and then performing similarity, substructure, and scaffold-based discovery.
Core Features & Use Cases
- Molecule parsing from common formats: Convert SMILES, InChI, and SDF/MOL inputs into RDKit Mol objects for downstream analysis.
- Drug-likeness and physicochemical descriptor calculation: Compute properties like MW, LogP, TPSA, HBD/HBA, rotatable bonds, and ring counts, including Lipinski and Veber rule checks.
- Similarity and library screening: Generate Morgan (ECFP) fingerprints and compute Tanimoto similarity for search, clustering, and chemical space exploration.
- Scaffold and substructure workflows: Decompose Murcko scaffolds for scaffold frequency analysis and run SMARTS substructure queries for targeted filtering.
- Chemical space visualization: Project fingerprint matrices into 2D using PCA for interpretable mapping of chemical diversity.
Quick Start
Use the rdkit-cheminformatics Skill to parse your compound SMILES list, compute Morgan fingerprints, filter by Tanimoto similarity against a query molecule, and return the ranked hit table.