name: 'cryoem-ai-drug-design-agent'
description: 'AI-powered integration of cryo-EM structural data with generative AI and molecular dynamics for structure-based drug design targeting flexible proteins and membrane complexes.'
measurable_outcome: Execute skill workflow successfully with valid output within 15 minutes.
allowed-tools:
- read_file
- run_shell_command
Cryo-EM AI Drug Design Agent
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.
When to Use This Skill
- When designing drugs against cryo-EM-solved targets.
- For fragment-based drug discovery with EM structures.
- To model ligand binding in flexible protein regions.
- When targeting membrane proteins and large complexes.
- For integrating AlphaFold predictions with experimental EM density.
Core Capabilities
Density-Guided Design: Fit ligands into cryo-EM density maps.
AlphaFold Integration: Combine AF3 predictions with EM data.
Flexible Docking: Account for protein dynamics in binding.
Fragment Screening: Virtual fragment screening with EM structures.
Complex Targeting: Design for multi-protein assemblies.
Dynamics-Based Design: Incorporate conformational flexibility.
Cryo-EM for Drug Discovery
| 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 |
Workflow
Input: Cryo-EM density map, protein sequence, ligand/fragment.
Structure Refinement: AlphaFold + density-guided refinement.
Binding Site Identification: Detect pockets in EM structure.
Ligand Placement: Density-guided ligand fitting.
MD Simulation: Flexible binding simulation.
Optimization: Generative design around hits.
Output: Optimized ligands, binding models, design recommendations.
Example Usage
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 Requirements
| 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 Components
| 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 |
.pdf |
AI/ML Components
Structure Prediction:
- AlphaFold3 for initial model
- Density-guided refinement
- Confidence scoring (pLDDT, local resolution)
Ligand Design:
- Generative AI (diffusion, VAE)
- Reinforcement learning optimization
- Multi-objective scoring
Dynamics Integration:
- Molecular dynamics simulation
- Ensemble docking
- Flexibility-aware scoring
Resolution Considerations
| 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 |
AlphaFold3 + Cryo-EM Integration
| 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 |
Prerequisites
- Python 3.10+
- AlphaFold3, ChimeraX
- GROMACS/OpenMM for MD
- RDKit, AutoDock Vina
- GPU with 16GB+ VRAM
Related Skills
- Time_Resolved_CryoEM_Agent - Dynamics from EM
- PROTAC_Design_Agent - Degrader design
- Molecular_Glue_Discovery_Agent - Glue design
- AlphaFold3_Agent - Structure prediction
Fragment-Based Discovery with Cryo-EM
| 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 |
Membrane Protein Targets
| 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 |
Special Considerations
- Resolution Limits: Design confidence depends on resolution
- Map Quality: Local resolution varies across structure
- Conformational States: Multiple states may be captured
- Ligand Density: May be weak at lower resolution
- Validation: Experimental validation essential
Quality Metrics
| 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 Discovery Success Stories
| Drug |
Target |
Cryo-EM Role |
| Numerous |
GPCRs |
Structure determination |
| Antibiotics |
Ribosome |
Binding mode |
| Antivirals |
Spike protein |
Epitope mapping |
| Various |
Ion channels |
State-specific design |
Author
AI Group - Biomedical AI Platform
1---2name: cryoem-ai-drug-design-agent3description: <!--4---5<!--6# COPYRIGHT NOTICE7# This file is part of the "Universal Biomedical Skills" project.8# Copyright (c) 2026 MD BABU MIA, PhD <md.babu.mia@mssm.edu>9# All Rights Reserved.10#11# This code is proprietary and confidential.12# Unauthorized copying of this file, via any medium is strictly prohibited.13#14# Provenance: Authenticated by MD BABU MIA1516-->1718---19name: 'cryoem-ai-drug-design-agent'20description: 'AI-powered integration of cryo-EM structural data with generative AI and molecular dynamics for structure-based drug design targeting flexible proteins and membrane complexes.'21measurable_outcome: Execute skill workflow successfully with valid output within 15 minutes.22allowed-tools:23 - read_file24 - run_shell_command25---262728# Cryo-EM AI Drug Design Agent2930The **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.3132## When to Use This Skill3334* When designing drugs against cryo-EM-solved targets.35* For fragment-based drug discovery with EM structures.36* To model ligand binding in flexible protein regions.37* When targeting membrane proteins and large complexes.38* For integrating AlphaFold predictions with experimental EM density.3940## Core Capabilities41421. **Density-Guided Design**: Fit ligands into cryo-EM density maps.43442. **AlphaFold Integration**: Combine AF3 predictions with EM data.45463. **Flexible Docking**: Account for protein dynamics in binding.47484. **Fragment Screening**: Virtual fragment screening with EM structures.49505. **Complex Targeting**: Design for multi-protein assemblies.51526. **Dynamics-Based Design**: Incorporate conformational flexibility.5354## Cryo-EM for Drug Discovery5556| Target Class | Cryo-EM Advantage | Drug Discovery Application |57|--------------|-------------------|---------------------------|58| GPCRs | Native lipid environment | Allosteric sites |59| Ion Channels | Multiple conformations | State-specific design |60| Transporters | Conformational states | Mechanism-based |61| Ribosomes | Antibiotic binding | New antibiotics |62| Viral Proteins | Large assemblies | Vaccines, antivirals |63| Intrinsically Disordered | Flexible regions | Challenging targets |6465## Workflow66671. **Input**: Cryo-EM density map, protein sequence, ligand/fragment.68692. **Structure Refinement**: AlphaFold + density-guided refinement.70713. **Binding Site Identification**: Detect pockets in EM structure.72734. **Ligand Placement**: Density-guided ligand fitting.74755. **MD Simulation**: Flexible binding simulation.76776. **Optimization**: Generative design around hits.78797. **Output**: Optimized ligands, binding models, design recommendations.8081## Example Usage8283**User**: "Design ligands for this GPCR cryo-EM structure, accounting for receptor flexibility in the binding pocket."8485**Agent Action**:86```bash87python3 Skills/Structural_Biology/CryoEM_AI_Drug_Design_Agent/design_from_cryoem.py \88 --density_map gpcr_3.2A.mrc \89 --protein_sequence gpcr.fasta \90 --alphafold_model gpcr_af2.pdb \91 --resolution 3.2 \92 --ligand_screening fragment_library.sdf \93 --binding_site_residues "3.32,5.46,6.48,7.39" \94 --md_refinement true \95 --generative_optimization true \96 --output gpcr_drug_design/97```9899## Input Requirements100101| Input | Format | Purpose |102|-------|--------|---------|103| Density Map | MRC/MAP | EM density |104| Protein Sequence | FASTA | AlphaFold input |105| Resolution | Float (Å) | Quality metric |106| Ligand Library | SDF | Virtual screening |107| Known Ligand | Optional SDF | Starting point |108109## Output Components110111| Output | Description | Format |112|--------|-------------|--------|113| Refined Structure | EM + AF combined | .pdb |114| Ligand Poses | Density-fitted poses | .sdf |115| Binding Scores | Affinity predictions | .csv |116| Optimized Compounds | Generative designs | .sdf |117| MD Trajectory | Flexibility analysis | .xtc |118| Design Report | Recommendations | .pdf |119120## AI/ML Components121122**Structure Prediction**:123- AlphaFold3 for initial model124- Density-guided refinement125- Confidence scoring (pLDDT, local resolution)126127**Ligand Design**:128- Generative AI (diffusion, VAE)129- Reinforcement learning optimization130- Multi-objective scoring131132**Dynamics Integration**:133- Molecular dynamics simulation134- Ensemble docking135- Flexibility-aware scoring136137## Resolution Considerations138139| Resolution | Applications | Limitations |140|------------|--------------|-------------|141| <3.0 Å | Fragment screening, detailed design | Rare |142| 3.0-4.0 Å | Drug optimization, binding mode | Most targets |143| 4.0-5.0 Å | Pocket identification, scaffold | Less detail |144| >5.0 Å | Architecture, general binding | Low for SBDD |145146## AlphaFold3 + Cryo-EM Integration147148| Scenario | Approach | Benefit |149|----------|----------|---------|150| Missing Loops | AF3 prediction | Complete structure |151| Flexible Regions | Ensemble models | Multiple conformations |152| Low Resolution | AF3 template | Higher confidence |153| Ligand Binding | AF3 complex prediction | Binding mode |154155## Prerequisites156157* Python 3.10+158* AlphaFold3, ChimeraX159* GROMACS/OpenMM for MD160* RDKit, AutoDock Vina161* GPU with 16GB+ VRAM162163## Related Skills164165* Time_Resolved_CryoEM_Agent - Dynamics from EM166* PROTAC_Design_Agent - Degrader design167* Molecular_Glue_Discovery_Agent - Glue design168* AlphaFold3_Agent - Structure prediction169170## Fragment-Based Discovery with Cryo-EM171172| Step | Method | Cryo-EM Role |173|------|--------|--------------|174| Fragment Screening | Virtual dock to EM | Density-guided |175| Hit Identification | Cryo-EM soaking | Experimental validation |176| Fragment Growing | EM + modeling | Structure guidance |177| Lead Optimization | Iterative EM | Binding mode confirmation |178179## Membrane Protein Targets180181| Target Type | Cryo-EM Advantage | Examples |182|-------------|-------------------|----------|183| GPCRs | Native membrane | Numerous drugs |184| Ion Channels | State-dependent | Painkillers, antiepileptics |185| Transporters | Mechanism insight | Cancer, infection |186| Receptors | Complex structures | Immunotherapy |187188## Special Considerations1891901. **Resolution Limits**: Design confidence depends on resolution1912. **Map Quality**: Local resolution varies across structure1923. **Conformational States**: Multiple states may be captured1934. **Ligand Density**: May be weak at lower resolution1945. **Validation**: Experimental validation essential195196## Quality Metrics197198| Metric | Purpose | Threshold |199|--------|---------|-----------|200| Global Resolution | Overall quality | <4.0 Å for SBDD |201| Local Resolution | Binding site quality | <3.5 Å preferred |202| Map Correlation | Model-to-map fit | >0.8 |203| Real-Space R | Atomic fit | <0.3 |204| Ligand CCC | Ligand fit | >0.6 |205206## Drug Discovery Success Stories207208| Drug | Target | Cryo-EM Role |209|------|--------|--------------|210| Numerous | GPCRs | Structure determination |211| Antibiotics | Ribosome | Binding mode |212| Antivirals | Spike protein | Epitope mapping |213| Various | Ion channels | State-specific design |214215## Author216217AI Group - Biomedical AI Platform218219220<!-- AUTHOR_SIGNATURE: 9a7f3c2e-MD-BABU-MIA-2026-MSSM-SECURE -->