paper-with-me

Papers

MSNGO: multi-species protein function annotation based on 3D protein structure and network propagation

2025-03-29 · Beibei Wang, Boyue Cui, Shiqu Chen, Xuan Wang, Yadong Wang, Junyi Li

Motivation: In recent years, protein function prediction has broken through the bottleneck of sequence features, significantly improving prediction accuracy using high-precision protein structures predicted by AlphaFold2. While single-species protein function prediction methods have achieved remarkable success, multi-species protein function prediction methods are still in the stage of using PPI networks and sequence features. Providing effective cross-species label propagation for species with sparse protein annotations remains a challenging issue. To address this problem, we propose the MSNGO model, which integrates structural features and network propagation methods. Our validation shows that using structural features can significantly improve the accuracy of multi-species protein function prediction. Results: We employ graph representation learning techniques to extract amino acid representations from protein structure contact maps and train a structural model using a graph convolution pooling module to derive protein-level structural features. After incorporating the sequence features from ESM-2, we apply a network propagation algorithm to aggregate information and update node representations within a heterogeneous network. The results demonstrate that MSNGO outperforms previous multi-species protein function prediction methods that rely on sequence features and PPI networks. Availability: https://github.com/blingbell/MSNGO.

📄 PDF Abstract BibTeX arXiv:2503.23014

Code (1)

blingbell/msngo 공식 구현 pytorch

Tasks

Graph Representation LearningPredictionProtein Function PredictionRepresentation Learning

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Hierarchical Multi-Label Contrastive Learning for Protein-Protein Interaction Prediction Across Organisms

2025-07-03 · Shiyi Liu, Buwen Liang, Yuetong Fang, Zixuan Jiang 외 arxiv

Recent advances in AI for science have highlighted the power of contrastive learning in bridging heterogeneous biological data modalities. Building on this paradigm, we propose HIPPO (HIerarchical Protein-Protein interac…

Contrastive Learning

DeepGO: Predicting protein functions from sequence and interactions using a deep ontology-aware classifier

2017-05-15 · Maxat Kulmanov, Mohammed Asif Khan, Robert Hoehndorf

A large number of protein sequences are becoming available through the application of novel high-throughput sequencing technologies. Experimental functional characterization of these proteins is time-consuming and expens…

Bio-JOIE: Joint Representation Learning of Biological Knowledge Bases

2021-03-07 · Junheng Hao, Chelsea Ju, Muhao Chen, Yizhou Sun 외

The widespread of Coronavirus has led to a worldwide pandemic with a high mortality rate. Currently, the knowledge accumulated from different studies about this virus is very limited. Leveraging a wide-range of biologica…

Representation LearningType prediction

Data-driven biological network alignment that uses topological, sequence, and functional information

2020-01-31 · Shawn Gu, Tijana Milenkovic

Many proteins remain functionally unannotated. Sequence alignment (SA) uncovers missing annotations by transferring functional knowledge between species' sequence-conserved regions. Because SA is imperfect, network align…

Network Embedding

PRING: Rethinking Protein-Protein Interaction Prediction from Pairs to Graphs

2025-07-07 · Xinzhe Zheng, Hao Du, Fanding Xu, Jinzhe Li 외 arxiv

Deep learning-based computational methods have achieved promising results in predicting protein-protein interactions (PPIs). However, existing benchmarks predominantly focus on isolated pairwise evaluations, overlooking …

Protein Language Model