paper-with-me

홈 › Papers

MutaPLM: Protein Language Modeling for Mutation Explanation and Engineering

2024-10-30 · Yizhen Luo, Zikun Nie, Massimo Hong, Suyuan Zhao, Hao Zhou, Zaiqing Nie

Studying protein mutations within amino acid sequences holds tremendous significance in life sciences. Protein language models (PLMs) have demonstrated strong capabilities in broad biological applications. However, due to architectural design and lack of supervision, PLMs model mutations implicitly with evolutionary plausibility, which is not satisfactory to serve as explainable and engineerable tools in real-world studies. To address these issues, we present MutaPLM, a unified framework for interpreting and navigating protein mutations with protein language models. MutaPLM introduces a protein delta network that captures explicit protein mutation representations within a unified feature space, and a transfer learning pipeline with a chain-of-thought (CoT) strategy to harvest protein mutation knowledge from biomedical texts. We also construct MutaDescribe, the first large-scale protein mutation dataset with rich textual annotations, which provides cross-modal supervision signals. Through comprehensive experiments, we demonstrate that MutaPLM excels at providing human-understandable explanations for mutational effects and prioritizing novel mutations with desirable properties. Our code, model, and data are open-sourced at https://github.com/PharMolix/MutaPLM.

📄 PDF Abstract BibTeX arXiv:2410.22949

Code (3)

pharmolix/mutaplm 공식 구현 pytorch
biofm/openbiomed pytorch
pharmolix/openbiomed pytorch

Tasks

Language ModelingLanguage ModellingTransfer Learning

Similar Papers 제목 키워드 기반

Modeling sequence-space exploration and emergence of epistatic signals in protein evolution

2021-06-04 · Matteo Bisardi, Juan Rodriguez-Rivas, Francesco Zamponi, Martin Weigt

During their evolution, proteins explore sequence space via an interplay between random mutations and phenotypic selection. Here we build upon recent progress in reconstructing data-driven fitness landscapes for families…

EvoFlows: Evolutionary Edit-Based Flow-Matching for Protein Engineering

2026-03-12 · Nicolas Deutschmann, Constance Ferragu, Jonathan D. Ziegler, Shayan Aziznejad 외 arxiv

We introduce EvoFlows, a variable-length protein sequence-to-sequence modeling approach designed for protein engineering. Existing protein language models are poorly suited for optimization tasks: autoregressive models r…

TemPL: A Novel Deep Learning Model for Zero-Shot Prediction of Protein Stability and Activity Based on Temperature-Guided Language Modeling

2023-04-07 · Pan Tan, Mingchen Li, Liang Zhang, Zhiqiang Hu 외

We introduce TemPL, a novel deep learning approach for zero-shot prediction of protein stability and activity, harnessing temperature-guided language modeling. By assembling an extensive dataset of 96 million sequence-ho…

Language ModelingLanguage Modelling

Understanding protein function with a multimodal retrieval-augmented foundation model

2025-08-05 · Timothy Fei Truong, Tristan Bepler arxiv

Protein language models (PLMs) learn probability distributions over natural protein sequences. By learning from hundreds of millions of natural protein sequences, protein understanding and design capabilities emerge. Rec…

Protein Function PredictionRepresentation Learning

Pre-training of Graph Neural Network for Modeling Effects of Mutations on Protein-Protein Binding Affinity

2020-08-28 · Xianggen Liu, Yunan Luo, Sen Song, Jian Peng

Modeling the effects of mutations on the binding affinity plays a crucial role in protein engineering and drug design. In this study, we develop a novel deep learning based framework, named GraphPPI, to predict the bindi…

Drug DesignGraph Neural NetworkProtein Design