pubchem-database
CommunityExplore chemicals, find properties, accelerate discovery.
Education & Research#drug discovery#bioactivity#molecular properties#chemical database#cheminformatics#substructure search#similarity search#PubChem API
AuthorJuancho032007
Version1.0.0
Installs0
System Documentation
What problem does it solve?
Manually searching and analyzing chemical compounds and their properties across PubChem's vast database (110M+ compounds, 270M+ bioactivities) is time-consuming and complex. This Skill automates programmatic access via PUG-REST API and PubChemPy, enabling rapid cheminformatics tasks like property retrieval, similarity searches, and bioactivity data mining.
Core Features & Use Cases
- Flexible Chemical Search: Find compounds by name, CID, SMILES, InChI, or molecular formula, ensuring you can locate any chemical of interest.
- Molecular Property Retrieval: Access essential molecular properties such as molecular weight, LogP, Topological Polar Surface Area (TPSA), and hydrogen bonding descriptors.
- Similarity & Substructure Searches: Identify structurally related compounds or those containing specific chemical motifs, crucial for lead optimization and drug discovery.
- Use Case: A medicinal chemist needs to find all compounds structurally similar to "aspirin," retrieve their molecular weights, and check for any known bioactivities. This skill can automate the search, property extraction, and bioactivity lookup, providing a comprehensive overview for drug development.
Quick Start
To get properties for "caffeine":
import pubchempy as pcp
compound = pcp.get_compounds('caffeine', 'name')[0]
print(f"Molecular Formula: {compound.molecular_formula}")
print(f"SMILES: {compound.canonical_smiles}")
Dependency Matrix
Required Modules
pubchempy
Components
scriptsreferences
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: pubchem-database Download link: https://github.com/Juancho032007/claude-scientific-skills/archive/main.zip#pubchem-database Please download this .zip file, extract it, and install it in the .claude/skills/ directory.