-
PDF
- Split View
-
Views
-
Cite
Cite
Wengang Wang, Hailin Chen, Predicting miRNA-disease associations based on graph attention networks and dual Laplacian regularized least squares, Briefings in Bioinformatics, Volume 23, Issue 5, September 2022, bbac292, https://doi.org/10.1093/bib/bbac292
- Share Icon Share
Abstract
Increasing biomedical evidence has proved that the dysregulation of miRNAs is associated with human complex diseases. Identification of disease-related miRNAs is of great importance for disease prevention, diagnosis and remedy. To reduce the time and cost of biomedical experiments, there is a strong incentive to develop efficient computational methods to infer potential miRNA-disease associations. Although many computational approaches have been proposed to address this issue, the prediction accuracy needs to be further improved. In this study, we present a computational framework MKGAT to predict possible associations between miRNAs and diseases through graph attention networks (GATs) using dual Laplacian regularized least squares. We use GATs to learn embeddings of miRNAs and diseases on each layer from initial input features of known miRNA-disease associations, intra-miRNA similarities and intra-disease similarities. We then calculate kernel matrices of miRNAs and diseases based on Gaussian interaction profile (GIP) with the learned embeddings. We further fuse the kernel matrices of each layer and initial similarities with attention mechanism. Dual Laplacian regularized least squares are finally applied for new miRNA-disease association predictions with the fused miRNA and disease kernels. Compared with six state-of-the-art methods by 5-fold cross-validations, our method MKGAT receives the highest AUROC value of 0.9627 and AUPR value of 0.7372. We use MKGAT to predict related miRNAs for three cancers and discover that all the top 50 predicted results in the three diseases are confirmed by existing databases. The excellent performance indicates that MKGAT would be a useful computational tool for revealing disease-related miRNAs.
Introduction
miRNAs are one category of endogenous non-coding RNAs with approximately 22 nucleotides in length. Since the initial discovery in 1993 [1], they have widely been found in plants, animals and viruses. miRNAs function as regulators of gene expression by targeting mRNAs through base pair for cleavage or translational repression [2]. Increasing studies have revealed that miRNAs are involved in various critical biological processes, such as developmental timing [3], cell proliferation [4] and cellular signaling [5]. As such, the dysregulation of miRNAs is associated with many human diseases. For example, four miRNAs (miR-375, miR-10a, miR-122 and miR-423) were found to be significantly upregulated in patients with hepatocellular carcinoma (HCC) [6]. Therefore, detecting disease-related miRNAs is of great importance for disease prevention, diagnosis and remedy.
To date, biomedical scientists have made numerous efforts to investigate and uncover the roles of miRNAs in human diseases. The publications of their findings are scattered in the literature. To facilitate further research, publicly online databases, such as dbDEMC [7], HMDD [8] and miR2Disease [9], have been established to record experimentally verified evidence for associations between miRNAs and diseases through text mining. These manually curated databases offer valuable resources for browsing, searching and integrating detailed information on miRNA–disease relationships. However, statistics reveal that ~30% of human miRNAs and ~80% of diseases have not been reported by experimental investigations [10]. To comprehensively understand the molecular mechanisms of diseases, more disease-associated miRNAs need to be identified. Traditional biological experiments, such as PCR and microarray, are time-consuming and costly; therefore, there is a strong incentive to develop efficient computational methods to infer potential miRNA-disease associations for further biomedical screening.
Researchers have proposed a series of computational methods to predict new miRNA-disease associations till now based on various types of biomedical information, such as miRNA expression profiles and human phenotype ontology [11]. These computational efforts can mainly be divided into three categories: graph theory-based methods, traditional machine learning-based methods and deep learning-based methods.
Graph theory-based approaches to miRNA-disease association inference consider biomedical entities (such as miRNAs and diseases) as vertices and their relationships as edges to construct heterogeneous networks. Graph theories are then applied to rank unknown associations between miRNAs and diseases at the network level. For example, Gu et al. [12] developed a network-consistency-projection-based method NCPMDA to reveal potential associations between miRNAs and diseases. Under the guilt-by-association principle [13], Chen et al. [14] presented a computational method for new miRNA-disease association predictions based on information flow [15] through a triple layer heterogeneous network constructed by experimentally supported miRNA-disease associations, miRNA-long noncoding RNA (lncRNA) interactions and similarity measurement. Chen et al. [16] proposed a model HLPMDA which applied a weighted one-mode projection technique [17] to propagate labels on miRNA-lncRNA-disease heterogeneous networks for possible miRNA-disease association inference. Chen et al. [18] implemented a bipartite network recommendation algorithm BNPMDA to predict associations between miRNAs and diseases. Bias ratings were used in BNPMDA to prioritize unlabeled miRNA-disease associations. Chen et al. [19] introduced a bipartite heterogeneous network link prediction method to predict potential miRNA-disease associations, in which the co-neighbors of the structural characteristics of the miRNA-disease bipartite network were used to represent the probability of associations between diseases and miRNAs. Zhang et al. [20] developed a link inference method to predict miRNA-disease associations. Their method first integrated known miRNA-disease associations, miRNA-miRNA similarity and disease-disease similarity to formulate a bipartite network. A label propagation algorithm was then implemented for scoring. A weighted average strategy was adopted to make final predictions. Li et al. [21] integrated a dual random walk with restart and network projection on a miRNA-disease bipartite network for novel miRNA-disease association predictions. The pre-estimated scores of miRNA–disease associations were calculated by random walks on the bipartite network. Network projection was used to obtain the final prediction scores. Graph theory-based approaches can easily integrate various biomedical features from miRNAs and diseases, and they make full use of topological information of the known miRNA–disease bilayer network for inference. Reliable predictions have been achieved in the above methods; however, there is still room for improving their performance.
Traditional machine learning approaches like SVM and random forest have been widely used in computer vision, text classification and natural language processing. The successful applications have encouraged biomedical scientists to develop effective algorithms for miRNA-disease association predictions. For example, Pasquier et al. [22] presented a vector space model to predict miRNA-disease associations. They first collected and integrated five distinct matrices for representation. The integrated matrix was then decomposed by Singular Value Decomposition (SVD) for dimensionality reduction. The relatedness between a miRNA vector and a disease vector was finally measured by their cosine distance. Chen et al. [23] developed a computational model LRSSLMDA using Laplacian regularized sparse subspace learning to discover disease-related miRNAs. Luo et al. [24] devised a semi-supervised method for predicting missing miRNA-disease associations based on Kronecker regularized least squares and different omics data. Chen et al. [25] proposed a computational model RKNNMDA to predict potential miRNA-disease associations by integrating known miRNA-disease associations and similarity measurement, in which an SVM ranking model and KNN were combined to sort neighbors. Chen et al. [26] developed a novel inductive matrix completion model IMCMDA for miRNA-disease association predictions. Chen et al. [27] proposed a computational model RFMDA based on a random forest for miRNA-disease association predictions. Xuan et al. [28] presented a nonnegative matrix factorization-based method MDAPred to predict candidate miRNAs for diseases by integrating information from miRNA family and cluster, similarity measurement and miRNA-disease associations. Chen et al. [29] proposed a computational framework integrating dimensionality reduction and ensemble learning for miRNA-disease association predictions. Principal components analysis was applied to each base learning for feature dimensionality reduction. An average strategy was used in decision trees to compute final association scores between miRNAs and diseases. Chen et al. [30] presented a canonical correlation analysis-based method to comprehensively predict potentially related diseases for miRNAs of interest. Chen et al. [31] developed a computational model KBMFMDA in which kernel-based nonlinear dimensionality reduction, matrix factorization and binary classification were combined for miRNA-disease association predictions. Ji et al. [32] introduced a network embedding-based model to identify associations between miRNAs and diseases. A heterogeneous network was constructed by combining information from lncRNAs, drugs, proteins, diseases and miRNAs. Network embedding was employed to learn graph representations. Random Forest (RF) classifier was used for predicting potential miRNA-disease associations. Wang et al. [33] presented a prediction method HFHLMDA using high-dimensionality features and hypergraph learning to reveal miRNA-disease associations.
Compared with conventional machine-learning techniques, methods based on deep learning [34] allow a machine to be fed with raw data for representation learning and they have achieved astonishing success in many research fields. More recently, researchers have applied deep learning techniques in revealing miRNA-disease associations. For example, Peng et al. [35] proposed a novel neural network-based learning framework, MDA-CNN, for miRNA-disease association identification. MDA-CNN first captured interaction features between diseases and miRNAs. Then, it used an auto-encoder for feature learning. Finally, a convolutional neural network was applied for predictions. Li et al. [36] presented a novel method NIMCGCN using graph convolutional network and nonlinear inductive matrix completion for predicting miRNA-disease associations. Tang et al. [37] presented a Multi-view Multichannel Attention Graph Convolutional Network (MMGCN) for potential miRNA–disease association inference. Ding et al. [38] proposed a deep learning framework (VGAE-MDA) using variational graph auto-encoders to detect associations between miRNAs and diseases. Wang et al. [39] developed a supervised model SAEMDA using stacked autoencoders to identify miRNA-disease associations. Ding et al. [40] present a computational model VGAMF based on a variational graph auto-encoder with matrix factorization for miRNA-disease association predictions. Xuan et al. [41] proposed a generative adversarial network (GAN)-based model to learn feature information and to output association scores for potential miRNA-disease associations. Jin et al. [42] developed a matrix completion-based method using graph autoencoders (GAE) and a self-attention mechanism for miRNA-disease association predictions. Liu et al. [43] proposed a computational method via deep forest ensemble learning based on an autoencoder to predict miRNA–disease associations. Li et al. [44] presented a deep-learning-based model using a hierarchical graph attention network (GAT) for predicting miRNA-disease associations.
For these machine learning-based methods including deep learning-based methods, the selection of proper parameters for optimal miRNA–disease association predictions is a challenging task. Meanwhile, supervised machine learning models often require negative samples for classification. However, experimentally verified negative miRNA–disease association samples are usually not available due to lack of research interest in life sciences. Negative samples are usually selected randomly from the unlabeled ones, which would affect the final prediction accuracy.
In this study, we propose a computational framework MKGAT which combines GATs [45] and dual Laplacian regularized least squares to predict potential miRNA-disease associations. First, input features are constructed based on known miRNA-disease associations, intra-miRNA similarities and intra-disease similarities. GATs are applied to learn the embeddings of miRNAs and diseases on each layer. Then, we calculate kernel matrices of miRNA and disease embeddings on each layer based on Gaussian interaction profile (GIP) and fuse the kernel matrices of each layer and initial similarities with the attention mechanism. Finally, new miRNA-disease associations are predicted by dual Laplacian regularized least squares in the space of combined miRNA and disease kernels. Five-fold cross-validations show MKGAT achieves an area under the receiver operating characteristic curve (AUROC) of 0.9627 and an area under the precision–recall curve (AUPR) of 0.7372, which is superior to six state-of-the-art prediction methods. Case studies on three cancers show all the top 50 predictions have been supported by established databases, which further demonstrates the effectiveness of MKGAT in detecting disease-related miRNAs.
Materials and methods
Benchmark datasets
Known human miRNA–disease associations
The datasets used in the study are downloaded from reference [26], in which Chen et al. collected 495 miRNAs, 383 diseases and 5430 experimentally validated miRNA-disease associations from HMDD v2.0 [46]. We use Nm and Nd to denote the numbers of miRNAs and diseases, respectively, and A ∈ |${\mathbf{R}}^{N_m\times{N}_d}$|to describe the adjacency matrix of the miRNA-disease associations, where Nm (= 495) represents the number of rows (miRNAs) and Nd (= 383) represents the number of columns (diseases). The value of A(i, j) at the corresponding position of the matrix is set to 1 if miRNA m(i) and disease d(j) have a known association, otherwise 0.
miRNA functional similarity
Wang et al. [47] provided a method for miRNA functional similarity calculation based on the hypothesis that diseases with similar phenotypes are more likely to be associated with functionally similar miRNAs. We download the miRNA functional similarity from their study at https://www.cuilab.cn/files/images/cuilab/misim.zip. We construct a matrix FS to describe the functional similarity between two miRNAs, where FS(mi, mj) denotes the miRNA functional similarity score between miRNA mi and mj.
Disease semantic similarity
GIP kernel similarity for diseases and miRNAs
Integrated similarities for miRNAs and diseases
This similarity integration strategy has been applied in references [23, 26, 49] for miRNA-disease association inference.
miRNA-disease bipartite network
Method architecture
In this section, we introduce the architecture of MKGAT for miRNA-disease association prediction. The workflow of MKGAT is illustrated in Figure 1.

