cryoem-ai-drug-design-agent — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited cryoem-ai-drug-design-agent (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
The Cryo-EM AI Drug Design Agent integrates cryo-electron microscopy structural data with AlphaFold3, generative AI, and molecular dynamics for structure-based drug design. It enables targeting of previously "undruggable" proteins including flexible, membrane-bound, and large macromolecular complexes through high-resolution structure-guided optimization.
| Target Class | Cryo-EM Advantage | Drug Discovery Application |
|---|---|---|
| GPCRs | Native lipid environment | Allosteric sites |
| Ion Channels | Multiple conformations | State-specific design |
| Transporters | Conformational states | Mechanism-based |
| Ribosomes | Antibiotic binding | New antibiotics |
| Viral Proteins | Large assemblies | Vaccines, antivirals |
| Intrinsically Disordered | Flexible regions | Challenging targets |
User: "Design ligands for this GPCR cryo-EM structure, accounting for receptor flexibility in the binding pocket."
Agent Action:
python3 Skills/Structural_Biology/CryoEM_AI_Drug_Design_Agent/design_from_cryoem.py \
--density_map gpcr_3.2A.mrc \
--protein_sequence gpcr.fasta \
--alphafold_model gpcr_af2.pdb \
--resolution 3.2 \
--ligand_screening fragment_library.sdf \
--binding_site_residues "3.32,5.46,6.48,7.39" \
--md_refinement true \
--generative_optimization true \
--output gpcr_drug_design/| Input | Format | Purpose |
|---|---|---|
| Density Map | MRC/MAP | EM density |
| Protein Sequence | FASTA | AlphaFold input |
| Resolution | Float (Å) | Quality metric |
| Ligand Library | SDF | Virtual screening |
| Known Ligand | Optional SDF | Starting point |
| Output | Description | Format |
|---|---|---|
| Refined Structure | EM + AF combined | .pdb |
| Ligand Poses | Density-fitted poses | .sdf |
| Binding Scores | Affinity predictions | .csv |
| Optimized Compounds | Generative designs | .sdf |
| MD Trajectory | Flexibility analysis | .xtc |
| Design Report | Recommendations |
Structure Prediction:
Ligand Design:
Dynamics Integration:
| Resolution | Applications | Limitations |
|---|---|---|
| <3.0 Å | Fragment screening, detailed design | Rare |
| 3.0-4.0 Å | Drug optimization, binding mode | Most targets |
| 4.0-5.0 Å | Pocket identification, scaffold | Less detail |
| >5.0 Å | Architecture, general binding | Low for SBDD |
| Scenario | Approach | Benefit |
|---|---|---|
| Missing Loops | AF3 prediction | Complete structure |
| Flexible Regions | Ensemble models | Multiple conformations |
| Low Resolution | AF3 template | Higher confidence |
| Ligand Binding | AF3 complex prediction | Binding mode |
| Step | Method | Cryo-EM Role |
|---|---|---|
| Fragment Screening | Virtual dock to EM | Density-guided |
| Hit Identification | Cryo-EM soaking | Experimental validation |
| Fragment Growing | EM + modeling | Structure guidance |
| Lead Optimization | Iterative EM | Binding mode confirmation |
| Target Type | Cryo-EM Advantage | Examples |
|---|---|---|
| GPCRs | Native membrane | Numerous drugs |
| Ion Channels | State-dependent | Painkillers, antiepileptics |
| Transporters | Mechanism insight | Cancer, infection |
| Receptors | Complex structures | Immunotherapy |
| Metric | Purpose | Threshold |
|---|---|---|
| Global Resolution | Overall quality | <4.0 Å for SBDD |
| Local Resolution | Binding site quality | <3.5 Å preferred |
| Map Correlation | Model-to-map fit | >0.8 |
| Real-Space R | Atomic fit | <0.3 |
| Ligand CCC | Ligand fit | >0.6 |
| Drug | Target | Cryo-EM Role |
|---|---|---|
| Numerous | GPCRs | Structure determination |
| Antibiotics | Ribosome | Binding mode |
| Antivirals | Spike protein | Epitope mapping |
| Various | Ion channels | State-specific design |
AI Group - Biomedical AI Platform
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.