paper-with-me

Papers

HelixFold-Single: MSA-free Protein Structure Prediction by Using Protein Language Model as an Alternative

2022-07-28 · Xiaomin Fang, Fan Wang, Lihang Liu, Jingzhou He, Dayong Lin, Yingfei Xiang, Xiaonan Zhang, Hua Wu, Hui Li, Le Song

AI-based protein structure prediction pipelines, such as AlphaFold2, have achieved near-experimental accuracy. These advanced pipelines mainly rely on Multiple Sequence Alignments (MSAs) as inputs to learn the co-evolution information from the homologous sequences. Nonetheless, searching MSAs from protein databases is time-consuming, usually taking dozens of minutes. Consequently, we attempt to explore the limits of fast protein structure prediction by using only primary sequences of proteins. HelixFold-Single is proposed to combine a large-scale protein language model with the superior geometric learning capability of AlphaFold2. Our proposed method, HelixFold-Single, first pre-trains a large-scale protein language model (PLM) with thousands of millions of primary sequences utilizing the self-supervised learning paradigm, which will be used as an alternative to MSAs for learning the co-evolution information. Then, by combining the pre-trained PLM and the essential components of AlphaFold2, we obtain an end-to-end differentiable model to predict the 3D coordinates of atoms from only the primary sequence. HelixFold-Single is validated in datasets CASP14 and CAMEO, achieving competitive accuracy with the MSA-based methods on the targets with large homologous families. Furthermore, HelixFold-Single consumes much less time than the mainstream pipelines for protein structure prediction, demonstrating its potential in tasks requiring many predictions. The code of HelixFold-Single is available at https://github.com/PaddlePaddle/PaddleHelix/tree/dev/apps/protein_folding/helixfold-single, and we also provide stable web services on https://paddlehelix.baidu.com/app/drug/protein-single/forecast.

📄 PDF Abstract BibTeX arXiv:2207.13921

Code (1)

PaddlePaddle/PaddleHelix 공식 구현 paddle

Tasks

Language ModelingLanguage ModellingProtein Language ModelProtein Structure PredictionSelf-Supervised Learning

Similar Papers 제목 키워드 기반

Technical Report of HelixFold3 for Biomolecular Structure Prediction

2024-08-30 · Lihang Liu, Shanzhuo Zhang, Yang Xue, Xianbin Ye 외

The AlphaFold series has transformed protein structure prediction with remarkable accuracy, often matching experimental methods. AlphaFold2, AlphaFold-Multimer, and the latest AlphaFold3 represent significant strides in …

PredictionProtein Structure Prediction

HelixFold-Multimer: Elevating Protein Complex Structure Prediction to New Heights

2024-04-16 · Xiaomin Fang, Jie Gao, Jing Hu, Lihang Liu 외

While monomer protein structure prediction tools boast impressive accuracy, the prediction of protein complex structures remains a daunting challenge in the field. This challenge is particularly pronounced in scenarios i…

PredictionProtein Structure Prediction

HelixFold: An Efficient Implementation of AlphaFold2 using PaddlePaddle

2022-07-12 · Guoxia Wang, Xiaomin Fang, Zhihua Wu, Yiqun Liu 외

Accurate protein structure prediction can significantly accelerate the development of life science. The accuracy of AlphaFold2, a frontier end-to-end structure prediction system, is already close to that of the experimen…

Protein Structure Prediction

End-to-End Reverse Screening Identifies Protein Targets of Small Molecules Using HelixFold3

2026-01-20 · Shengjie Xu, Xianbin Ye, Mengran Zhu, Xiaonan Zhang 외 arxiv

Identifying protein targets for small molecules, or reverse screening, is essential for understanding drug action, guiding compound repurposing, predicting off-target effects, and elucidating the molecular mechanisms of …

Drug Discovery

HelixDesign-Binder: A Scalable Production-Grade Platform for Binder Design Built on HelixFold3

2025-05-28 · Jie Gao, Jun Li, Jing Hu, Shanzhuo Zhang 외

Protein binder design is central to therapeutics, diagnostics, and synthetic biology, yet practical deployment remains challenging due to fragmented workflows, high computational costs, and complex tool integration. We p…

BenchmarkingEfficient Exploration