GATs for feature extraction
Kernel combination
Dual Laplacian regularized least squares for prediction
Parameter optimization
Results
Experimental setting
The hyperparameters in MKGAT, such as the number of layers L, the embedding dimension of the L layers (K1, K2, …, KL) and the learning rate lr, are adjusted empirically. We finally set the parameters L = 3, K1 = 128, K2 = 64, K3 = 32, lr = 0.001, λm = 2−3, λd = 2–3.7, |${\gamma}_{h_1}$| = 2−5, |${\gamma}_{h_2}$| = 2−5 and |${\gamma}_{h_3}$| = 2−5 in our study.
Effects of different kernels on prediction performance
In our model MKGAT, GATs are applied to extract the features of miRNAs and diseases. The multiple layer GAT model is to compute embeddings of different layers and we fuse multiple kernel matrices based on the graph embedding information and initial similarities. In this section, we discuss the impact of initial similar measurement, kernel matrices generated by different layers, as well as the combined kernels on association prediction. As three layers of GATs are applied in our study, we use MKGAT-hl (l = 1,2,3) to denote that the MKGAT model uses the kernel matrix obtained in each of the three layers. In addition, we use only miRNA similarity matrix SM and disease similarity matrix SD (denoted as MKGAT-sm) in the model. The ROC and PR curves based on 5-fold cross-validations are illustrated in Figures 2 and 3, respectively. The results are shown in Table 1.

ROC curves of MKGAT by ablation and 5-fold cross-validation tests.

PR curves of MKGAT by ablation and 5-fold cross-validation tests.
Model . | AUROC . | AUPR . | F1-Score . | ACC . | RECALL . | SPEC . | PRE . |
---|---|---|---|---|---|---|---|
MKGAT-h1 | 0.8994 | 0.4346 | 0.4564 | 0.9673 | 0.4775 | 0.98168 | 0.4394 |
MKGAT-h2 | 0.9132 | 0.3705 | 0.4133 | 0.9629 | 0.4554 | 0.9779 | 0.3816 |
MKGAT-h3 | 0.9002 | 0.3824 | 0.4133 | 0.9652 | 0.4287 | 0.9811 | 0.4024 |
MKGAT-sm | 0.9487 | 0.6354 | 0.6173 | 0.9779 | 0.6234 | 0.9883 | 0.6116 |
MKGAT | 0.9627 | 0.7372 | 0.6910 | 0.9825 | 0.6900 | 0.9915 | 0.7044 |
Model . | AUROC . | AUPR . | F1-Score . | ACC . | RECALL . | SPEC . | PRE . |
---|---|---|---|---|---|---|---|
MKGAT-h1 | 0.8994 | 0.4346 | 0.4564 | 0.9673 | 0.4775 | 0.98168 | 0.4394 |
MKGAT-h2 | 0.9132 | 0.3705 | 0.4133 | 0.9629 | 0.4554 | 0.9779 | 0.3816 |
MKGAT-h3 | 0.9002 | 0.3824 | 0.4133 | 0.9652 | 0.4287 | 0.9811 | 0.4024 |
MKGAT-sm | 0.9487 | 0.6354 | 0.6173 | 0.9779 | 0.6234 | 0.9883 | 0.6116 |
MKGAT | 0.9627 | 0.7372 | 0.6910 | 0.9825 | 0.6900 | 0.9915 | 0.7044 |
Model . | AUROC . | AUPR . | F1-Score . | ACC . | RECALL . | SPEC . | PRE . |
---|---|---|---|---|---|---|---|
MKGAT-h1 | 0.8994 | 0.4346 | 0.4564 | 0.9673 | 0.4775 | 0.98168 | 0.4394 |
MKGAT-h2 | 0.9132 | 0.3705 | 0.4133 | 0.9629 | 0.4554 | 0.9779 | 0.3816 |
MKGAT-h3 | 0.9002 | 0.3824 | 0.4133 | 0.9652 | 0.4287 | 0.9811 | 0.4024 |
MKGAT-sm | 0.9487 | 0.6354 | 0.6173 | 0.9779 | 0.6234 | 0.9883 | 0.6116 |
MKGAT | 0.9627 | 0.7372 | 0.6910 | 0.9825 | 0.6900 | 0.9915 | 0.7044 |
Model . | AUROC . | AUPR . | F1-Score . | ACC . | RECALL . | SPEC . | PRE . |
---|---|---|---|---|---|---|---|
MKGAT-h1 | 0.8994 | 0.4346 | 0.4564 | 0.9673 | 0.4775 | 0.98168 | 0.4394 |
MKGAT-h2 | 0.9132 | 0.3705 | 0.4133 | 0.9629 | 0.4554 | 0.9779 | 0.3816 |
MKGAT-h3 | 0.9002 | 0.3824 | 0.4133 | 0.9652 | 0.4287 | 0.9811 | 0.4024 |
MKGAT-sm | 0.9487 | 0.6354 | 0.6173 | 0.9779 | 0.6234 | 0.9883 | 0.6116 |
MKGAT | 0.9627 | 0.7372 | 0.6910 | 0.9825 | 0.6900 | 0.9915 | 0.7044 |
We can see from Table 1 that the AUROC value of MKGAT-h2 is better than those of MKGAT-h1 and MKGAT-h3, and the AUPR value of MKGAT-h1 is better than those of MKGAT-h2 and MKGAT-h3, which means that each kernel matrix generated by GATs provides useful information for prediction. Meanwhile, the performance of MKGAT is best among all models. We conclude that using an attention mechanism for information fusion can improve prediction performance in our study.
Performance comparison with other methods
We compare our model MKGAT with six latest state-of-the-art methods using the benchmark datasets by 5-fold cross-validations in our study. The six baseline methods are as follows:
IMCMDA [26]: an inductive matrix completion model to complete missing miRNA-disease associations based on known miRNA-disease associations as well as integrated miRNA similarity and disease similarity.
LAGCN [52]: a computational model to predict drug-disease associations by combining embeddings from multiple graph convolution layers using an attention mechanism based on drug-disease heterogeneous networks.
VGAMF [40]: a variational graph autoencoder and matrix decomposition approach to infer associations between miRNAs and diseases.
NIMCGCN [36]: a neural induction matrix complementation approach based on graph convolutional networks to predict miRNA-disease associations.
NIMGSA [42]: a neural induction matrix completion-based method to predict miRNA-disease associations using graph autoencoder (GAE) and self-attentive mechanism.
DFELMDA [43]: a computational approach using the deep random forest to predict miRNA-disease associations based on autoencoder for feature learning.
We download the source codes from the links provided by these studies and set the parameters used in the methods according to their experimental settings. We plot the ROC and PR curves based on 5-fold cross-validations in Figures 4 and 5, respectively. We list the comparison results in Table 2. As we can see from Table 2, MKGAT outperforms the other six methods in all evaluation metrics, with the highest AUROC value of 0.9627 and the highest AUPR value of 0.7372. The AUROC and AUPR values for MKGAT are higher than those for DFELMDA (2nd) by 1.4 and 16.7%, respectively. The comprehensive results demonstrate that MKGAT is superior to the six baseline methods in potential miRNA-disease association predictions.


