PROTAC Design Agent
The PROTAC Design Agent provides AI-assisted design of Proteolysis Targeting Chimeras (PROTACs) for targeted protein degradation. It integrates machine learning for ternary complex prediction, linker design, E3 ligase selection, and ADMET optimization to accelerate degrader drug discovery for oncology and other therapeutic areas.
When to Use This Skill
- When designing PROTAC degraders for a target protein.
- For optimizing linker chemistry and length.
- To predict ternary complex formation and degradation efficiency.
- When selecting optimal E3 ligase (CRBN, VHL) for the target.
- For optimizing ADMET properties of degrader molecules.
Core Capabilities
Warhead Selection: Identify optimal target protein ligands.
E3 Ligase Selection: Choose CRBN, VHL, or other E3 recruiters.
Linker Design: Optimize linker length, chemistry, and rigidity.
Ternary Complex Prediction: Model POI-PROTAC-E3 formation.
Degradation Efficiency Modeling: Predict DC50 and Dmax.
ADMET Optimization: Balance potency with drug-like properties.
PROTAC Components
| Component |
Function |
Optimization Target |
| Warhead |
Binds target protein (POI) |
Affinity, selectivity |
| E3 Ligand |
Recruits E3 ubiquitin ligase |
CRBN/VHL binding |
| Linker |
Connects warhead to E3 ligand |
Length, flexibility, solubility |
E3 Ligase Options
| E3 Ligase |
Ligand |
Tissue Expression |
Advantages |
| CRBN |
Thalidomide analogs |
Ubiquitous |
Well-characterized |
| VHL |
VHL ligands |
Ubiquitous |
High selectivity |
| MDM2 |
Nutlin analogs |
Variable |
p53-independent |
| IAP |
SMAC mimetics |
High in cancer |
Dual mechanism |
| DCAF15 |
Indisulam |
Variable |
Novel chemistry |
Workflow
Input: Target protein structure/sequence, known ligands (optional).
Warhead Design: Generate/optimize POI binding moiety.
E3 Selection: Choose optimal E3 ligase for target/tissue.
Linker Library: Generate diverse linker options.
Ternary Complex Modeling: Predict complex formation.
Ranking: Score by predicted degradation and ADMET.
Output: Ranked PROTAC designs with synthesis routes.
Example Usage
User: "Design a PROTAC to degrade BRD4 using CRBN as the E3 ligase, optimizing for oral bioavailability."
Agent Action:
python3 Skills/Drug_Discovery/PROTAC_Design_Agent/design_protac.py \
--target BRD4 \
--target_structure pdb:3MXF \
--warhead_smiles "JQ1_core_smiles" \
--e3_ligase CRBN \
--linker_library peg,alkyl,piperdine \
--linker_length_range 4,12 \
--optimize_oral true \
--output protac_designs/
Linker Design Parameters
| Parameter |
Options |
Consideration |
| Length |
2-20 atoms |
Ternary complex geometry |
| Chemistry |
PEG, alkyl, piperazine, triazole |
Solubility, stability |
| Rigidity |
Flexible vs constrained |
Entropic penalty |
| Attachment |
Connectivity points |
Exit vector matching |
| MW Contribution |
Varies |
Total MW impact |
Output Components
| Output |
Description |
Format |
| PROTAC Structures |
Designed molecules |
.sdf, SMILES |
| Ternary Models |
POI-PROTAC-E3 complexes |
.pdb |
| Predicted DC50 |
Degradation potency |
.csv |
| Predicted Dmax |
Maximum degradation |
.csv |
| ADMET Predictions |
Solubility, permeability, etc. |
.csv |
| Synthesis Routes |
Retrosynthetic analysis |
.json |
| Ranking |
Prioritized designs |
.csv |
Degradation Efficiency Metrics
| Metric |
Definition |
Target |
| DC50 |
Concentration for 50% degradation |
<100 nM |
| Dmax |
Maximum degradation achieved |
>90% |
| Kinetics |
Time to half-degradation |
<4 hours |
| Selectivity |
Off-target degradation |
Minimal |
| Hook Effect |
High-dose attenuation |
Minimal |
AI/ML Components
Ternary Complex Prediction:
- AlphaFold-Multimer adaptation
- Geometric deep learning
- Molecular dynamics validation
Degradation Modeling:
- Quantitative degradation prediction
- Transfer learning from degrader databases
- Multi-task learning (DC50, Dmax, kinetics)
Linker Optimization:
- Generative models (VAE, diffusion)
- Reinforcement learning
- Multi-objective Bayesian optimization
ADMET Prediction:
- Property prediction models
- Chameleonicity assessment
- Oral bioavailability scoring
Clinical Pipeline Status (2026)
| PROTAC |
Target |
Phase |
E3 Ligase |
| ARV-471 |
ER |
Phase 3, NDA filed |
CRBN |
| ARV-110 |
AR |
Phase 2 |
CRBN |
| BGB-16673 |
BTK |
Phase 3 |
CRBN |
| NX-2127 |
BTK |
Phase 2 |
CRBN |
| KT-474 |
IRAK4 |
Phase 2 |
CRBN |
Design Considerations
| Factor |
PROTAC Challenge |
Solution |
| High MW |
Poor permeability |
Chameleonicity |
| Low Solubility |
Limited exposure |
Solubilizing groups |
| Hook Effect |
Reduced efficacy at high doses |
Optimize binding balance |
| E3 Saturation |
Competition with other PROTACs |
Target expression |
Prerequisites
- Python 3.10+
- RDKit, Open Babel
- AlphaFold2/3
- Molecular dynamics (GROMACS/OpenMM)
- PyTorch for ML models
Related Skills
- Molecular_Glue_Discovery_Agent - Glue degraders
- TPD_Ternary_Complex_Agent - Complex prediction
- Molecular_Docking_Agent - Docking analysis
- ADMET_Prediction_Agent - Property prediction
ADMET Optimization Strategies
| Property |
Challenge |
Approach |
| Permeability |
High MW limits |
Intramolecular H-bonds |
| Solubility |
Lipophilicity |
Polar linker groups |
| Metabolic Stability |
Linker metabolism |
Stable chemistries |
| Clearance |
High metabolism |
Optimize logD |
Special Considerations
- Target Suitability: Not all proteins are degradable
- E3 Expression: Check tissue-specific E3 levels
- Ubiquitination Sites: Surface lysines needed
- Resistance: Target mutations, E3 downregulation
- Selectivity: Validate off-target degradation
Quality Control Metrics
| QC Check |
Threshold |
Rationale |
| Ternary Complex Score |
>0.7 |
Productive complex |
| Linker Strain |
<5 kcal/mol |
Favorable geometry |
| ADMET Score |
>0.5 |
Drug-like properties |
| Synthetic Accessibility |
<5 |
Feasible synthesis |
Author
AI Group - Biomedical AI Platform
1---2name: protac-design-agent3description: AI-powered PROTAC (Proteolysis Targeting Chimera) design for targeted protein degradation, integrating ternary complex prediction, linker optimization, and ADMET modeling.4---56<!--7# COPYRIGHT NOTICE8# This file is part of the "Universal Biomedical Skills" project.9# Copyright (c) 2026 MD BABU MIA, PhD <md.babu.mia@mssm.edu>10# All Rights Reserved.11#12# This code is proprietary and confidential.13# Unauthorized copying of this file, via any medium is strictly prohibited.14#15# Provenance: Authenticated by MD BABU MIA1617-->18192021# PROTAC Design Agent2223The **PROTAC Design Agent** provides AI-assisted design of Proteolysis Targeting Chimeras (PROTACs) for targeted protein degradation. It integrates machine learning for ternary complex prediction, linker design, E3 ligase selection, and ADMET optimization to accelerate degrader drug discovery for oncology and other therapeutic areas.2425## When to Use This Skill2627* When designing PROTAC degraders for a target protein.28* For optimizing linker chemistry and length.29* To predict ternary complex formation and degradation efficiency.30* When selecting optimal E3 ligase (CRBN, VHL) for the target.31* For optimizing ADMET properties of degrader molecules.3233## Core Capabilities34351. **Warhead Selection**: Identify optimal target protein ligands.36372. **E3 Ligase Selection**: Choose CRBN, VHL, or other E3 recruiters.38393. **Linker Design**: Optimize linker length, chemistry, and rigidity.40414. **Ternary Complex Prediction**: Model POI-PROTAC-E3 formation.42435. **Degradation Efficiency Modeling**: Predict DC50 and Dmax.44456. **ADMET Optimization**: Balance potency with drug-like properties.4647## PROTAC Components4849| Component | Function | Optimization Target |50|-----------|----------|---------------------|51| Warhead | Binds target protein (POI) | Affinity, selectivity |52| E3 Ligand | Recruits E3 ubiquitin ligase | CRBN/VHL binding |53| Linker | Connects warhead to E3 ligand | Length, flexibility, solubility |5455## E3 Ligase Options5657| E3 Ligase | Ligand | Tissue Expression | Advantages |58|-----------|--------|-------------------|------------|59| CRBN | Thalidomide analogs | Ubiquitous | Well-characterized |60| VHL | VHL ligands | Ubiquitous | High selectivity |61| MDM2 | Nutlin analogs | Variable | p53-independent |62| IAP | SMAC mimetics | High in cancer | Dual mechanism |63| DCAF15 | Indisulam | Variable | Novel chemistry |6465## Workflow66671. **Input**: Target protein structure/sequence, known ligands (optional).68692. **Warhead Design**: Generate/optimize POI binding moiety.70713. **E3 Selection**: Choose optimal E3 ligase for target/tissue.72734. **Linker Library**: Generate diverse linker options.74755. **Ternary Complex Modeling**: Predict complex formation.76776. **Ranking**: Score by predicted degradation and ADMET.78797. **Output**: Ranked PROTAC designs with synthesis routes.8081## Example Usage8283**User**: "Design a PROTAC to degrade BRD4 using CRBN as the E3 ligase, optimizing for oral bioavailability."8485**Agent Action**:86```bash87python3 Skills/Drug_Discovery/PROTAC_Design_Agent/design_protac.py \88 --target BRD4 \89 --target_structure pdb:3MXF \90 --warhead_smiles "JQ1_core_smiles" \91 --e3_ligase CRBN \92 --linker_library peg,alkyl,piperdine \93 --linker_length_range 4,12 \94 --optimize_oral true \95 --output protac_designs/96```9798## Linker Design Parameters99100| Parameter | Options | Consideration |101|-----------|---------|---------------|102| Length | 2-20 atoms | Ternary complex geometry |103| Chemistry | PEG, alkyl, piperazine, triazole | Solubility, stability |104| Rigidity | Flexible vs constrained | Entropic penalty |105| Attachment | Connectivity points | Exit vector matching |106| MW Contribution | Varies | Total MW impact |107108## Output Components109110| Output | Description | Format |111|--------|-------------|--------|112| PROTAC Structures | Designed molecules | .sdf, SMILES |113| Ternary Models | POI-PROTAC-E3 complexes | .pdb |114| Predicted DC50 | Degradation potency | .csv |115| Predicted Dmax | Maximum degradation | .csv |116| ADMET Predictions | Solubility, permeability, etc. | .csv |117| Synthesis Routes | Retrosynthetic analysis | .json |118| Ranking | Prioritized designs | .csv |119120## Degradation Efficiency Metrics121122| Metric | Definition | Target |123|--------|------------|--------|124| DC50 | Concentration for 50% degradation | <100 nM |125| Dmax | Maximum degradation achieved | >90% |126| Kinetics | Time to half-degradation | <4 hours |127| Selectivity | Off-target degradation | Minimal |128| Hook Effect | High-dose attenuation | Minimal |129130## AI/ML Components131132**Ternary Complex Prediction**:133- AlphaFold-Multimer adaptation134- Geometric deep learning135- Molecular dynamics validation136137**Degradation Modeling**:138- Quantitative degradation prediction139- Transfer learning from degrader databases140- Multi-task learning (DC50, Dmax, kinetics)141142**Linker Optimization**:143- Generative models (VAE, diffusion)144- Reinforcement learning145- Multi-objective Bayesian optimization146147**ADMET Prediction**:148- Property prediction models149- Chameleonicity assessment150- Oral bioavailability scoring151152## Clinical Pipeline Status (2026)153154| PROTAC | Target | Phase | E3 Ligase |155|--------|--------|-------|-----------|156| ARV-471 | ER | Phase 3, NDA filed | CRBN |157| ARV-110 | AR | Phase 2 | CRBN |158| BGB-16673 | BTK | Phase 3 | CRBN |159| NX-2127 | BTK | Phase 2 | CRBN |160| KT-474 | IRAK4 | Phase 2 | CRBN |161162## Design Considerations163164| Factor | PROTAC Challenge | Solution |165|--------|------------------|----------|166| High MW | Poor permeability | Chameleonicity |167| Low Solubility | Limited exposure | Solubilizing groups |168| Hook Effect | Reduced efficacy at high doses | Optimize binding balance |169| E3 Saturation | Competition with other PROTACs | Target expression |170171## Prerequisites172173* Python 3.10+174* RDKit, Open Babel175* AlphaFold2/3176* Molecular dynamics (GROMACS/OpenMM)177* PyTorch for ML models178179## Related Skills180181* Molecular_Glue_Discovery_Agent - Glue degraders182* TPD_Ternary_Complex_Agent - Complex prediction183* Molecular_Docking_Agent - Docking analysis184* ADMET_Prediction_Agent - Property prediction185186## ADMET Optimization Strategies187188| Property | Challenge | Approach |189|----------|-----------|----------|190| Permeability | High MW limits | Intramolecular H-bonds |191| Solubility | Lipophilicity | Polar linker groups |192| Metabolic Stability | Linker metabolism | Stable chemistries |193| Clearance | High metabolism | Optimize logD |194195## Special Considerations1961971. **Target Suitability**: Not all proteins are degradable1982. **E3 Expression**: Check tissue-specific E3 levels1993. **Ubiquitination Sites**: Surface lysines needed2004. **Resistance**: Target mutations, E3 downregulation2015. **Selectivity**: Validate off-target degradation202203## Quality Control Metrics204205| QC Check | Threshold | Rationale |206|----------|-----------|-----------|207| Ternary Complex Score | >0.7 | Productive complex |208| Linker Strain | <5 kcal/mol | Favorable geometry |209| ADMET Score | >0.5 | Drug-like properties |210| Synthetic Accessibility | <5 | Feasible synthesis |211212## Author213214AI Group - Biomedical AI Platform215216217<!-- AUTHOR_SIGNATURE: 9a7f3c2e-MD-BABU-MIA-2026-MSSM-SECURE -->