Protein stability predictor scoring ΔΔG for point mutations by fusing ESM-2 embeddings with ProteinMPNN backbone geometry. Wet-lab validated.
Predicting the change in folding free energy (ΔΔG) caused by a point mutation is the workhorse calculation of protein engineering: it decides which of thousands of possible substitutions are worth expressing and assaying. Physics-based methods such as FoldX and Rosetta are constrained by their force-field approximations, while data-driven predictors have historically been trained on small, alanine-scanning-biased datasets like S2648 (2,648 measurements) and generalize poorly outside them.
ProStab, released in August 2025 by a group at Shanghai Jiao Tong University, attacks the generalization problem by combining two complementary pretrained representations rather than scaling a single one. It reads the wild-type sequence, the mutant sequence, and the wild-type backbone structure, drawing sequence features from ESM-2 and geometric features from the inverse-folding model ProteinMPNN. The model is trained once on the Megascale cDNA-display proteolysis dataset and then applied without retraining, including through a public web server.
What separates ProStab from most ΔΔG papers is that its predictions were carried into the lab. The authors selected the top 20 predicted stabilizing mutations for the amine transaminase from Exophiala xenobiotica, expressed them in E. coli, and measured thermostability — an end-to-end test of whether the ranking is actually usable for enzyme engineering.
ProStab is an end-to-end network with three inputs. ESM2-650M, held frozen, encodes both wild-type and mutant sequences; the token representations at the mutation site are subtracted to give a mutation-difference feature. A structure encoder adapted from ProteinMPNN derives residue-level geometric features from wild-type backbone coordinates. Sequence and structure features are concatenated, passed through a transformer encoder to produce a fused representation, and decoded by an MLP to a scalar ΔΔG. Training follows the SPURS protocol for splitting Megascale, uses AdamW (learning rate 1 × 10⁻⁴, β = [0.9, 0.98], weight decay 0.01) with MSE loss for up to 50 epochs, one protein per batch, on a single RTX 4090; model selection is by validation Spearman correlation with early stopping.
Against physics-based baselines (FoldX, Rosetta) and deep-learning baselines (SPURS, ThermoMPNN, StabilityOracle, Pythia) across ten independent test sets, ProStab attains the best Spearman correlation on 7 of 10 and is competitive on the rest, with a substantial margin on the widely used S669 set. It matches or beats ThermoMPNN and SPURS on area under the precision–recall curve across all ten benchmarks, reaching 0.635 on Megascale, 0.629 on S2648, and 0.586 on S8754. On the ΔTm sets S571 and S4346 it preserves ranking (Spearman 0.463 and 0.629) even though absolute predictions compress badly: Megascale spans roughly −3 to 5 kcal/mol, so extrapolation beyond that dynamic range is where the model is weakest.
The primary use is prioritizing stabilizing substitutions for enzyme and biologic engineering, where thermostability determines process viability. The transaminase campaign is the template: score all single mutants, take the top-ranked surface-exposed positions distal from the active site, and express a couple of dozen variants instead of screening thousands. A public web server at the authors' institution accepts a structure and mutation list, putting the model within reach of wet-lab groups without GPU infrastructure, and molecular dynamics of the best variant traced its gain to reduced backbone fluctuation around the mutation site and a coupled distal region.
ProStab is a clean demonstration that the bottleneck in ΔΔG prediction is representation and data breadth rather than model size, and that inverse-folding geometry contributes signal a sequence model alone does not capture. Its wet-lab follow-through is unusual for the genre and makes the ranking claim concrete rather than benchmark-bound. The work builds openly on the SPURS framework, reusing its training pipeline, dataset splits, and metrics. Code and datasets are public on GitHub, but the repository carries no license file, which restricts reuse; pretrained weights are distributed separately via a cloud drive link rather than bundled. The paper is a preprint and has not yet been peer reviewed.
Papers that recently cited this model.
The most-cited papers that cite this model.
Providers that host ProStab for inference, fine-tuning, or weight download.
No providers recorded yet. Browse all providers
Not enough data