A method for predicting phosphorylation site and disease association based on graph neural network

By combining multi-view graph networks and layer attention mechanisms with contrastive learning methods, this approach addresses the issues of insufficient heterogeneous data fusion and smoothing of deep models in existing technologies. It improves the accuracy of predicting the association between phosphorylation sites and diseases, particularly demonstrating excellent performance on indicators such as AUC and AUPR, and has significant potential for biological applications.

CN121506261BActive Publication Date: 2026-03-24JILIN UNIVERSITY
View PDF 2 Cites 0 Cited by

Patent Information

Authority / Receiving Office
CN · China
Patent Type
Patents(China)
Current Assignee / Owner
Filing Date
2026-01-13
Publication Date
2026-03-24

AI Technical Summary

Technical Problem

Existing technologies for predicting the association between phosphorylation sites and diseases suffer from problems such as insufficient fusion of heterogeneous biological data, oversmoothing of deep graph models, and negative sample noise affecting model performance, resulting in poor prediction performance.

Method used

By employing a multi-view graph network combined with layer attention mechanism and contrastive learning strategy, we optimize site and disease representation and improve prediction accuracy through the construction of multi-view heterogeneous graphs, layer attention mechanism encoding, and contrastive learning methods.

Benefits of technology

It significantly improved the accuracy of predicting the association between phosphorylation sites and diseases, enhanced indicators such as AUC and AUPR, strengthened the model's expression and discrimination capabilities, and provided stronger predictive support.

✦ Generated by Eureka AI based on patent content.

Smart Images

  • Figure CN121506261B_ABST
    Figure CN121506261B_ABST
Patent Text Reader

Abstract

The application is suitable for the technical field of bioinformatics, and provides a phosphorylation site and disease association prediction method based on a graph neural network, comprising the following steps: constructing a multi-view of phosphorylation sites and diseases based on multi-source biological data; constructing a multi-view heterogeneous graph based on a constructed phosphorylation site sequence similarity matrix and a disease semantic similarity matrix combined with site-disease association information; encoding the constructed view heterogeneous graph through a graph layer attention mechanism to generate a site and disease representation; and optimizing the site and disease representation using a contrast learning method and performing prediction. The application significantly improves prediction accuracy, solves problems such as insufficient information utilization, weak feature expression capability and over-smoothing of deep graph neural networks in existing methods.
Need to check novelty before this filing date? Find Prior Art

Description

Technical Field

[0001] This invention belongs to the field of bioinformatics technology, and in particular relates to a method for predicting phosphorylation sites and disease associations based on graph neural networks. Background Technology

[0002] Protein phosphorylation is a key post-translational modification in cell signaling and metabolic regulation. Abnormal changes in phosphorylation are closely associated with various diseases, including Alzheimer's disease, tumors, and metabolic disorders. Current research mainly focuses on phosphorylation site prediction, while systematic studies on "site-disease" associations are scarce. Existing techniques typically involve directly splicing multimodal features or constructing simple similarity networks, which suffers from the following shortcomings: insufficient fusion of heterogeneous biological data, severe oversmoothing issues in deep graph models, and negative sample noise affecting model performance. Therefore, a novel method is urgently needed that simultaneously possesses multi-view fusion, inter-layer attention, and contrastive learning capabilities to significantly improve the performance of site-disease association prediction. Summary of the Invention

[0003] The purpose of this invention is to provide a method for predicting phosphorylation sites and disease associations based on graph neural networks, aiming to solve the problems mentioned in the background art.

[0004] The present invention is implemented as follows: a method for predicting phosphorylation sites and disease associations based on graph neural networks includes the following steps:

[0005] (1) Construct a multi-view of phosphorylation sites and diseases based on multi-source biological data, including a phosphorylation site sequence similarity matrix, a disease semantic similarity matrix, and site-disease association information;

[0006] (2) Based on the constructed phosphorylation site sequence similarity matrix and disease semantic similarity matrix, combined with site-disease association information, a multi-view heterogeneous map is constructed;

[0007] (3) Encode the constructed multi-view heterogeneous map through the layer attention mechanism to generate representations of loci and diseases;

[0008] (4) Use contrastive learning methods to optimize the representation of loci and diseases and make predictions.

[0009] This invention utilizes multi-source heterogeneous data on protein sequences, disease semantics, and known site-disease associations. By employing a multi-view graph network combined with layer attention mechanisms and contrastive learning strategies, it significantly improves prediction accuracy and addresses issues such as insufficient information utilization, weak feature representation capabilities, and oversmoothing in deep graph neural networks found in existing methods. Through precise multi-view information integration, node feature enhancement, and similarity metric optimization, the method provided by this invention can offer robust prediction support in multiple biological fields and has significant application value. Attached Figure Description

