KajiMaCN / CRPGCN

Apache License 2.0
3 stars 3 forks source link

CRPGCN:Predicting circRNA-DiseaseAssociations Using Graph Convolutional Network Based on Heterogeneous Network

Abstract

Background: The existing studies show that circRNAs can be used as biomarkers of diseases and play a prominent role in the treatment and diagnosis of diseases. However, the relationships between the vast majority of circRNAs and diseases are still unclear, and more experiments are needed to study the mechanism of circRNAs. Nowadays, some scholars use the attributes between circRNAs and diseases to study and predict their associations. Nonetheless, most of the existing experimental methods use less information about the attributes of circRNAs, which has a certain impact on the accuracy of the final prediction results. On the other hand, some scholars also apply experimental methods to predict the associations between circRNAs and diseases. But such methods are usually expensive and time-consuming. Based on these shortcomings, follow-up studies are needed to propose more effective computation-based methods to predict the associations between circRNAs and diseases.

Results: In this study, a novel algorithm (method) is proposed, which is based on the Graph Convolutional Network (GCN) constructed with Random Walk with Restart (RWR) and Principal Component Analysis (PCA) to predict the associations between circRNAs and diseases (CRPGCN). In the construction of CRPGCN, the RWR algorithm is used to improve the similarity associations of the computed nodes with their neighbours. After that, the PCA method is used to dimensionality reduction and extract features, it makes the \textcolor{red}{connections} between circRNAs with higher similarity and diseases closer. Finally, The GCN algorithm is used to learn the features between circRNAs and diseases and calculate the final similarity scores, and the learning data are constructed from the adjacency matrix, similarity matrix and feature matrix as a heterogeneous adjacency matrix and a heterogeneous feature matrix.

Conclusions: After 2-fold cross-validation (CV), 5-fold CV and 10-fold CV, the area under the ROC curve (AUC) of the CRPGCN are 0.9490, 0.9720 and 0.9722, respectively. The CRPGCN method has a valuable effect in predict the associations between circRNAs and diseases.

The flowchart of CRPGCN

avatar

Contributions

The main contributions of this work are summarized as follows:

Requirements

numpy~=1.19.4
pandas~=1.1.5
matplotlib~=3.3.3
pyrwr~=1.0.0
tensorflow~=2.4.0
tensorflow-gpu~=2.4.0
scipy~=1.5.4
networkx~=2.5
tqdm~=4.55.0
sklearn~=0.0
scikit-learn~=0.23.2

cuda version

nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2020 NVIDIA Corporation
Cuda compilation tools, release 11.1, V11.1.74
Build cuda_11.1

Datasets:

  1. AM: Adjacency matrix
  2. Disease_sim : Disease similarity matrix DS
  3. RNA_sim: circRNA similarity matrix CS

Running steps

  1. Install the runtime environment in the Terminal with the command: pip install -r requirements.txt
  2. Put the adjacency matrix (.csv), disease similarity matrix (.csv) and RNA similarity matrix (.csv) into the dataset folder
  3. run main.py

Additional Environment Download Address

If you are unable to debug the CRPGCN runtime environment, you can download the environment we have configured in the following way:

Others

If you have any questions, please submit your issues.