Graph Neural Networks for Protein-Protein Interactions -- A Short Survey

Mingda Xu,Peisheng Qian,Ziyuan Zhao,Zeng Zeng,Jianguo Chen,Weide Liu,Xulei Yang
2024-04-16
Abstract:Protein-protein interactions (PPIs) play key roles in a broad range of biological processes. Numerous strategies have been proposed for predicting PPIs, and among them, graph-based methods have demonstrated promising outcomes owing to the inherent graph structure of PPI networks. This paper reviews various graph-based methodologies, and discusses their applications in PPI prediction. We classify these approaches into two primary groups based on their model structures. The first category employs Graph Neural Networks (GNN) or Graph Convolutional Networks (GCN), while the second category utilizes Graph Attention Networks (GAT), Graph Auto-Encoders and Graph-BERT. We highlight the distinctive methodologies of each approach in managing the graph-structured data inherent in PPI networks and anticipate future research directions in this domain.
Machine Learning
What problem does this paper attempt to address?
This paper aims to solve the problem of protein - protein interactions (PPIs) prediction. Specifically, the paper focuses on using graph neural networks (GNNs) and their variants to predict PPIs. Although traditional experimental biology methods can provide accurate PPI data, these methods are time - consuming, costly, and usually only focus on the interactions between specific protein pairs, making it difficult to meet the needs of large - scale system - level PPI analysis. Therefore, with the development of artificial intelligence technology, especially the advantages of graph neural networks in processing graph - structured data, researchers have begun to explore the use of GNNs to predict PPIs more accurately and efficiently. The paper mainly reviews various graph - based methods, discusses their applications in PPI prediction, and divides these methods into two major categories: the first category uses graph neural networks (GNN) or graph convolutional networks (GCN), and the second category utilizes graph attention networks (GAT), graph auto - encoders (Graph AE) and Graph - BERT. The paper not only summarizes the unique methods of these methods in managing the graph - structured data inherent in the PPI network, but also looks forward to future research directions. In short, this paper attempts to provide a comprehensive overview for PPI prediction by integrating existing graph neural network methods and points out the possible development paths for future research.