[0010] Figure 1 The flowchart illustrates a method for predicting phosphorylation sites and disease associations based on graph neural networks, as provided in this embodiment of the invention. Detailed Implementation

[0011] To make the objectives, technical solutions, and advantages of this invention clearer, the invention will be further described in detail below with reference to the accompanying drawings and embodiments. It should be understood that the specific embodiments described herein are merely illustrative and not intended to limit the invention.

[0012] The specific implementation of the present invention will be described in detail below with reference to specific embodiments.

[0013] like Figure 1 The flowchart shown is a method for predicting phosphorylation sites and disease associations based on graph neural networks, according to an embodiment of the present invention, including the following steps:

[0014] Step 1: Construction and processing of multi-source biological data, including:

[0015] Phosphorylation site sequence similarity network: The pre-trained protein language model ProtT5 is used to encode the 21 amino acid sequences surrounding the site, and cosine similarity is used to calculate the similarity between sites;

[0016] Disease semantic similarity network: A directed acyclic graph (DAG) of diseases is constructed using MeSH (Medical Subject Headings), and a disease semantic similarity matrix is ​​generated by combining semantic contribution factors and rarity features;

[0017] GIP (Gaussian Interaction Profile) similarity network: Based on the site-disease association matrix, it constructs the GIP similarity between sites and diseases to supplement information in sparse regions;

[0018] By fusing semantic / sequence similarity with GIP similarity, a complete phosphorylation site sequence similarity matrix (PS) and a disease semantic similarity matrix (DS) are obtained.

[0019] Step 2: Construct a multi-view graph network (multi-view heterogeneous graph), which includes the following:

[0020] Using the constructed phosphorylation site sequence similarity matrix (PS) and disease semantic similarity matrix (DS), they are merged into a similarity graph, and k-nearest neighbor sparsification is performed to obtain the site similarity graph and the disease similarity graph. Pg and Dg are then encoded by the GLA module (an innovative module that adds layer attention to the graph attention network GAT). Combined with the site-disease association network S, a heterogeneous graph adjacency matrix of the following form is constructed. :

[0021] ;

[0022] It includes three different data views: similarity information between phosphorylation sites, similarity information between diseases, and known association information between sites and diseases. A transpose matrix representing site-disease association information;

[0023] Such heterogeneous graphs can integrate multi-level information about loci and diseases.

[0024] Step 3: Layer Attention Mechanism (GLA) encoding, specifically including:

[0025] Using GLA encoding of the heterogeneous graph, Ph and Dh are obtained:

[0026] First, features of each node are extracted using a neighborhood aggregation method. Then, using a layer attention mechanism, cross-layer feature fusion is performed by adaptively weighting the output features of each layer to generate a site representation Ph and a disease representation Dh.

[0027] By fusing the node features output by each layer using layer attention weights, the oversmoothing problem that may occur in traditional deep graph neural networks is avoided, and the discriminative ability of node features is enhanced.

[0028] Step 4: Comparative learning and multi-view information fusion:

[0029] To improve discriminative power and effectively integrate multi-view information, a contrastive learning and information fusion mechanism is introduced in this step. Negative cosine similarity is used as the loss function. Contrastive learning forces the model to maintain the consistency of the representation of the same node in different views and ensures the representation difference between different nodes. Specifically, the distance between positive and negative sample pairs is compared to optimize the model so that the representation distance of the same node from different views is minimized, while the representation distance of different nodes is maximized.

[0030] The embedding representations obtained from different views (site similarity view and disease similarity view) are weighted and fused to obtain the final site representation P and disease representation D. This fusion process is adaptively adjusted by learned gating parameters. The final representations of site and disease are fused using the following formulas:

[0031] ;

[0032] ;

[0033] in, and It is a learnable gating parameter that dynamically balances view-specific embeddings (Pg, Dg) and heterogeneous graph embeddings (Ph, Dh);

[0034] Calculate the final loss, including site contrast loss. Disease contrast loss ;

[0035] Using the fused P and D to represent phosphorylation sites and disease characteristics, the prediction scores for phosphorylation site i and disease j are calculated as follows. :

[0036] ;

[0037] in, Let be the transpose matrix of the eigenvectors of node i. This represents the feature vector of node j;

[0038] Cross-entropy loss As the primary loss, combined with the comparative loss, it constitutes the total loss. :