Model . | AUROC . | AUPR . | F1-Score . | ACC . | RECALL . | SPEC . | PRE . |
---|---|---|---|---|---|---|---|
MKGAT | 0.9627 | 0.7372 | 0.6910 | 0.9825 | 0.6900 | 0.9915 | 0.7044 |
DFELMDA | 0.9488 | 0.5702 | 0.5597 | 0.9754 | 0.5462 | 0.9881 | 0.5768 |
NIMGSA | 0.9308 | 0.4500 | 0.4595 | 0.9696 | 0.4517 | 0.9849 | 0.4689 |
NIMCGCN | 0.9357 | 0.4653 | 0.4738 | 0.9699 | 0.4731 | 0.9845 | 0.4771 |
VGAMF | 0.9134 | 0.4312 | 0.4501 | 0.9684 | 0.4519 | 0.9836 | 0.4515 |
LAGCN | 0.9238 | 0.4717 | 0.4283 | 0.9559 | 0.5764 | 0.9671 | 0.3407 |
IMCMDA | 0.8142 | 0.3507 | 0.3862 | 0.9265 | 0.4123 | 0.9571 | 0.3646 |
Model . | AUROC . | AUPR . | F1-Score . | ACC . | RECALL . | SPEC . | PRE . |
---|---|---|---|---|---|---|---|
MKGAT | 0.9627 | 0.7372 | 0.6910 | 0.9825 | 0.6900 | 0.9915 | 0.7044 |
DFELMDA | 0.9488 | 0.5702 | 0.5597 | 0.9754 | 0.5462 | 0.9881 | 0.5768 |
NIMGSA | 0.9308 | 0.4500 | 0.4595 | 0.9696 | 0.4517 | 0.9849 | 0.4689 |
NIMCGCN | 0.9357 | 0.4653 | 0.4738 | 0.9699 | 0.4731 | 0.9845 | 0.4771 |
VGAMF | 0.9134 | 0.4312 | 0.4501 | 0.9684 | 0.4519 | 0.9836 | 0.4515 |
LAGCN | 0.9238 | 0.4717 | 0.4283 | 0.9559 | 0.5764 | 0.9671 | 0.3407 |
IMCMDA | 0.8142 | 0.3507 | 0.3862 | 0.9265 | 0.4123 | 0.9571 | 0.3646 |
Model . | AUROC . | AUPR . | F1-Score . | ACC . | RECALL . | SPEC . | PRE . |
---|---|---|---|---|---|---|---|
MKGAT | 0.9627 | 0.7372 | 0.6910 | 0.9825 | 0.6900 | 0.9915 | 0.7044 |
DFELMDA | 0.9488 | 0.5702 | 0.5597 | 0.9754 | 0.5462 | 0.9881 | 0.5768 |
NIMGSA | 0.9308 | 0.4500 | 0.4595 | 0.9696 | 0.4517 | 0.9849 | 0.4689 |
NIMCGCN | 0.9357 | 0.4653 | 0.4738 | 0.9699 | 0.4731 | 0.9845 | 0.4771 |
VGAMF | 0.9134 | 0.4312 | 0.4501 | 0.9684 | 0.4519 | 0.9836 | 0.4515 |
LAGCN | 0.9238 | 0.4717 | 0.4283 | 0.9559 | 0.5764 | 0.9671 | 0.3407 |
IMCMDA | 0.8142 | 0.3507 | 0.3862 | 0.9265 | 0.4123 | 0.9571 | 0.3646 |
Model . | AUROC . | AUPR . | F1-Score . | ACC . | RECALL . | SPEC . | PRE . |
---|---|---|---|---|---|---|---|
MKGAT | 0.9627 | 0.7372 | 0.6910 | 0.9825 | 0.6900 | 0.9915 | 0.7044 |
DFELMDA | 0.9488 | 0.5702 | 0.5597 | 0.9754 | 0.5462 | 0.9881 | 0.5768 |
NIMGSA | 0.9308 | 0.4500 | 0.4595 | 0.9696 | 0.4517 | 0.9849 | 0.4689 |
NIMCGCN | 0.9357 | 0.4653 | 0.4738 | 0.9699 | 0.4731 | 0.9845 | 0.4771 |
VGAMF | 0.9134 | 0.4312 | 0.4501 | 0.9684 | 0.4519 | 0.9836 | 0.4515 |
LAGCN | 0.9238 | 0.4717 | 0.4283 | 0.9559 | 0.5764 | 0.9671 | 0.3407 |
IMCMDA | 0.8142 | 0.3507 | 0.3862 | 0.9265 | 0.4123 | 0.9571 | 0.3646 |
Case studies
To further validate the performance of MKGAT in discovering miRNA-disease associations, we conduct case studies on three important diseases: colon neoplasms, lung neoplasms and breast neoplasms. Specifically, we first exclude the association information from the 5430 known miRNA-disease association matrix for each specific disease. We then train MKGAT for new miRNA-disease association predictions. Finally, we prioritize and select the top 50 predictions for the disease of interest as biologists are more interested in the top results. We also make comprehensive miRNA-disease association predictions based on the benchmark datasets, in which the total 5430 associations and similarity measurements are used for training. We choose the top 50 predicted results for validation. Since the benchmark datasets were collected from HMDD v2.0, we search the latest version of other online databases like dbDEMC and HMDD v3 for result confirmation.
Colon neoplasms are epithelial tumors with a high mortality rate [53]. Statistics show that it is one of the major causes of cancer-related deaths worldwide [54]. The refined protein-rich and high-fat diet has been considered as a possible cause of the diseases [55]. Early screening is an effective way for improving personalized treatment and prevention as colon tumors may be unluckily silent for long in a large number of patients [54]. Studies have demonstrated that miRNA signatures mirror pathological changes in patients with colon neoplasms and several miRNAs are promising biomarkers for diagnosis [56–58]. We, therefore, use MKGAT to infer the relevant miRNAs for colon neoplasms. We select the top 50 predictions by our model and find all the predictions have been confirmed in databases like HMDD v3 or dbDEMC. We list the result in Table 3.
Ranking . | miRNA . | Evidence . | Ranking . | miRNA . | Evidence . |
---|---|---|---|---|---|
1 | hsa-mir-30a | dbDEMC, HMDD | 26 | hsa-mir-483 | dbDEMC, HMDD |
2 | hsa-mir-137 | dbDEMC, HMDD | 27 | hsa-mir-125a | dbDEMC, HMDD |
3 | hsa-mir-126 | dbDEMC, HMDD | 28 | hsa-let-7e | dbDEMC, HMDD |
4 | hsa-mir-145 | dbDEMC, HMDD | 29 | hsa-mir-151 | dbDEMC |
5 | hsa-mir-17 | dbDEMC, HMDD | 30 | hsa-mir-142 | dbDEMC, HMDD |
6 | hsa-mir-424 | dbDEMC, HMDD | 31 | hsa-mir-122 | dbDEMC |
7 | hsa-mir-9 | dbDEMC | 32 | hsa-mir-33a | dbDEMC, HMDD |
8 | hsa-mir-140 | dbDEMC, HMDD | 33 | hsa-mir-429 | dbDEMC |
9 | hsa-mir-205 | HMDD | 34 | hsa-mir-454 | dbDEMC |
10 | hsa-mir-133b | dbDEMC, HMDD | 35 | hsa-mir-28 | dbDEMC |
11 | hsa-mir-23a | dbDEMC | 36 | hsa-mir-20a | dbDEMC, HMDD |
12 | hsa-mir-10b | dbDEMC, HMDD | 37 | hsa-mir-518c | dbDEMC, HMDD |
13 | hsa-mir-449a | dbDEMC, HMDD | 38 | hsa-let-7c | dbDEMC, HMDD |
14 | hsa-mir-106a | dbDEMC, HMDD | 39 | hsa-mir-1 | dbDEMC, HMDD |
15 | hsa-mir-22 | dbDEMC, HMDD | 40 | hsa-mir-561 | HMDD |
16 | hsa-mir-218 | dbDEMC, HMDD | 41 | hsa-mir-95 | dbDEMC |
17 | hsa-let-7i | dbDEMC, HMDD | 42 | hsa-mir-101 | dbDEMC, HMDD |
18 | hsa-mir-152 | dbDEMC, HMDD | 43 | hsa-mir-143 | dbDEMC, HMDD |
19 | hsa-mir-23b | dbDEMC, HMDD | 44 | hsa-mir-615 | dbDEMC, HMDD |
20 | hsa-mir-622 | dbDEMC, HMDD | 45 | hsa-mir-574 | dbDEMC |
21 | hsa-mir-296 | dbDEMC, HMDD | 46 | hsa-mir-367 | HMDD |
22 | hsa-mir-302b | dbDEMC, HMDD | 47 | hsa-mir-370 | dbDEMC |
23 | hsa-mir-330 | dbDEMC, HMDD | 48 | hsa-mir-629 | HMDD |
24 | hsa-mir-127 | dbDEMC, HMDD | 49 | hsa-mir-141 | dbDEMC, HMDD |
25 | hsa-mir-153 | dbDEMC | 50 | hsa-mir-630 | dbDEMC, HMDD |
Ranking . | miRNA . | Evidence . | Ranking . | miRNA . | Evidence . |
---|---|---|---|---|---|
1 | hsa-mir-30a | dbDEMC, HMDD | 26 | hsa-mir-483 | dbDEMC, HMDD |
2 | hsa-mir-137 | dbDEMC, HMDD | 27 | hsa-mir-125a | dbDEMC, HMDD |
3 | hsa-mir-126 | dbDEMC, HMDD | 28 | hsa-let-7e | dbDEMC, HMDD |
4 | hsa-mir-145 | dbDEMC, HMDD | 29 | hsa-mir-151 | dbDEMC |
5 | hsa-mir-17 | dbDEMC, HMDD | 30 | hsa-mir-142 | dbDEMC, HMDD |
6 | hsa-mir-424 | dbDEMC, HMDD | 31 | hsa-mir-122 | dbDEMC |
7 | hsa-mir-9 | dbDEMC | 32 | hsa-mir-33a | dbDEMC, HMDD |
8 | hsa-mir-140 | dbDEMC, HMDD | 33 | hsa-mir-429 | dbDEMC |
9 | hsa-mir-205 | HMDD | 34 | hsa-mir-454 | dbDEMC |
10 | hsa-mir-133b | dbDEMC, HMDD | 35 | hsa-mir-28 | dbDEMC |
11 | hsa-mir-23a | dbDEMC | 36 | hsa-mir-20a | dbDEMC, HMDD |
12 | hsa-mir-10b | dbDEMC, HMDD | 37 | hsa-mir-518c | dbDEMC, HMDD |
13 | hsa-mir-449a | dbDEMC, HMDD | 38 | hsa-let-7c | dbDEMC, HMDD |
14 | hsa-mir-106a | dbDEMC, HMDD | 39 | hsa-mir-1 | dbDEMC, HMDD |
15 | hsa-mir-22 | dbDEMC, HMDD | 40 | hsa-mir-561 | HMDD |
16 | hsa-mir-218 | dbDEMC, HMDD | 41 | hsa-mir-95 | dbDEMC |
17 | hsa-let-7i | dbDEMC, HMDD | 42 | hsa-mir-101 | dbDEMC, HMDD |
18 | hsa-mir-152 | dbDEMC, HMDD | 43 | hsa-mir-143 | dbDEMC, HMDD |
19 | hsa-mir-23b | dbDEMC, HMDD | 44 | hsa-mir-615 | dbDEMC, HMDD |
20 | hsa-mir-622 | dbDEMC, HMDD | 45 | hsa-mir-574 | dbDEMC |
21 | hsa-mir-296 | dbDEMC, HMDD | 46 | hsa-mir-367 | HMDD |
22 | hsa-mir-302b | dbDEMC, HMDD | 47 | hsa-mir-370 | dbDEMC |
23 | hsa-mir-330 | dbDEMC, HMDD | 48 | hsa-mir-629 | HMDD |
24 | hsa-mir-127 | dbDEMC, HMDD | 49 | hsa-mir-141 | dbDEMC, HMDD |
25 | hsa-mir-153 | dbDEMC | 50 | hsa-mir-630 | dbDEMC, HMDD |
Ranking . | miRNA . | Evidence . | Ranking . | miRNA . | Evidence . |
---|---|---|---|---|---|
1 | hsa-mir-30a | dbDEMC, HMDD | 26 | hsa-mir-483 | dbDEMC, HMDD |
2 | hsa-mir-137 | dbDEMC, HMDD | 27 | hsa-mir-125a | dbDEMC, HMDD |
3 | hsa-mir-126 | dbDEMC, HMDD | 28 | hsa-let-7e | dbDEMC, HMDD |
4 | hsa-mir-145 | dbDEMC, HMDD | 29 | hsa-mir-151 | dbDEMC |
5 | hsa-mir-17 | dbDEMC, HMDD | 30 | hsa-mir-142 | dbDEMC, HMDD |
6 | hsa-mir-424 | dbDEMC, HMDD | 31 | hsa-mir-122 | dbDEMC |
7 | hsa-mir-9 | dbDEMC | 32 | hsa-mir-33a | dbDEMC, HMDD |
8 | hsa-mir-140 | dbDEMC, HMDD | 33 | hsa-mir-429 | dbDEMC |
9 | hsa-mir-205 | HMDD | 34 | hsa-mir-454 | dbDEMC |
10 | hsa-mir-133b | dbDEMC, HMDD | 35 | hsa-mir-28 | dbDEMC |
11 | hsa-mir-23a | dbDEMC | 36 | hsa-mir-20a | dbDEMC, HMDD |
12 | hsa-mir-10b | dbDEMC, HMDD | 37 | hsa-mir-518c | dbDEMC, HMDD |
13 | hsa-mir-449a | dbDEMC, HMDD | 38 | hsa-let-7c | dbDEMC, HMDD |
14 | hsa-mir-106a | dbDEMC, HMDD | 39 | hsa-mir-1 | dbDEMC, HMDD |
15 | hsa-mir-22 | dbDEMC, HMDD | 40 | hsa-mir-561 | HMDD |
16 | hsa-mir-218 | dbDEMC, HMDD | 41 | hsa-mir-95 | dbDEMC |
17 | hsa-let-7i | dbDEMC, HMDD | 42 | hsa-mir-101 | dbDEMC, HMDD |
18 | hsa-mir-152 | dbDEMC, HMDD | 43 | hsa-mir-143 | dbDEMC, HMDD |
19 | hsa-mir-23b | dbDEMC, HMDD | 44 | hsa-mir-615 | dbDEMC, HMDD |
20 | hsa-mir-622 | dbDEMC, HMDD | 45 | hsa-mir-574 | dbDEMC |
21 | hsa-mir-296 | dbDEMC, HMDD | 46 | hsa-mir-367 | HMDD |
22 | hsa-mir-302b | dbDEMC, HMDD | 47 | hsa-mir-370 | dbDEMC |
23 | hsa-mir-330 | dbDEMC, HMDD | 48 | hsa-mir-629 | HMDD |
24 | hsa-mir-127 | dbDEMC, HMDD | 49 | hsa-mir-141 | dbDEMC, HMDD |
25 | hsa-mir-153 | dbDEMC | 50 | hsa-mir-630 | dbDEMC, HMDD |
Ranking . | miRNA . | Evidence . | Ranking . | miRNA . | Evidence . |
---|---|---|---|---|---|
1 | hsa-mir-30a | dbDEMC, HMDD | 26 | hsa-mir-483 | dbDEMC, HMDD |
2 | hsa-mir-137 | dbDEMC, HMDD | 27 | hsa-mir-125a | dbDEMC, HMDD |
3 | hsa-mir-126 | dbDEMC, HMDD | 28 | hsa-let-7e | dbDEMC, HMDD |
4 | hsa-mir-145 | dbDEMC, HMDD | 29 | hsa-mir-151 | dbDEMC |
5 | hsa-mir-17 | dbDEMC, HMDD | 30 | hsa-mir-142 | dbDEMC, HMDD |
6 | hsa-mir-424 | dbDEMC, HMDD | 31 | hsa-mir-122 | dbDEMC |
7 | hsa-mir-9 | dbDEMC | 32 | hsa-mir-33a | dbDEMC, HMDD |
8 | hsa-mir-140 | dbDEMC, HMDD | 33 | hsa-mir-429 | dbDEMC |
9 | hsa-mir-205 | HMDD | 34 | hsa-mir-454 | dbDEMC |
10 | hsa-mir-133b | dbDEMC, HMDD | 35 | hsa-mir-28 | dbDEMC |
11 | hsa-mir-23a | dbDEMC | 36 | hsa-mir-20a | dbDEMC, HMDD |
12 | hsa-mir-10b | dbDEMC, HMDD | 37 | hsa-mir-518c | dbDEMC, HMDD |
13 | hsa-mir-449a | dbDEMC, HMDD | 38 | hsa-let-7c | dbDEMC, HMDD |
14 | hsa-mir-106a | dbDEMC, HMDD | 39 | hsa-mir-1 | dbDEMC, HMDD |
15 | hsa-mir-22 | dbDEMC, HMDD | 40 | hsa-mir-561 | HMDD |
16 | hsa-mir-218 | dbDEMC, HMDD | 41 | hsa-mir-95 | dbDEMC |
17 | hsa-let-7i | dbDEMC, HMDD | 42 | hsa-mir-101 | dbDEMC, HMDD |
18 | hsa-mir-152 | dbDEMC, HMDD | 43 | hsa-mir-143 | dbDEMC, HMDD |
19 | hsa-mir-23b | dbDEMC, HMDD | 44 | hsa-mir-615 | dbDEMC, HMDD |
20 | hsa-mir-622 | dbDEMC, HMDD | 45 | hsa-mir-574 | dbDEMC |
21 | hsa-mir-296 | dbDEMC, HMDD | 46 | hsa-mir-367 | HMDD |
22 | hsa-mir-302b | dbDEMC, HMDD | 47 | hsa-mir-370 | dbDEMC |
23 | hsa-mir-330 | dbDEMC, HMDD | 48 | hsa-mir-629 | HMDD |
24 | hsa-mir-127 | dbDEMC, HMDD | 49 | hsa-mir-141 | dbDEMC, HMDD |
25 | hsa-mir-153 | dbDEMC | 50 | hsa-mir-630 | dbDEMC, HMDD |
For lung neoplasms and breast neoplasms, we delete their related information in the known miRNA-disease associations, implement the prediction procedures in MKGAT and discover that all the top 50 predictions are verified in both cancers by existing independent databases. We show the results for the two diseases in Tables 4 and 5, respectively.
Ranking . | miRNA . | Evidence . | Ranking . | miRNA . | Evidence . |
---|---|---|---|---|---|
1 | hsa-mir-486 | dbDEMC, HMDD | 26 | hsa-mir-708 | dbDEMC |
2 | hsa-mir-34a | dbDEMC, HMDD | 27 | hsa-mir-668 | dbDEMC |
3 | hsa-mir-125b | dbDEMC, HMDD | 28 | hsa-mir-499a | HMDD |
4 | hsa-mir-93 | dbDEMC, HMDD | 29 | hsa-let-7d | dbDEMC, HMDD |
5 | hsa-mir-155 | dbDEMC, HMDD | 30 | hsa-mir-199a | dbDEMC, HMDD |
6 | hsa-mir-520d | dbDEMC | 31 | hsa-mir-181a | dbDEMC, HMDD |
7 | hsa-mir-16 | dbDEMC, HMDD | 32 | hsa-mir-497 | dbDEMC, HMDD |
8 | hsa-mir-145 | dbDEMC, HMDD | 33 | hsa-mir-130a | dbDEMC, HMDD |
9 | hsa-mir-100 | dbDEMC, HMDD | 34 | hsa-mir-30d | dbDEMC, HMDD |
10 | hsa-mir-27b | dbDEMC, HMDD | 35 | hsa-mir-223 | dbDEMC, HMDD |
11 | hsa-mir-30e | dbDEMC, HMDD | 36 | hsa-mir-30a | dbDEMC, HMDD |
12 | hsa-mir-1 | dbDEMC, HMDD | 37 | hsa-mir-384 | dbDEMC |
13 | hsa-mir-205 | dbDEMC, HMDD | 38 | hsa-mir-144 | dbDEMC, HMDD |
14 | hsa-let-7 g | dbDEMC, HMDD | 39 | hsa-mir-134 | dbDEMC, HMDD |
15 | hsa-mir-21 | dbDEMC, HMDD | 40 | hsa-mir-221 | dbDEMC, HMDD |
16 | hsa-mir-193b | dbDEMC | 41 | hsa-mir-561 | dbDEMC |
17 | hsa-mir-218 | dbDEMC, HMDD | 42 | hsa-mir-101 | dbDEMC, HMDD |
18 | hsa-mir-27a | dbDEMC, HMDD | 43 | hsa-mir-520b | dbDEMC, HMDD |
19 | hsa-mir-186 | dbDEMC, HMDD | 44 | hsa-mir-449a | HMDD |
20 | hsa-let-7b | dbDEMC, HMDD | 45 | hsa-mir-135b | dbDEMC, HMDD |
21 | hsa-mir-196a | dbDEMC, HMDD | 46 | hsa-mir-520a | dbDEMC |
22 | hsa-mir-424 | dbDEMC | 47 | hsa-mir-125a | dbDEMC, HMDD |
23 | hsa-mir-7 | dbDEMC, HMDD | 48 | hsa-mir-135a | dbDEMC, HMDD |
24 | hsa-mir-487a | dbDEMC | 49 | hsa-mir-378a | dbDEMC |
25 | hsa-mir-148a | dbDEMC, HMDD | 50 | hsa-mir-663 | dbDEMC, HMDD |
Ranking . | miRNA . | Evidence . | Ranking . | miRNA . | Evidence . |
---|---|---|---|---|---|
1 | hsa-mir-486 | dbDEMC, HMDD | 26 | hsa-mir-708 | dbDEMC |
2 | hsa-mir-34a | dbDEMC, HMDD | 27 | hsa-mir-668 | dbDEMC |
3 | hsa-mir-125b | dbDEMC, HMDD | 28 | hsa-mir-499a | HMDD |
4 | hsa-mir-93 | dbDEMC, HMDD | 29 | hsa-let-7d | dbDEMC, HMDD |
5 | hsa-mir-155 | dbDEMC, HMDD | 30 | hsa-mir-199a | dbDEMC, HMDD |
6 | hsa-mir-520d | dbDEMC | 31 | hsa-mir-181a | dbDEMC, HMDD |
7 | hsa-mir-16 | dbDEMC, HMDD | 32 | hsa-mir-497 | dbDEMC, HMDD |
8 | hsa-mir-145 | dbDEMC, HMDD | 33 | hsa-mir-130a | dbDEMC, HMDD |
9 | hsa-mir-100 | dbDEMC, HMDD | 34 | hsa-mir-30d | dbDEMC, HMDD |
10 | hsa-mir-27b | dbDEMC, HMDD | 35 | hsa-mir-223 | dbDEMC, HMDD |
11 | hsa-mir-30e | dbDEMC, HMDD | 36 | hsa-mir-30a | dbDEMC, HMDD |
12 | hsa-mir-1 | dbDEMC, HMDD | 37 | hsa-mir-384 | dbDEMC |
13 | hsa-mir-205 | dbDEMC, HMDD | 38 | hsa-mir-144 | dbDEMC, HMDD |
14 | hsa-let-7 g | dbDEMC, HMDD | 39 | hsa-mir-134 | dbDEMC, HMDD |
15 | hsa-mir-21 | dbDEMC, HMDD | 40 | hsa-mir-221 | dbDEMC, HMDD |
16 | hsa-mir-193b | dbDEMC | 41 | hsa-mir-561 | dbDEMC |
17 | hsa-mir-218 | dbDEMC, HMDD | 42 | hsa-mir-101 | dbDEMC, HMDD |
18 | hsa-mir-27a | dbDEMC, HMDD | 43 | hsa-mir-520b | dbDEMC, HMDD |
19 | hsa-mir-186 | dbDEMC, HMDD | 44 | hsa-mir-449a | HMDD |
20 | hsa-let-7b | dbDEMC, HMDD | 45 | hsa-mir-135b | dbDEMC, HMDD |
21 | hsa-mir-196a | dbDEMC, HMDD | 46 | hsa-mir-520a | dbDEMC |
22 | hsa-mir-424 | dbDEMC | 47 | hsa-mir-125a | dbDEMC, HMDD |
23 | hsa-mir-7 | dbDEMC, HMDD | 48 | hsa-mir-135a | dbDEMC, HMDD |
24 | hsa-mir-487a | dbDEMC | 49 | hsa-mir-378a | dbDEMC |
25 | hsa-mir-148a | dbDEMC, HMDD | 50 | hsa-mir-663 | dbDEMC, HMDD |
Ranking . | miRNA . | Evidence . | Ranking . | miRNA . | Evidence . |
---|---|---|---|---|---|
1 | hsa-mir-486 | dbDEMC, HMDD | 26 | hsa-mir-708 | dbDEMC |
2 | hsa-mir-34a | dbDEMC, HMDD | 27 | hsa-mir-668 | dbDEMC |
3 | hsa-mir-125b | dbDEMC, HMDD | 28 | hsa-mir-499a | HMDD |
4 | hsa-mir-93 | dbDEMC, HMDD | 29 | hsa-let-7d | dbDEMC, HMDD |
5 | hsa-mir-155 | dbDEMC, HMDD | 30 | hsa-mir-199a | dbDEMC, HMDD |
6 | hsa-mir-520d | dbDEMC | 31 | hsa-mir-181a | dbDEMC, HMDD |
7 | hsa-mir-16 | dbDEMC, HMDD | 32 | hsa-mir-497 | dbDEMC, HMDD |
8 | hsa-mir-145 | dbDEMC, HMDD | 33 | hsa-mir-130a | dbDEMC, HMDD |
9 | hsa-mir-100 | dbDEMC, HMDD | 34 | hsa-mir-30d | dbDEMC, HMDD |
10 | hsa-mir-27b | dbDEMC, HMDD | 35 | hsa-mir-223 | dbDEMC, HMDD |
11 | hsa-mir-30e | dbDEMC, HMDD | 36 | hsa-mir-30a | dbDEMC, HMDD |
12 | hsa-mir-1 | dbDEMC, HMDD | 37 | hsa-mir-384 | dbDEMC |
13 | hsa-mir-205 | dbDEMC, HMDD | 38 | hsa-mir-144 | dbDEMC, HMDD |
14 | hsa-let-7 g | dbDEMC, HMDD | 39 | hsa-mir-134 | dbDEMC, HMDD |
15 | hsa-mir-21 | dbDEMC, HMDD | 40 | hsa-mir-221 | dbDEMC, HMDD |
16 | hsa-mir-193b | dbDEMC | 41 | hsa-mir-561 | dbDEMC |
17 | hsa-mir-218 | dbDEMC, HMDD | 42 | hsa-mir-101 | dbDEMC, HMDD |
18 | hsa-mir-27a | dbDEMC, HMDD | 43 | hsa-mir-520b | dbDEMC, HMDD |
19 | hsa-mir-186 | dbDEMC, HMDD | 44 | hsa-mir-449a | HMDD |
20 | hsa-let-7b | dbDEMC, HMDD | 45 | hsa-mir-135b | dbDEMC, HMDD |
21 | hsa-mir-196a | dbDEMC, HMDD | 46 | hsa-mir-520a | dbDEMC |
22 | hsa-mir-424 | dbDEMC | 47 | hsa-mir-125a | dbDEMC, HMDD |
23 | hsa-mir-7 | dbDEMC, HMDD | 48 | hsa-mir-135a | dbDEMC, HMDD |
24 | hsa-mir-487a | dbDEMC | 49 | hsa-mir-378a | dbDEMC |
25 | hsa-mir-148a | dbDEMC, HMDD | 50 | hsa-mir-663 | dbDEMC, HMDD |
Ranking . | miRNA . | Evidence . | Ranking . | miRNA . | Evidence . |
---|---|---|---|---|---|
1 | hsa-mir-486 | dbDEMC, HMDD | 26 | hsa-mir-708 | dbDEMC |
2 | hsa-mir-34a | dbDEMC, HMDD | 27 | hsa-mir-668 | dbDEMC |
3 | hsa-mir-125b | dbDEMC, HMDD | 28 | hsa-mir-499a | HMDD |
4 | hsa-mir-93 | dbDEMC, HMDD | 29 | hsa-let-7d | dbDEMC, HMDD |
5 | hsa-mir-155 | dbDEMC, HMDD | 30 | hsa-mir-199a | dbDEMC, HMDD |
6 | hsa-mir-520d | dbDEMC | 31 | hsa-mir-181a | dbDEMC, HMDD |
7 | hsa-mir-16 | dbDEMC, HMDD | 32 | hsa-mir-497 | dbDEMC, HMDD |
8 | hsa-mir-145 | dbDEMC, HMDD | 33 | hsa-mir-130a | dbDEMC, HMDD |
9 | hsa-mir-100 | dbDEMC, HMDD | 34 | hsa-mir-30d | dbDEMC, HMDD |
10 | hsa-mir-27b | dbDEMC, HMDD | 35 | hsa-mir-223 | dbDEMC, HMDD |
11 | hsa-mir-30e | dbDEMC, HMDD | 36 | hsa-mir-30a | dbDEMC, HMDD |
12 | hsa-mir-1 | dbDEMC, HMDD | 37 | hsa-mir-384 | dbDEMC |
13 | hsa-mir-205 | dbDEMC, HMDD | 38 | hsa-mir-144 | dbDEMC, HMDD |
14 | hsa-let-7 g | dbDEMC, HMDD | 39 | hsa-mir-134 | dbDEMC, HMDD |
15 | hsa-mir-21 | dbDEMC, HMDD | 40 | hsa-mir-221 | dbDEMC, HMDD |
16 | hsa-mir-193b | dbDEMC | 41 | hsa-mir-561 | dbDEMC |
17 | hsa-mir-218 | dbDEMC, HMDD | 42 | hsa-mir-101 | dbDEMC, HMDD |
18 | hsa-mir-27a | dbDEMC, HMDD | 43 | hsa-mir-520b | dbDEMC, HMDD |
19 | hsa-mir-186 | dbDEMC, HMDD | 44 | hsa-mir-449a | HMDD |
20 | hsa-let-7b | dbDEMC, HMDD | 45 | hsa-mir-135b | dbDEMC, HMDD |
21 | hsa-mir-196a | dbDEMC, HMDD | 46 | hsa-mir-520a | dbDEMC |
22 | hsa-mir-424 | dbDEMC | 47 | hsa-mir-125a | dbDEMC, HMDD |
23 | hsa-mir-7 | dbDEMC, HMDD | 48 | hsa-mir-135a | dbDEMC, HMDD |
24 | hsa-mir-487a | dbDEMC | 49 | hsa-mir-378a | dbDEMC |
25 | hsa-mir-148a | dbDEMC, HMDD | 50 | hsa-mir-663 | dbDEMC, HMDD |
Ranking . | miRNA . | Evidence . | Ranking . | miRNA . | Evidence . |
---|---|---|---|---|---|
1 | hsa-mir-142 | HMDD | 26 | hsa-mir-375 | dbDEMC, HMDD |
2 | hsa-mir-31 | dbDEMC | 27 | hsa-mir-302a | dbDEMC, HMDD |
3 | hsa-mir-21 | dbDEMC, HMDD | 28 | hsa-mir-34c | HMDD |
4 | hsa-mir-125b | dbDEMC, HMDD | 29 | hsa-mir-186 | dbDEMC |
5 | hsa-mir-145 | dbDEMC, HMDD | 30 | hsa-mir-129 | dbDEMC, HMDD |
6 | hsa-mir-302b | dbDEMC, HMDD | 31 | hsa-mir-30a | dbDEMC, HMDD |
7 | hsa-mir-195 | dbDEMC, HMDD | 32 | hsa-mir-521 | dbDEMC |
8 | hsa-mir-302d | dbDEMC, HMDD | 33 | hsa-mir-217 | dbDEMC |
9 | hsa-mir-302c | dbDEMC, HMDD | 34 | hsa-mir-411 | dbDEMC, HMDD |
10 | hsa-mir-200c | dbDEMC, HMDD | 35 | hsa-mir-346 | dbDEMC |
11 | hsa-mir-100 | dbDEMC, HMDD | 36 | hsa-mir-29b | dbDEMC, HMDD |
12 | hsa-mir-181a | dbDEMC, HMDD | 37 | hsa-mir-218 | dbDEMC, HMDD |
13 | hsa-mir-431 | dbDEMC | 38 | hsa-mir-371 | dbDEMC |
14 | hsa-mir-99a | dbDEMC, HMDD | 39 | hsa-mir-143 | dbDEMC, HMDD |
15 | hsa-mir-542 | dbDEMC | 40 | hsa-mir-29a | dbDEMC, HMDD |
16 | hsa-mir-34a | dbDEMC, HMDD | 41 | hsa-mir-181c | dbDEMC, HMDD |
17 | hsa-mir-93 | dbDEMC, HMDD | 42 | hsa-mir-1266 | dbDEMC, HMDD |
18 | hsa-mir-92a | dbDEMC, HMDD | 43 | hsa-mir-652 | HMDD |
19 | hsa-mir-9 | dbDEMC, HMDD | 44 | hsa-mir-140 | HMDD |
20 | hsa-mir-150 | dbDEMC, HMDD | 45 | hsa-mir-26b | dbDEMC, HMDD |
21 | hsa-mir-210 | dbDEMC, HMDD | 46 | hsa-mir-138 | dbDEMC, HMDD |
22 | hsa-mir-432 | dbDEMC | 47 | hsa-mir-376a | dbDEMC, HMDD |
23 | hsa-mir-205 | dbDEMC, HMDD | 48 | hsa-mir-365b | HMDD |
24 | hsa-mir-7 | dbDEMC, HMDD | 49 | hsa-mir-135b | dbDEMC, HMDD |
25 | hsa-mir-221 | dbDEMC, HMDD | 50 | hsa-mir-146b | HMDD |
Ranking . | miRNA . | Evidence . | Ranking . | miRNA . | Evidence . |
---|---|---|---|---|---|
1 | hsa-mir-142 | HMDD | 26 | hsa-mir-375 | dbDEMC, HMDD |
2 | hsa-mir-31 | dbDEMC | 27 | hsa-mir-302a | dbDEMC, HMDD |
3 | hsa-mir-21 | dbDEMC, HMDD | 28 | hsa-mir-34c | HMDD |
4 | hsa-mir-125b | dbDEMC, HMDD | 29 | hsa-mir-186 | dbDEMC |
5 | hsa-mir-145 | dbDEMC, HMDD | 30 | hsa-mir-129 | dbDEMC, HMDD |
6 | hsa-mir-302b | dbDEMC, HMDD | 31 | hsa-mir-30a | dbDEMC, HMDD |
7 | hsa-mir-195 | dbDEMC, HMDD | 32 | hsa-mir-521 | dbDEMC |
8 | hsa-mir-302d | dbDEMC, HMDD | 33 | hsa-mir-217 | dbDEMC |
9 | hsa-mir-302c | dbDEMC, HMDD | 34 | hsa-mir-411 | dbDEMC, HMDD |
10 | hsa-mir-200c | dbDEMC, HMDD | 35 | hsa-mir-346 | dbDEMC |
11 | hsa-mir-100 | dbDEMC, HMDD | 36 | hsa-mir-29b | dbDEMC, HMDD |
12 | hsa-mir-181a | dbDEMC, HMDD | 37 | hsa-mir-218 | dbDEMC, HMDD |
13 | hsa-mir-431 | dbDEMC | 38 | hsa-mir-371 | dbDEMC |
14 | hsa-mir-99a | dbDEMC, HMDD | 39 | hsa-mir-143 | dbDEMC, HMDD |
15 | hsa-mir-542 | dbDEMC | 40 | hsa-mir-29a | dbDEMC, HMDD |
16 | hsa-mir-34a | dbDEMC, HMDD | 41 | hsa-mir-181c | dbDEMC, HMDD |
17 | hsa-mir-93 | dbDEMC, HMDD | 42 | hsa-mir-1266 | dbDEMC, HMDD |
18 | hsa-mir-92a | dbDEMC, HMDD | 43 | hsa-mir-652 | HMDD |
19 | hsa-mir-9 | dbDEMC, HMDD | 44 | hsa-mir-140 | HMDD |
20 | hsa-mir-150 | dbDEMC, HMDD | 45 | hsa-mir-26b | dbDEMC, HMDD |
21 | hsa-mir-210 | dbDEMC, HMDD | 46 | hsa-mir-138 | dbDEMC, HMDD |
22 | hsa-mir-432 | dbDEMC | 47 | hsa-mir-376a | dbDEMC, HMDD |
23 | hsa-mir-205 | dbDEMC, HMDD | 48 | hsa-mir-365b | HMDD |
24 | hsa-mir-7 | dbDEMC, HMDD | 49 | hsa-mir-135b | dbDEMC, HMDD |
25 | hsa-mir-221 | dbDEMC, HMDD | 50 | hsa-mir-146b | HMDD |
Ranking . | miRNA . | Evidence . | Ranking . | miRNA . | Evidence . |
---|---|---|---|---|---|
1 | hsa-mir-142 | HMDD | 26 | hsa-mir-375 | dbDEMC, HMDD |
2 | hsa-mir-31 | dbDEMC | 27 | hsa-mir-302a | dbDEMC, HMDD |
3 | hsa-mir-21 | dbDEMC, HMDD | 28 | hsa-mir-34c | HMDD |
4 | hsa-mir-125b | dbDEMC, HMDD | 29 | hsa-mir-186 | dbDEMC |
5 | hsa-mir-145 | dbDEMC, HMDD | 30 | hsa-mir-129 | dbDEMC, HMDD |
6 | hsa-mir-302b | dbDEMC, HMDD | 31 | hsa-mir-30a | dbDEMC, HMDD |
7 | hsa-mir-195 | dbDEMC, HMDD | 32 | hsa-mir-521 | dbDEMC |
8 | hsa-mir-302d | dbDEMC, HMDD | 33 | hsa-mir-217 | dbDEMC |
9 | hsa-mir-302c | dbDEMC, HMDD | 34 | hsa-mir-411 | dbDEMC, HMDD |
10 | hsa-mir-200c | dbDEMC, HMDD | 35 | hsa-mir-346 | dbDEMC |
11 | hsa-mir-100 | dbDEMC, HMDD | 36 | hsa-mir-29b | dbDEMC, HMDD |
12 | hsa-mir-181a | dbDEMC, HMDD | 37 | hsa-mir-218 | dbDEMC, HMDD |
13 | hsa-mir-431 | dbDEMC | 38 | hsa-mir-371 | dbDEMC |
14 | hsa-mir-99a | dbDEMC, HMDD | 39 | hsa-mir-143 | dbDEMC, HMDD |
15 | hsa-mir-542 | dbDEMC | 40 | hsa-mir-29a | dbDEMC, HMDD |
16 | hsa-mir-34a | dbDEMC, HMDD | 41 | hsa-mir-181c | dbDEMC, HMDD |
17 | hsa-mir-93 | dbDEMC, HMDD | 42 | hsa-mir-1266 | dbDEMC, HMDD |
18 | hsa-mir-92a | dbDEMC, HMDD | 43 | hsa-mir-652 | HMDD |
19 | hsa-mir-9 | dbDEMC, HMDD | 44 | hsa-mir-140 | HMDD |
20 | hsa-mir-150 | dbDEMC, HMDD | 45 | hsa-mir-26b | dbDEMC, HMDD |
21 | hsa-mir-210 | dbDEMC, HMDD | 46 | hsa-mir-138 | dbDEMC, HMDD |
22 | hsa-mir-432 | dbDEMC | 47 | hsa-mir-376a | dbDEMC, HMDD |
23 | hsa-mir-205 | dbDEMC, HMDD | 48 | hsa-mir-365b | HMDD |
24 | hsa-mir-7 | dbDEMC, HMDD | 49 | hsa-mir-135b | dbDEMC, HMDD |
25 | hsa-mir-221 | dbDEMC, HMDD | 50 | hsa-mir-146b | HMDD |
Ranking . | miRNA . | Evidence . | Ranking . | miRNA . | Evidence . |
---|---|---|---|---|---|
1 | hsa-mir-142 | HMDD | 26 | hsa-mir-375 | dbDEMC, HMDD |
2 | hsa-mir-31 | dbDEMC | 27 | hsa-mir-302a | dbDEMC, HMDD |
3 | hsa-mir-21 | dbDEMC, HMDD | 28 | hsa-mir-34c | HMDD |
4 | hsa-mir-125b | dbDEMC, HMDD | 29 | hsa-mir-186 | dbDEMC |
5 | hsa-mir-145 | dbDEMC, HMDD | 30 | hsa-mir-129 | dbDEMC, HMDD |
6 | hsa-mir-302b | dbDEMC, HMDD | 31 | hsa-mir-30a | dbDEMC, HMDD |
7 | hsa-mir-195 | dbDEMC, HMDD | 32 | hsa-mir-521 | dbDEMC |
8 | hsa-mir-302d | dbDEMC, HMDD | 33 | hsa-mir-217 | dbDEMC |
9 | hsa-mir-302c | dbDEMC, HMDD | 34 | hsa-mir-411 | dbDEMC, HMDD |
10 | hsa-mir-200c | dbDEMC, HMDD | 35 | hsa-mir-346 | dbDEMC |
11 | hsa-mir-100 | dbDEMC, HMDD | 36 | hsa-mir-29b | dbDEMC, HMDD |
12 | hsa-mir-181a | dbDEMC, HMDD | 37 | hsa-mir-218 | dbDEMC, HMDD |
13 | hsa-mir-431 | dbDEMC | 38 | hsa-mir-371 | dbDEMC |
14 | hsa-mir-99a | dbDEMC, HMDD | 39 | hsa-mir-143 | dbDEMC, HMDD |
15 | hsa-mir-542 | dbDEMC | 40 | hsa-mir-29a | dbDEMC, HMDD |
16 | hsa-mir-34a | dbDEMC, HMDD | 41 | hsa-mir-181c | dbDEMC, HMDD |
17 | hsa-mir-93 | dbDEMC, HMDD | 42 | hsa-mir-1266 | dbDEMC, HMDD |
18 | hsa-mir-92a | dbDEMC, HMDD | 43 | hsa-mir-652 | HMDD |
19 | hsa-mir-9 | dbDEMC, HMDD | 44 | hsa-mir-140 | HMDD |
20 | hsa-mir-150 | dbDEMC, HMDD | 45 | hsa-mir-26b | dbDEMC, HMDD |
21 | hsa-mir-210 | dbDEMC, HMDD | 46 | hsa-mir-138 | dbDEMC, HMDD |
22 | hsa-mir-432 | dbDEMC | 47 | hsa-mir-376a | dbDEMC, HMDD |
23 | hsa-mir-205 | dbDEMC, HMDD | 48 | hsa-mir-365b | HMDD |
24 | hsa-mir-7 | dbDEMC, HMDD | 49 | hsa-mir-135b | dbDEMC, HMDD |
25 | hsa-mir-221 | dbDEMC, HMDD | 50 | hsa-mir-146b | HMDD |
For the top 50 predicted results received from using the benchmark datasets as training, we find 48 associations are confirmed by HMDD v3 or dbDEMC. We list the result in Table 6. The encouraging results demonstrate the usefulness of our method MKGAT in discovering disease-related miRNAs in real situations.
Ranking . | miRNA . | Disease . | Evidence . |
---|---|---|---|
1 | hsa-mir-143 | Carcinoma Hepatocellular | dbDEMC, HMDD |
2 | hsa-mir-125a | Colorectal Neoplasms | dbDEMC, HMDD |
3 | hsa-mir-137 | Glioma | HMDD |
4 | hsa-mir-92a | Gastric Neoplasms | dbDEMC, HMDD |
5 | hsa-mir-92a | Glioma | HMDD |
6 | hsa-mir-155 | Multiple Myeloma | HMDD |
7 | hsa-mir-34b | Carcinoma Hepatocellular | dbDEMC, HMDD |
8 | hsa-mir-16 | Leukemia Myeloid Acute | dbDEMC, HMDD |
9 | hsa-mir-29b | Gastric Neoplasms | dbDEMC, HMDD |
10 | hsa-mir-125b | lymphoma | dbDEMC, HMDD |
11 | hsa-mir-15a | Colorectal Neoplasms | dbDEMC, HMDD |
12 | hsa-mir-142 | Esophageal Neoplasms | dbDEMC, HMDD |
13 | hsa-mir-17 | Carcinoma Squamous Cell | HMDD |
14 | hsa-mir-223 | Colorectal Neoplasms | dbDEMC, HMDD |
15 | hsa-mir-1 | Esophageal Neoplasms | dbDEMC, HMDD |
16 | hsa-mir-181b | Melanoma | dbDEMC |
17 | hsa-mir-200b | Esophageal Neoplasms | dbDEMC, HMDD |
18 | hsa-mir-155 | Prostatic Neoplasms | dbDEMC |
19 | hsa-mir-1 | Pancreatic Neoplasms | dbDEMC, HMDD |
20 | hsa-mir-10b | Melanoma | dbDEMC, HMDD |
21 | hsa-mir-200a | Head and Neck Neoplasms | dbDEMC, HMDD |
22 | hsa-mir-375 | Carcinoma Non-Small-Cell Lung | HMDD |
23 | hsa-mir-19a | Glioma | HMDD |
24 | hsa-mir-15a | Gastric Neoplasms | dbDEMC, HMDD |
25 | hsa-mir-142 | Breast Neoplasms | dbDEMC, HMDD |
26 | hsa-mir-221 | Carcinoma Squamous Cell | dbDEMC, HMDD |
27 | hsa-mir-92a | Melanoma | dbDEMC, HMDD |
28 | hsa-mir-34a | Adenocarcinoma | HMDD |
29 | hsa-mir-196a | Colon Neoplasms | dbDEMC, HMDD |
30 | hsa-mir-31 | Osteosarcoma | NA |
31 | hsa-mir-7 | Ovarian Neoplasms | dbDEMC, HMDD |
32 | hsa-mir-203 | Gastric Neoplasms | dbDEMC, HMDD |
33 | hsa-mir-9 | Carcinoma Hepatocellular | dbDEMC, HMDD |
34 | hsa-mir-141 | Adenocarcinoma | HMDD |
35 | hsa-mir-205 | Gastric Neoplasms | dbDEMC, HMDD |
36 | hsa-mir-200c | Uterine Cervical Neoplasms | dbDEMC |
37 | hsa-mir-146b | Carcinoma Squamous Cell | dbDEMC, HMDD |
38 | hsa-mir-137 | Medulloblastoma | NA |
39 | hsa-mir-19b | Glioma | HMDD |
40 | hsa-mir-106b | Colorectal Neoplasms | dbDEMC, HMDD |
41 | hsa-mir-183 | Carcinoma Squamous Cell | dbDEMC, HMDD |
42 | hsa-mir-218 | Endometrial Neoplasms | HMDD |
43 | hsa-mir-30c | Melanoma | dbDEMC |
44 | hsa-mir-34c | Leukemia Myeloid Acute | dbDEMC, HMDD |
45 | hsa-mir-21 | Leukemia Myeloid Acute | dbDEMC, HMDD |
46 | hsa-mir-210 | Gastric Neoplasms | dbDEMC, HMDD |
47 | hsa-mir-15a | Carcinoma Renal Cell | HMDD |
48 | hsa-mir-183 | Colon Neoplasms | dbDEMC, HMDD |
49 | hsa-mir-192 | Carcinoma Renal Cell | HMDD |
50 | hsa-mir-125b | Adenocarcinoma | HMDD |
Ranking . | miRNA . | Disease . | Evidence . |
---|---|---|---|
1 | hsa-mir-143 | Carcinoma Hepatocellular | dbDEMC, HMDD |
2 | hsa-mir-125a | Colorectal Neoplasms | dbDEMC, HMDD |
3 | hsa-mir-137 | Glioma | HMDD |
4 | hsa-mir-92a | Gastric Neoplasms | dbDEMC, HMDD |
5 | hsa-mir-92a | Glioma | HMDD |
6 | hsa-mir-155 | Multiple Myeloma | HMDD |
7 | hsa-mir-34b | Carcinoma Hepatocellular | dbDEMC, HMDD |
8 | hsa-mir-16 | Leukemia Myeloid Acute | dbDEMC, HMDD |
9 | hsa-mir-29b | Gastric Neoplasms | dbDEMC, HMDD |
10 | hsa-mir-125b | lymphoma | dbDEMC, HMDD |
11 | hsa-mir-15a | Colorectal Neoplasms | dbDEMC, HMDD |
12 | hsa-mir-142 | Esophageal Neoplasms | dbDEMC, HMDD |
13 | hsa-mir-17 | Carcinoma Squamous Cell | HMDD |
14 | hsa-mir-223 | Colorectal Neoplasms | dbDEMC, HMDD |
15 | hsa-mir-1 | Esophageal Neoplasms | dbDEMC, HMDD |
16 | hsa-mir-181b | Melanoma | dbDEMC |
17 | hsa-mir-200b | Esophageal Neoplasms | dbDEMC, HMDD |
18 | hsa-mir-155 | Prostatic Neoplasms | dbDEMC |
19 | hsa-mir-1 | Pancreatic Neoplasms | dbDEMC, HMDD |
20 | hsa-mir-10b | Melanoma | dbDEMC, HMDD |
21 | hsa-mir-200a | Head and Neck Neoplasms | dbDEMC, HMDD |
22 | hsa-mir-375 | Carcinoma Non-Small-Cell Lung | HMDD |
23 | hsa-mir-19a | Glioma | HMDD |
24 | hsa-mir-15a | Gastric Neoplasms | dbDEMC, HMDD |
25 | hsa-mir-142 | Breast Neoplasms | dbDEMC, HMDD |
26 | hsa-mir-221 | Carcinoma Squamous Cell | dbDEMC, HMDD |
27 | hsa-mir-92a | Melanoma | dbDEMC, HMDD |
28 | hsa-mir-34a | Adenocarcinoma | HMDD |
29 | hsa-mir-196a | Colon Neoplasms | dbDEMC, HMDD |
30 | hsa-mir-31 | Osteosarcoma | NA |
31 | hsa-mir-7 | Ovarian Neoplasms | dbDEMC, HMDD |
32 | hsa-mir-203 | Gastric Neoplasms | dbDEMC, HMDD |
33 | hsa-mir-9 | Carcinoma Hepatocellular | dbDEMC, HMDD |
34 | hsa-mir-141 | Adenocarcinoma | HMDD |
35 | hsa-mir-205 | Gastric Neoplasms | dbDEMC, HMDD |
36 | hsa-mir-200c | Uterine Cervical Neoplasms | dbDEMC |
37 | hsa-mir-146b | Carcinoma Squamous Cell | dbDEMC, HMDD |
38 | hsa-mir-137 | Medulloblastoma | NA |
39 | hsa-mir-19b | Glioma | HMDD |
40 | hsa-mir-106b | Colorectal Neoplasms | dbDEMC, HMDD |
41 | hsa-mir-183 | Carcinoma Squamous Cell | dbDEMC, HMDD |
42 | hsa-mir-218 | Endometrial Neoplasms | HMDD |
43 | hsa-mir-30c | Melanoma | dbDEMC |
44 | hsa-mir-34c | Leukemia Myeloid Acute | dbDEMC, HMDD |
45 | hsa-mir-21 | Leukemia Myeloid Acute | dbDEMC, HMDD |
46 | hsa-mir-210 | Gastric Neoplasms | dbDEMC, HMDD |
47 | hsa-mir-15a | Carcinoma Renal Cell | HMDD |
48 | hsa-mir-183 | Colon Neoplasms | dbDEMC, HMDD |
49 | hsa-mir-192 | Carcinoma Renal Cell | HMDD |
50 | hsa-mir-125b | Adenocarcinoma | HMDD |
NA indicates not available.
Ranking . | miRNA . | Disease . | Evidence . |
---|---|---|---|
1 | hsa-mir-143 | Carcinoma Hepatocellular | dbDEMC, HMDD |
2 | hsa-mir-125a | Colorectal Neoplasms | dbDEMC, HMDD |
3 | hsa-mir-137 | Glioma | HMDD |
4 | hsa-mir-92a | Gastric Neoplasms | dbDEMC, HMDD |
5 | hsa-mir-92a | Glioma | HMDD |
6 | hsa-mir-155 | Multiple Myeloma | HMDD |
7 | hsa-mir-34b | Carcinoma Hepatocellular | dbDEMC, HMDD |
8 | hsa-mir-16 | Leukemia Myeloid Acute | dbDEMC, HMDD |
9 | hsa-mir-29b | Gastric Neoplasms | dbDEMC, HMDD |
10 | hsa-mir-125b | lymphoma | dbDEMC, HMDD |
11 | hsa-mir-15a | Colorectal Neoplasms | dbDEMC, HMDD |
12 | hsa-mir-142 | Esophageal Neoplasms | dbDEMC, HMDD |
13 | hsa-mir-17 | Carcinoma Squamous Cell | HMDD |
14 | hsa-mir-223 | Colorectal Neoplasms | dbDEMC, HMDD |
15 | hsa-mir-1 | Esophageal Neoplasms | dbDEMC, HMDD |
16 | hsa-mir-181b | Melanoma | dbDEMC |
17 | hsa-mir-200b | Esophageal Neoplasms | dbDEMC, HMDD |
18 | hsa-mir-155 | Prostatic Neoplasms | dbDEMC |
19 | hsa-mir-1 | Pancreatic Neoplasms | dbDEMC, HMDD |
20 | hsa-mir-10b | Melanoma | dbDEMC, HMDD |
21 | hsa-mir-200a | Head and Neck Neoplasms | dbDEMC, HMDD |
22 | hsa-mir-375 | Carcinoma Non-Small-Cell Lung | HMDD |
23 | hsa-mir-19a | Glioma | HMDD |
24 | hsa-mir-15a | Gastric Neoplasms | dbDEMC, HMDD |
25 | hsa-mir-142 | Breast Neoplasms | dbDEMC, HMDD |
26 | hsa-mir-221 | Carcinoma Squamous Cell | dbDEMC, HMDD |
27 | hsa-mir-92a | Melanoma | dbDEMC, HMDD |
28 | hsa-mir-34a | Adenocarcinoma | HMDD |
29 | hsa-mir-196a | Colon Neoplasms | dbDEMC, HMDD |
30 | hsa-mir-31 | Osteosarcoma | NA |
31 | hsa-mir-7 | Ovarian Neoplasms | dbDEMC, HMDD |
32 | hsa-mir-203 | Gastric Neoplasms | dbDEMC, HMDD |
33 | hsa-mir-9 | Carcinoma Hepatocellular | dbDEMC, HMDD |
34 | hsa-mir-141 | Adenocarcinoma | HMDD |
35 | hsa-mir-205 | Gastric Neoplasms | dbDEMC, HMDD |
36 | hsa-mir-200c | Uterine Cervical Neoplasms | dbDEMC |
37 | hsa-mir-146b | Carcinoma Squamous Cell | dbDEMC, HMDD |
38 | hsa-mir-137 | Medulloblastoma | NA |
39 | hsa-mir-19b | Glioma | HMDD |
40 | hsa-mir-106b | Colorectal Neoplasms | dbDEMC, HMDD |
41 | hsa-mir-183 | Carcinoma Squamous Cell | dbDEMC, HMDD |
42 | hsa-mir-218 | Endometrial Neoplasms | HMDD |
43 | hsa-mir-30c | Melanoma | dbDEMC |
44 | hsa-mir-34c | Leukemia Myeloid Acute | dbDEMC, HMDD |
45 | hsa-mir-21 | Leukemia Myeloid Acute | dbDEMC, HMDD |
46 | hsa-mir-210 | Gastric Neoplasms | dbDEMC, HMDD |
47 | hsa-mir-15a | Carcinoma Renal Cell | HMDD |
48 | hsa-mir-183 | Colon Neoplasms | dbDEMC, HMDD |
49 | hsa-mir-192 | Carcinoma Renal Cell | HMDD |
50 | hsa-mir-125b | Adenocarcinoma | HMDD |
Ranking . | miRNA . | Disease . | Evidence . |
---|---|---|---|
1 | hsa-mir-143 | Carcinoma Hepatocellular | dbDEMC, HMDD |
2 | hsa-mir-125a | Colorectal Neoplasms | dbDEMC, HMDD |
3 | hsa-mir-137 | Glioma | HMDD |
4 | hsa-mir-92a | Gastric Neoplasms | dbDEMC, HMDD |
5 | hsa-mir-92a | Glioma | HMDD |
6 | hsa-mir-155 | Multiple Myeloma | HMDD |
7 | hsa-mir-34b | Carcinoma Hepatocellular | dbDEMC, HMDD |
8 | hsa-mir-16 | Leukemia Myeloid Acute | dbDEMC, HMDD |
9 | hsa-mir-29b | Gastric Neoplasms | dbDEMC, HMDD |
10 | hsa-mir-125b | lymphoma | dbDEMC, HMDD |
11 | hsa-mir-15a | Colorectal Neoplasms | dbDEMC, HMDD |
12 | hsa-mir-142 | Esophageal Neoplasms | dbDEMC, HMDD |
13 | hsa-mir-17 | Carcinoma Squamous Cell | HMDD |
14 | hsa-mir-223 | Colorectal Neoplasms | dbDEMC, HMDD |
15 | hsa-mir-1 | Esophageal Neoplasms | dbDEMC, HMDD |
16 | hsa-mir-181b | Melanoma | dbDEMC |
17 | hsa-mir-200b | Esophageal Neoplasms | dbDEMC, HMDD |
18 | hsa-mir-155 | Prostatic Neoplasms | dbDEMC |
19 | hsa-mir-1 | Pancreatic Neoplasms | dbDEMC, HMDD |
20 | hsa-mir-10b | Melanoma | dbDEMC, HMDD |
21 | hsa-mir-200a | Head and Neck Neoplasms | dbDEMC, HMDD |
22 | hsa-mir-375 | Carcinoma Non-Small-Cell Lung | HMDD |
23 | hsa-mir-19a | Glioma | HMDD |
24 | hsa-mir-15a | Gastric Neoplasms | dbDEMC, HMDD |
25 | hsa-mir-142 | Breast Neoplasms | dbDEMC, HMDD |
26 | hsa-mir-221 | Carcinoma Squamous Cell | dbDEMC, HMDD |
27 | hsa-mir-92a | Melanoma | dbDEMC, HMDD |
28 | hsa-mir-34a | Adenocarcinoma | HMDD |
29 | hsa-mir-196a | Colon Neoplasms | dbDEMC, HMDD |
30 | hsa-mir-31 | Osteosarcoma | NA |
31 | hsa-mir-7 | Ovarian Neoplasms | dbDEMC, HMDD |
32 | hsa-mir-203 | Gastric Neoplasms | dbDEMC, HMDD |
33 | hsa-mir-9 | Carcinoma Hepatocellular | dbDEMC, HMDD |
34 | hsa-mir-141 | Adenocarcinoma | HMDD |
35 | hsa-mir-205 | Gastric Neoplasms | dbDEMC, HMDD |
36 | hsa-mir-200c | Uterine Cervical Neoplasms | dbDEMC |
37 | hsa-mir-146b | Carcinoma Squamous Cell | dbDEMC, HMDD |
38 | hsa-mir-137 | Medulloblastoma | NA |
39 | hsa-mir-19b | Glioma | HMDD |
40 | hsa-mir-106b | Colorectal Neoplasms | dbDEMC, HMDD |
41 | hsa-mir-183 | Carcinoma Squamous Cell | dbDEMC, HMDD |
42 | hsa-mir-218 | Endometrial Neoplasms | HMDD |
43 | hsa-mir-30c | Melanoma | dbDEMC |
44 | hsa-mir-34c | Leukemia Myeloid Acute | dbDEMC, HMDD |
45 | hsa-mir-21 | Leukemia Myeloid Acute | dbDEMC, HMDD |
46 | hsa-mir-210 | Gastric Neoplasms | dbDEMC, HMDD |
47 | hsa-mir-15a | Carcinoma Renal Cell | HMDD |
48 | hsa-mir-183 | Colon Neoplasms | dbDEMC, HMDD |
49 | hsa-mir-192 | Carcinoma Renal Cell | HMDD |
50 | hsa-mir-125b | Adenocarcinoma | HMDD |
NA indicates not available.
Conclusion
Recent advances in life sciences suggest miRNAs play critical roles in the regulation of development and physiology. miRNAs are therefore becoming an important category of biomarkers for disease diagnosis. Computational efforts to predict disease-related miRNAs are an excellent alternative to biomedical experiments. In this paper, we propose a computational framework MKGAT to discover associations between miRNAs and diseases. Comprehensive experiments including cross-validations and case studies show the effectiveness and superiority of MKGAT in revealing disease-related miRNAs.
Our framework MKGAT mainly consists of two sections. In the first section, we use an attention mechanism for feature extraction. Experiments show using this mechanism can produce more reliable information for inference. The other section is dual Laplacian regularized least squares for prediction. As a solid and semi-supervised method, our dual Laplacian regularized least squares make full use of information from both the miRNA side and disease side for prediction. Compared with the method HGANMDA [44] which used a hierarchical GAT for inference, there are three major differences between our model MKGAT and HGANMDA. First, MKGAT uses GIP to calculate the kernel matrix. Second, MKGAT applies an attention mechanism to combine the multiple kernel matrices. Third, MKGAT uses a different strategy for final predictions. Compared with supervised methods for miRNA-disease association predictions, our framework does not need negative samples for inference. As we state in the Introduction section, data of negative samples for miRNA-disease association prediction are hard to collect, and randomly selected negative samples would output less satisfactory results.
It should be noted that our method heavily depends on similarity measurement for inference. As stated in a previous study [59], integrating proper features for similarity calculation is a challenging task because of deficiencies in data availability in biomedical science. For example, diseases may not be included in the MeSH database. Moreover, as we stated in the Introduction section, parameter tuning and optimization in MKGAT is a tricky process. This is a common problem needed to be addressed in deep learning methods. Finally, miRNAs can either up- or downregulate gene expressions when function as regulators in the progression of human diseases. However, we do not distinguish the regulation patterns in this study. This would be a new direction for our future research.
We propose a computational framework MKGAT for miRNA-disease association predictions, in which GATs are used for feature extraction and dual Laplacian regularized least squares are for association inference.
Our method MKGAT shows improvement in prediction accuracy and is superior to six state-of-the-art methods by comprehensive experiments on a benchmark dataset under 5-fold cross validations.
Case studies on three categories of cancers indicate that MKGAT is powerful for revealing disease-related miRNAs.
Authors’ contribution
H.C. conceived and designed this study. W.W. implemented the experiments. W.W. and H.C. analyzed the results. W.W. and H.C. wrote the manuscript. Both authors read and approved the final manuscript.
Funding
National Natural Science Foundation of China (61862026).
Conflict of Interest
None declared.
Data availability
The datasets and source codes used in this study are freely available at https://github.com/shine-lucky/MKGAT-main.
Author Biographies
Wengang Wang is a graduate student at the School of Software, East China Jiaotong University. His research interests are deep learning and bioinformatics.
Hailin Chen, PhD, is an associate professor at the School of Software, East China Jiaotong University. His research interests include data mining and bioinformatics.