DyME: An MD-based engine exploiting HTP mutagenesis for protein engineering and recognition mimicry
1. DyME (Dynamic Mutagenesis Engine) is a distributed, MD-first platform designed to run and compare up to thousands of mutant complexes, turning what is usually a fragmented âmutate â simulate â analyzeâ workflow into a single automated pipeline for protein recognition mimicry (PRM).
2. The core idea is systematic, combinatorial interfacial mutagenesis (single/double/triple variants) coupled to solvated MD, with all trajectory-derived features scavenged into a central database so large mutant libraries can be queried and compared without manual per-simulation handling.
3. Input is any 3D structure of a protein-protein, protein-peptide, or protein-DNA complex. Users define âmolecular objectsâ and choose one as the mutable ligand/partner; DyME proposes interfacial âanchor pointsâ from contact analysis, which users can refine and cluster for combinatorial library design.
4. A key innovation is the data-management and analysis layer: DyME stores extracted MD features (e.g., RMSD, ÎG estimates, per-residue decomposition, pairwise contact frequencies, solvent features) in MongoDB, enabling fast aggregation queries across millions of records spanning many simulations.
5. DyMEâs âanchor point clusteringâ controls combinatorial explosion by organizing positions into clusters and enumerating non-redundant singlet/doublet/triplet permutations per cluster, while the GUI provides estimated mutant counts and projected GPU-hours during project setup.
6. The distributed backend follows a producer-consumer model: MD worker nodes poll the database for pending mutants, generate mutant structures (Modeller), build Amber-format systems (tleap), and run OpenMM simulations on idle GPUs; scavenger nodes then post-process trajectories (AmberTools/CPPTRAJ, MDTraj, MDAnalysis,
MMPBSA.py) and push curated features back to the database.
7. DyME emphasizes recognition beyond direct contacts by integrating interfacial water analysis: the Toolbox for Comparative Analysis (TCA) includes a Water Site Explorer that maps water-sites from trajectories and summarizes water-mediated contacts and residence, supporting mechanistic interpretation of solvent-driven recognition changes across mutants.
8. The interactive web-based TCA is designed for comparative exploration at scale: Mutant Explorer ranks mutants by binding energy metrics and supports multi-mutant overlay of structures, RMSD traces, per-anchor-point energy bars, sequence-position energy âheatâ views, pairwise contact/energy maps, and contact tablesâreducing the need to manually inspect large decomposition outputs.
9. DyME also targets specificity engineering with a dedicated âSpecificity Finderâ that compares two projects sharing the same mutable ligand but different receptors, identifying mutations that increase affinity for one receptor while decreasing it for the other using database aggregations across matched mutants.
10. Case study: DyME is validated on SH3 recognition mimicry using the classic Abl-SH3 vs Fyn-SH3 system and the 3bp-1 peptide mutational landscape. The platform reproduces trends consistent with experimental affinity/specificity shifts (via ÎG vs reported Kd correlation) and recovers experimentally described water-mediated interactions at SH3 interfaces, illustrating how DyME supports affinity and selectivity design rationales.
đ»Code:
github.com/pisabarro-group/DâŠ
đPaper:
biorxiv.org/content/10.64898âŠ
#computationalbiology #moleculardynamics #proteinengineering #structuralbioinformatics #mutagenesis #proteinproteininteractions #proteinDNA #OpenMM #Amber #FAIRdata