[0039] ;

[0040] in, and This is a hyperparameter used to balance the importance of contrastive loss and cross-entropy loss, and to optimize the accuracy of association prediction.

[0041] Once training is complete, it can predict disease associations at unknown sites.

[0042] The method provided in the embodiments of the present invention will be specifically implemented, and the detailed operation process and technical details are as follows:

[0043] (1) Data preparation: Known phosphorylation site information from the PhosphoSitePlus and PTMD databases was used. These data include the sequence, function and related protein information of each phosphorylation site. Semantic tags and related information of various diseases were extracted from MeSH. Site-disease association data in PhosphoSitePlus were used to construct the association matrix between phosphorylation sites and diseases and fill in the corresponding association relationships. Relevant data were extracted from the original database and standardized to remove missing data and noise. All phosphorylation site sequences and disease names were standardized. The amino acid sequence of each phosphorylation site was encoded using the ProtT5 model to generate a 1024-dimensional embedding vector corresponding to each site. The semantic similarity between diseases was calculated using the MeSH tags of the diseases. The diseases were encoded using DAG and the semantic similarity values ​​between the diseases were calculated.

[0044] (2) Construction of the multi-view graph network: The cosine similarity method is used to calculate the similarity between each pair of phosphorylation sites, and a similarity matrix PS of phosphorylation sites is constructed. Each element of the similarity matrix represents the sequence similarity between sites. The semantic similarity DS between diseases is calculated to construct a disease similarity matrix. This matrix is ​​based on the hierarchical relationship of DAG in MeSH. The similarity score of each pair of diseases is calculated using the calculation formula. A binary association matrix S is constructed through the known association data between phosphorylation sites and diseases. The site similarity matrix PS, the disease similarity matrix DS and the site-disease association matrix S are merged to construct an adjacency matrix of a heterogeneous graph. Then, the layer attention network (GAT) is used to extract features from the heterogeneous graph. The features of each layer are calculated by the neighborhood aggregation method. An adaptive attention mechanism is used to adjust the contribution weight of each layer to alleviate the oversmoothing problem (see the next step for details).

[0045] (3) Model Training and Optimization: A layered attention network (GAT) architecture was used for graph data processing, and the feature expression capability of the deep model was enhanced through inter-layer attention mechanism. The specific process included: input was the constructed heterogeneous graph and the embedding vectors of phosphorylation sites and diseases; information fusion was performed on different views (sites, diseases) through layered attention mechanism, and the neighborhood of nodes was weighted and aggregated using graph attention network to ensure that information was effectively fused from different views; loss functions were designed including cross-entropy loss and contrastive learning loss, and the performance of the model was improved by optimizing these losses; the dataset was divided using the 10-fold cross-validation method; each fold of the training set contained 90% of the data, and the test set contained 10% of the data; the learning rate was set to 0.001, the batch size was 128, and the number of training epochs was set to 500; the optimizer was Adam, and Dropout was used to prevent overfitting; the main evaluation metrics included AUC and AUPR; in addition, common metrics such as accuracy, precision, and recall of the model were also evaluated.

[0046] (4) Performance evaluation and application: The model was tested on a benchmark dataset and evaluated using 10-fold cross-validation. The final model achieved AUC and AUPR of 0.9961 and 0.9924, respectively, which far exceeded other existing phosphorylation site-disease association prediction methods (0.9786 and 0.9836). It also achieved excellent performance in other indicators, with an accuracy of 0.9844, an improvement of 4.96%; sensitivity of 0.9931, an improvement of 9.16%; and MCC of 0.9526, an improvement of 8.07%. In addition, case studies were conducted. In the Alzheimer's disease analysis, 29 of the top 30 predicted candidate phosphorylation sites were validated in the PhosphoSitePlus and PTMD databases, and the remaining one was confirmed in PTMD 2.0. In the tests on breast cancer and neuroblastoma, the sites predicted by the method proposed in this embodiment were validated in databases and literature, showing good prediction accuracy.

[0047] In summary, this invention, through a multi-view graph network combined with layer attention mechanisms and contrastive learning, can simultaneously process information from multiple views (such as site similarity, disease semantics, and known associations). Furthermore, the layer attention mechanism effectively avoids oversmoothing, enhancing the model's expressive and discriminative capabilities. Therefore, this method significantly outperforms traditional methods in prediction accuracy, particularly in metrics such as AUC and AUPR. Experimental results demonstrate that this method has significant application potential in multiple biological fields, providing strong support for the precise diagnosis and treatment of diseases.

