paper-with-me

Papers

CoGANPPIS: A Coevolution-enhanced Global Attention Neural Network for Protein-Protein Interaction Site Prediction

2023-03-13 · Jiaxing Guo, Xuening Zhu, Zixin Hu, Xiaoxi Hu

Protein-protein interactions are of great importance in biochemical processes. Accurate prediction of protein-protein interaction sites (PPIs) is crucial for our understanding of biological mechanism. Although numerous approaches have been developed recently and achieved gratifying results, there are still two limitations: (1) Most existing models have excavated a number of useful input features, but failed to take coevolutionary features into account, which could provide clues for inter-residue relationships; (2) The attention-based models only allocate attention weights for neighboring residues, instead of doing it globally, which may limit the model's prediction performance since some residues being far away from the target residues might also matter. We propose a coevolution-enhanced global attention neural network, a sequence-based deep learning model for PPIs prediction, called CoGANPPIS. Specifically, CoGANPPIS utilizes three layers in parallel for feature extraction: (1) Local-level representation aggregation layer, which aggregates the neighboring residues' features as the local feature representation; (2) Global-level representation learning layer, which employs a novel coevolution-enhanced global attention mechanism to allocate attention weights to all residues on the same protein sequences; (3) Coevolutionary information learning layer, which applies CNN & pooling to coevolutionary information to obtain the coevolutionary profile representation. Then, the three outputs are concatenated and passed into several fully connected layers for the final prediction. Extensive experiments on two benchmark datasets have been conducted, demonstrating that our proposed model achieves the state-of-the-art performance.

📄 PDF Abstract BibTeX arXiv:2303.06945

Code (0)

등록된 구현이 없습니다.

Tasks

PredictionRepresentation Learning

Similar Papers 제목 키워드 기반

How pairwise coevolutionary models capture the collective residue variability in proteins

2018-01-12

Global coevolutionary models of homologous protein families, as constructed by direct coupling analysis (DCA), have recently gained popularity in particular due to their capacity to accurately predict residue-residue con…

Protein Structure Prediction

Enhanced compound-protein binding affinity prediction by representing protein multimodal information via a coevolutionary strategy

2022-03-30 · Binjie Guo, Hanyu Zheng, Haohan Jiang, Xiaodan Li 외

Due to the lack of a method to efficiently represent the multimodal information of a protein, including its structure and sequence information, predicting compound-protein binding affinity (CPA) still suffers from low ac…

Co-evolution Transformer for Protein Contact Prediction

2021-12-01 · NeurIPS 2021 12 · He Zhang, Fusong Ju, Jianwei Zhu, Liang He 외

Proteins are the main machinery of life and protein functions are largely determined by their 3D structures. The measurement of the pairwise proximity between amino acids of a protein, known as inter-residue contact map,…

Prediction

Simultaneous identification of specifically interacting paralogs and inter-protein contacts by Direct-Coupling Analysis

2016-05-12

Understanding protein-protein interactions is central to our understanding of almost all complex biological processes. Computational tools exploiting rapidly growing genomic databases to characterize protein-protein inte…

Protein Structure Prediction

Aligning biological sequences by exploiting residue conservation and coevolution

2020-05-18 · Anna Paola Muntoni, Andrea Pagnani, Martin Weigt, Francesco Zamponi

Sequences of nucleotides (for DNA and RNA) or amino acids (for proteins) are central objects in biology. Among the most important computational problems is that of sequence alignment, i.e. arranging sequences from differ…