[0048] The above description is only a preferred embodiment of the present invention and is not intended to limit the present invention. Any modifications, equivalent substitutions, and improvements made within the spirit and principles of the present invention should be included within the protection scope of the present invention.

Claims

1. A method for predicting phosphorylation sites and disease associations based on graph neural networks, characterized in that, Includes the following steps: (1) Construct a multi-view of phosphorylation sites and diseases based on multi-source biological data, including a phosphorylation site sequence similarity matrix, a disease semantic similarity matrix, and site-disease association information; (2) Based on the constructed phosphorylation site sequence similarity matrix and disease semantic similarity matrix, combined with site-disease association information, a multi-view heterogeneous map is constructed; (3) Encode the constructed multi-view heterogeneous map through the layer attention mechanism to generate representations of loci and diseases; (4) Use contrastive learning methods to optimize the representation of loci and diseases and make predictions.

2. The method for predicting phosphorylation sites and disease associations based on graph neural networks according to claim 1, characterized in that, The method for constructing a multi-view of phosphorylation sites and diseases based on multi-source biological data includes steps such as a phosphorylation site sequence similarity matrix, a disease semantic similarity matrix, and site-disease association information. Includes the following processes: By using the pre-trained protein language model ProtT5 to encode the amino acid sequences of phosphorylation sites, embedding vectors of site sequences are generated, and the similarity between phosphorylation sites is calculated using cosine similarity to construct a phosphorylation site sequence similarity matrix. We construct a directed acyclic graph of diseases using MeSH, and calculate the semantic similarity between diseases by combining semantic contribution factors and rarity features, thus obtaining a disease semantic similarity matrix. Based on known site-disease association data, a site-disease association matrix is ​​constructed and a GIP similarity network is calculated.

3. The method for predicting phosphorylation sites and disease associations based on graph neural networks according to claim 2, characterized in that, The steps for constructing a multi-view heterogeneous map based on the constructed phosphorylation site sequence similarity matrix and disease semantic similarity matrix, combined with site-disease association information, are as follows: Includes the following processes: Based on the constructed phosphorylation site sequence similarity matrix PS and disease semantic similarity matrix DS, a similarity graph is merged. Through k-nearest neighbor sparsification, site similarity graphs and disease similarity graphs are obtained. Pg and Dg are then obtained through GLA encoding. Combined with site-disease association information S, a heterogeneous graph adjacency matrix is ​​constructed as shown below: ; It includes information on the similarity between phosphorylation sites, the similarity between diseases, and the association between sites and diseases. A transpose matrix representing site-disease association information.

4. The method for predicting phosphorylation sites and disease associations based on graph neural networks according to claim 3, characterized in that, The step of encoding the constructed multi-view heterogeneous map through a layer attention mechanism to generate representations of sites and diseases is specifically... Includes the following processes: Features of each node in the heterogeneous graph are extracted using a neighborhood aggregation method. By utilizing the layer attention mechanism, cross-layer feature fusion is performed by adaptively weighting the output features of each layer to generate a site representation Ph and a disease representation Dh.

5. The method for predicting phosphorylation sites and disease associations based on graph neural networks according to claim 4, characterized in that, The steps of optimizing site and disease representations using contrastive learning methods and making predictions are as follows: Includes the following processes: Using negative cosine similarity as the loss function, the method optimizes the representation distance by comparing the distance between positive and negative sample pairs, so that the representation distance of the same node from different views is minimized, while the representation distance of different nodes is maximized. The embedding representations obtained from the site similarity view and the disease similarity view are weighted and fused to obtain the final site representation P and disease representation D: ; ; in, and It is a learnable gating parameter that dynamically balances view-specific embeddings (Pg, Dg) and heterogeneous graph embeddings (Ph, Dh); Calculate the final loss, including site contrast loss. Disease contrast loss ; Using the fused P and D to represent phosphorylation sites and disease characteristics, the prediction scores for phosphorylation site i and disease j are calculated as follows. : ; in, Let be the transpose matrix of the eigenvectors of node i. Represents the feature vector of node j; Cross-entropy loss As the primary loss, combined with the comparative loss, it constitutes the total loss. : ; in, and This is a hyperparameter used to balance the importance of contrastive loss and cross-entropy loss, and to optimize the accuracy of association prediction. Predicting disease associations at unknown sites.

Citation Information

Patent Citations

  • Protein phosphorylation modification site-disease relationship recognition method, system and device and storage medium

    CN111696621A

  • Heterogeneous graph neural network-based multi-dimensional data disease association prediction method and device

    CN120148882A