Literature DB >> 34041455

DANE-MDA: Predicting microRNA-disease associations via deep attributed network embedding.

Bo-Ya Ji1,2,3, Zhu-Hong You1,2,3, Yi Wang1,3, Zheng-Wei Li4, Leon Wong1,2,3.   

Abstract

Predicting the microRNA-disease associations by using computational methods is conductive to the efficiency of costly and laborious traditional bio-experiments. In this study, we propose a computational machine learning-based method (DANE-MDA) that preserves integrated structure and attribute features via deep attributed network embedding to predict potential miRNA-disease associations. Specifically, the integrated features are extracted by using deep stacked auto-encoder on the diverse orders of matrixes containing structure and attribute information and are then trained by using random forest classifier. Under 5-fold cross-validation experiments, DANE-MDA yielded average accuracy, sensitivity, and AUC at 85.59%, 84.23%, and 0.9264 in term of HMDD v3.0 dataset, and 83.21%, 80.39%, and 0.9113 in term of HMDD v2.0 dataset, respectively. Additionally, case studies on breast, colon, and lung neoplasms related disease show that 47, 47, and 46 of the top 50 miRNAs can be predicted and retrieved in the other database.
© 2021 The Authors.

Entities:  

Keywords:  Cancer; Computational bioinformatics; Systems biology

Year:  2021        PMID: 34041455      PMCID: PMC8141887          DOI: 10.1016/j.isci.2021.102455

Source DB:  PubMed          Journal:  iScience        ISSN: 2589-0042


Introduction

The human genomes have various endogenous “non-messenger” or “non-coding” RNAs, including a large number of single-stranded microRNAs (miRNAs) containing about 22 nucleotides (Ambros, 2001, 2004). miRNAs play a significant function in various human life processes, including virus defense, tissue development, cell metabolism, and organ formation, and participate in the regulation of post-transcriptional gene expression (Cui et al., 2006; Karp and Ambros, 2005; Lu et al., 2005; Rupaimoole and Slack, 2017; Xu et al., 2004). Furthermore, miRNAs also have a particular therapeutic impact as a regulator for several genes (Ling et al., 2013; Matsui and Corey, 2017). A cascade of studies have shown that miRNAs can become drug targets for human disease treatments (Mishra et al., 2020), hence it is not surprising that predicting and identifying potential miRNAs related to corresponding diseases have been the focus of researchers. For example, Jeong et al. (Jeong et al., 2011) stated that let-7a is under-expressed in the tissues and cells of patients with NSCLC (non-small cell lung cancer) compared with the normal control group. Bang et al. (2012) found that the miR-23/27/24 cluster is related to retinal vascular development and endothelial cell apoptosis and angiogenesis in cardiac ischemia. In recent years, massive miRNA-disease associations have been acquired through traditional biological experiments and stored in public databases. These biological experimental methods usually have high prediction accuracy; nevertheless, their processes are complex, expensive, and time-consuming (Liang et al., 2019). To this end, to accelerate the verification process, and reduce the time consumption and blindness of biological experiments, it is significant to establish computational methods for quickly and effectively predicting possible miRNA-disease associations (Wong et al., 2020; Yi et al., 2020). Taking advantage of the hypothesis that functionally related miRNAs are more likely to be related to diseases with similar phenotypes, some score function-based computational models have been proposed for predicting miRNA-disease associations, which commonly leverage methods such as random walk to calculate the likelihood of potential associations on the constructed miRNA-disease association network. For example, Chen et al. (2012) first incorporated known miRNA-disease associations and large-scale miRNA-miRNA functional similarity information and then utilized the random walk and global network similarity measure methods to obtain superior performance than previous models. Luo et al. (2017) assessed the similarity between diseases or miRNAs by incorporating several relevant heterogeneous information. Then, a semi-supervised mechanics of Kronecker regularized least squares was employed to predict possible miRNAs related to diseases. Wang et al. (2019) utilized the logical trees classifier and fused the known miRNA-disease association, miRNA functional similarity and sequence information, and disease semantic similarity to predict miRNA-disease associations. Empirical results of cross-validation experiments and case studies both demonstrated the reliability and effectiveness of their model. Alaimo et al. (2014) adopted a recommendation algorithm to predict novel associations between miRNAs and diseases based on a tripartite network composed of miRNAs, targets, and diseases, where the targets act as intermediate nodes between miRNAs and diseases. On this basis, a multi-level resource transfer method was employed to compute the correlation degree between each miRNA-disease pair. Recently, machine learning and deep learning also have been utilized for predicting possible associations between miRNAs and diseases with the growth of known miRNA-disease association data. For example, Xu et al. (2011) calculated four topological features of miRNAs and then trained the gold-standard miRNA dataset using the support vector machine (SVM) for predicting possible miRNA-disease associations. To break the restriction of previous models that cannot be applied for diseases without any known associated miRNAs, Chen and Yan (2014) exploited the least-squares regularization and semi-supervised learning method to reveal the miRNA-disease associations and obtain reliable performance. These existing models almost utilized miRNA functional similarity, miRNA-family associations, disease semantic similarity, miRNA-target associations, and known miRNA-disease associations. However, the known miRNA-disease associations are not well mined. These known miRNA-disease associations can be constructed as a graph or network, but the node features in the graph are rarely calculated. Therefore, some of the recent techniques in graph embedding are used for predicting miRNA-disease associations, such as graph convolutional networks (Kipf and Welling, 2016), matrix factorization (He et al., 2018, 2019), and Bayesian learning (Hu et al., 2019). For example, Xuan et al. (2019) utilized convolutional neural networks and network representation learning to design a computational model to predict miRNA-disease associations. Zheng et al. (2020a) exploited the graph embedding method and random forest classifier to reveal novel miRNA and disease associations. Their method gained good performance by combining the behavior and attribute features of diseases and miRNAs. In this study, we propose a computational machine learning-based method (DANE-MDA) that attempts to preserve both the diverse degrees of network structure and attribute feature of miRNAs and diseases via deep attributed network embedding to predict potential miRNA-disease associations. DANE-MDA includes four steps. First, we constructed an attributed network by connecting the known miRNA-disease associations in the Human MicroRNA Disease Database (HMDD) and, respectively, calculated the attribute and network structure feature of miRNAs and diseases, where the attribute feature includes miRNA sequence similarity and disease semantic similarity and the network structure feature includes the probability of direct transition between each miRNA-disease association pair. Second, we captured the interactions between network structure and attribute information of miRNAs and diseases from diverse degrees of proximity by utilizing a personalized random walk-based method. Third, we fused the various degrees of proximity to build an enhanced matrix representation, which contains both the attribute feature, as well as the local and global network structure feature of miRNAs and diseases and then exploited the deep stacked auto-encoder to learn the complex and nonlinear information in the enhanced matrix to represent miRNAs and diseases. Finally, the Random Forest classifier is selected to construct the prediction model. The illustration of the DANE-MDA overall framework is shown in Figure 1. As a result, the 5-fold cross-validation experiment was applied to examine the performance of DANE-MDA, which obtained an average 85.59% accuracy, 84.23% sensitivity, and 0.9264 area under the receiver operating characteristic (ROC) curve (AUC) on the HMDD v3.0 dataset, and an average 83.21% accuracy, 80.39% sensitivity, and 0.9113 AUC on the HMDD v2.0 dataset. What's more, we also conducted case studies on three common human diseases, including breast, colon, and lung neoplasms, to verify the performance of DANE-MDA in practical applications. Additionally, we also compared the influence of model parameters and classifiers on prediction results. In summary, the proposed DANE-MDA model has a promising performance for predicting novel miRNA-disease associations and is anticipated to be an effective supplement tool in the field of bioinformatics research.
Figure 1

Illustration of the overall framework of DANE-MDA (DAG: directed acyclic graph; DSS: disease semantic similarity)

Illustration of the overall framework of DANE-MDA (DAG: directed acyclic graph; DSS: disease semantic similarity)

Results

The results of DANE-MDA under 5-fold cross-validation experiment

Cross-validation is a common method for building models and verifying model parameters in machine learning (Cooil et al., 1987). In this study, the 5-fold cross-validation experiment is implemented to evaluate the ability of DANE-MDA for predicting novel miRNA-disease associations. Specifically, the positive and negative samples are, respectively, separated into five folds, one fold is the test dataset and the rest four folds are the training dataset. On this basis, five experiments are respectively performed in sequence. In the results, six evaluation indicators in each fold experiment including Accuracy (Acc.), Precision (Prec.), Matthews Correlation Coefficient (MCC), Specificity (Spec.), Sensitivity (Sen.), and the AUC based on the HMDD v3.0 and v2.0 dataset are, respectively, recorded in Tables 1 and 2. Furthermore, the ROC and precision-recall (PR) curve is further selected to verify the prediction ability of DANE-MDA. Figures 2, 3, 4, and 5 respectively show the 5-fold cross-validation ROC and PR curves of DANE-MDA based on the HMDD v3.0 and v2.0, which, respectively, draws the sensitivity (true positive rate) against the specificity (false positive rate) and the precision against the recall under various score thresholds.
Table 1

The results of DANE-MDA under 5-fold cross-validation based on the HMDD v3.0 dataset

FoldACC.(%)AUC(%)Sen.(%)Prec.(%)Spec.(%)MCC(%)
085.1092.5683.3286.4086.8870.25
185.9492.8984.5786.9587.3171.91
285.3892.3283.4886.7887.2870.81
385.5992.8084.8886.1186.3171.19
485.9692.6684.8986.7487.0271.93
Average85.59 ± 0.3792.64 ± 0.2284.23 ± 0.7786.60 ± 0.3486.96 ± 0.4171.22 ± 0.72

The last line represents the average and standard deviation of each indicator.

Table 2

The results of DANE-MDA under 5-fold cross-validation based on the HMDD v2.0 dataset

FoldACC.(%)AUC(%)Sen.(%)Prec.(%)Spec.(%)MCC(%)
084.5392.2279.6588.2789.4169.39
181.8690.1779.5683.4084.1663.79
283.8991.4880.0286.7387.7567.98
383.9391.1781.4985.6786.3767.94
481.8690.6181.2282.2882.5063.73
Average83.21 ± 1.2691.13 ± 0.7980.39 ± 0.9085.27 ± 2.4486.04 ± 2.7666.57 ± 2.63

The last line represents the average and standard deviation of each indicator.

Figure 2

The ROC curves of DANE-MDA under 5-fold cross validation based on HMDD v3.0 dataset

Figure 3

The ROC curves of DANE-MDA under 5-fold cross validation based on HMDD v2.0 dataset

Figure 4

The PR curves of DANE-MDA under 5-fold cross validation based on HMDD v3.0 dataset

Figure 5

The PR curves of DANE-MDA under 5-fold cross validation based on HMDD v2.0 dataset

The results of DANE-MDA under 5-fold cross-validation based on the HMDD v3.0 dataset The last line represents the average and standard deviation of each indicator. The results of DANE-MDA under 5-fold cross-validation based on the HMDD v2.0 dataset The last line represents the average and standard deviation of each indicator. The ROC curves of DANE-MDA under 5-fold cross validation based on HMDD v3.0 dataset The ROC curves of DANE-MDA under 5-fold cross validation based on HMDD v2.0 dataset The PR curves of DANE-MDA under 5-fold cross validation based on HMDD v3.0 dataset The PR curves of DANE-MDA under 5-fold cross validation based on HMDD v2.0 dataset

The impact of model parameters on prediction results

In this part, we quantitatively analyzed the influence of the parameters in DANE-MDA on the prediction performance, including α, β, and t. Respectively, to fuse the network structure feature and attribute information of miRNAs and diseases, we introduced the weight parameter α to represent the preference ratio between attribute and structural information, with a value between 0 and 1. When α = 1, the predictive ability of DANE-MDA entirely depends on the structure information, and when α = 0, the predictive ability of DANE-MDA entirely depends on the attribute information. Moreover, the parameter t is introduced to capture global network structure information. Intuitively, the larger the value of t, the more global structure information will be obtained. However, when t gradually increases, the global information obtained gradually becomes weaker, and excess noise information will cause the prediction results to decrease. Last, because the low-order network structure feature is more influential than the high-order ones, we introduced the parameter β to control the downtrend of higher-order information, with a value between 0 and 1. On this basis, we, respectively, selected the following parameters to perform 5-fold cross-validation:α∈{1, 0.95, 0.90, 0.85, 0.80, 0.75, 0}, β∈{0.98, 0.96, 0.94, 0.92, 0.90},t∈{1, 3, 5, 7, 9} and used the AUC value as the evaluation indicator. For each parameter, other parameters and the experimental environment are controlled to be consistent. Tables 3, 4, and 5, respectively, show the distribution of the AUC values for each cross-validation. Additionally, the line curve of the mean AUC value was shown in Figures 6, 7, and 8. In the results, for parameter α, when α = 0.85 (fusion of 85% network structure and 15% attribute feature), DANE-MDA obtains the best performance. For parameter β, when β = 0.94, DANE-MDA has the best control over the downward trend of high-order features. For parameter t, when t = 5, DANE-MDA obtains the optimal global structural features.
Table 3

The AUC values of parameter α under each fold cross-validation (β = 0.94, t = 5)

Foldα01234Average
10.91690.92240.91490.92230.91710.9187 ± 0.34
0.950.92420.92630.92060.92690.92520.9246 ± 0.25
0.900.92110.92720.92300.92860.92150.9243 ± 0.34
0.850.92560.92890.92320.92800.92660.9264 ± 0.22
0.800.92710.92770.92430.92700.92410.9261 ± 0.17
0.750.92620.92990.92240.92500.92610.9259 ± 0.27
00.87740.88490.87760.87910.87460.8787 ± 0.38
Table 4

The AUC values of parameter β under each fold cross-validation (α = 0.85, t = 5)

Foldβ01234Average
0.980.92740.92530.92080.92750.92220.9246 ± 0.30
0.960.92490.93120.92520.92790.92220.9263 ± 0.34
0.940.92560.92890.92320.92800.92660.9264 ± 0.22
0.920.92490.92520.92210.92910.92430.9251 ± 0.25
0.900.92340.92680.92380.92790.92240.9249 ± 0.24
Table 5

The AUC values of parameter t under each fold cross-validation ()

Foldt01234Average
10.92470.92600.92100.92900.91930.9240 ± 0.39
30.92550.92860.92360.92500.92490.9255 ± 0.19
50.92560.92890.92320.92800.92660.9264 ± 0.22
70.92340.92820.92130.93070.92230.9252 ± 0.41
90.92640.92770.92020.92920.92340.9254 ± 0.36
Figure 6

The line graph of average AUC results at different α values of DANE-MDA

Figure 7

The line graph of average AUC results at different β values of DANE-MDA

Figure 8

The line graph of average AUC results at different t values of DANE-MDA

The AUC values of parameter α under each fold cross-validation (β = 0.94, t = 5) The AUC values of parameter β under each fold cross-validation (α = 0.85, t = 5) The AUC values of parameter t under each fold cross-validation () The line graph of average AUC results at different α values of DANE-MDA The line graph of average AUC results at different β values of DANE-MDA The line graph of average AUC results at different t values of DANE-MDA Furthermore, to further describe the effectiveness of our feature fusion strategy, we displayed the performance of DANE-MDA with three different feature combinations under the 5-fold cross-validation: only attribute features of miRNAs and diseases (α = 0), only network structure features of miRNAs and diseases (α = 1), and the fusion feature of attribute and structure information (α = 0.85). The detailed average prediction results were shown in Table 6. Additionally, Figure 9 showed the ROC and PR curves of the comparative experiment. The empirical results further proved the better performance of our feature fusion strategy.
Table 6

The average results and standard deviations of DANE-MDA with different feature combinations under 5-fold cross-validation

FeatureAcc.(%)AUC(%)Sen.(%)Prec.(%)Spec.(%)MCC(%)
Only attribute81.01 ± 0.2887.87 ± 0.3881.86 ± 0.9180.49 ± 0.3780.15 ± 0.6362.03 ± 0.58
Only structure84.76 ± 0.2191.87 ± 0.3483.39 ± 0.3985.75 ± 0.3186.14 ± 0.3869.55 ± 0.42
Fusion85.59 ± 0.3792.64 ± 0.2284.23 ± 0.7786.60 ± 0.3486.96 ± 0.4171.22 ± 0.72
Figure 9

The average ROC and PR curves of DANE-MDA with different feature combinations under 5-fold cross-validation

The average results and standard deviations of DANE-MDA with different feature combinations under 5-fold cross-validation The average ROC and PR curves of DANE-MDA with different feature combinations under 5-fold cross-validation

The impact of the classifier on prediction results

For a specific classification problem, it is crucial to choose a suitable classifier. In this part, we selected four commonly used classifiers for comparison, including Naive Bayes (NB) (Rish, 2001), Adaptive Boosting (AdaBoost) (Margineantu and Dietterich, 1997), K-Nearest Neighbors (KNN) (Denoeux, 2008), and Random Forest (RF) (Liaw and Wiener, 2002), and then used the most suitable classification algorithm to build the prediction model according to the final prediction effect. To make the comparison experiment fair and easy to operate, we kept the experimental environment consistent and performed 5-fold cross-validation for different classifiers with default parameters. Finally, the average results and standard deviations of each classifier under 5-fold cross-validation were recorded in Table 7. Moreover, the ROC and PR curves of the classifier comparison experiment are shown in Figure 10. All the experiments proved that the Random Forest classifier achieved better prediction results and was more suitable for our training model.
Table 7

The average results and standard deviations of DANE-MDA with different classifiers under 5-fold cross-validation

ClassifierACC.(%)AUC(%)Sen.(%)Prec.(%)Spec.(%)MCC(%)
KNN82.69 ± 0.3089.68 ± 0.3991.39 ± 0.3977.85 ± 0.2774.00 ± 0.3566.39 ± 0.61
Naive Bayes78.02 ± 0.4479.57 ± 0.3391.77 ± 0.4371.97 ± 0.3564.27 ± 0.4658.28 ± 0.90
AdaBoost83.56 ± 0.5891.47 ± 0.2285.41 ± 0.7582.36 ± 0.6881.70 ± 0.8367.16 ± 1.16
RandomForest85.59 ± 0.3792.64 ± 0.2284.23 ± 0.7786.60 ± 0.3486.96 ± 0.4171.22 ± 0.72
Figure 10

The average ROC and PR curves of DANE-MDA with different classifiers under 5-fold cross-validation

The average results and standard deviations of DANE-MDA with different classifiers under 5-fold cross-validation The average ROC and PR curves of DANE-MDA with different classifiers under 5-fold cross-validation

Comparison of previous related works

In the field of potential miRNA-disease association prediction, a lot of excellent computational methods have been developed. To confirm the superiority of our model, we further compared the prediction performance of DANE-MDA based on the HMDD v3.0 with five previous state-of-the-art computational methods, including WBSMDA (Chen et al., 2016), PBMDA (You et al., 2017), HDMP (Xuan et al., 2013), RLSMDA (Chen and Yan, 2014), and DBMDA (Zheng et al., 2020b). WBSMDA predicts the potential associations between miRNAs and diseases by utilizing a model of within and between scores. PBMDA is a path-based prediction method by incorporating multiple similarities of miRNAs and diseases. HDMP is a weighted k-most similar neighbors-based miRNA-disease association prediction method, which is a representative method in this field. RLSMDA is a global, semi-supervised, and regularized least squares-based prediction method. DBMDA utilizes the chaos game representation method based on miRNA sequences and infers global similarity from regional distances to predict miRNA-disease associations. All these methods utilized the known miRNA-disease associations in HMDD v3.0 as the dataset and were verified with the 5-fold cross-validation experiment. Hence, we adopted the average AUC value reported in their article as the evaluation index, as shown in Table 8. Moreover, we also compared the prediction performance of DANE-MDA based on the HMDD v2.0 with the following latest four models, which have been confirmed to achieve excellent prediction accuracy, including TLHNMDA (Chen et al., 2018a), NCMCMDA (Chen et al., 2021), RFMDA (Chen et al., 2018b), and MDHGI (Chen et al., 2018c). Here we also computed the average AUC under the 5-fold cross-validation as the evaluative criterion, and greater AUC means the model shows more accurate prediction performance. Table 9 clearly shows that DANE-MDA achieved better AUC performance under the 5-fold cross-validation based on the HMDD v2.0 dataset. In short, we can clearly observe that DANE-MDA performs better than the current model in potential miRNA and disease association predictions under the 5-fold cross-validation based on both the HMDD v3.0 and v2.0 datasets.
Table 8

Comparison of the average AUC value of DANE-MDA and different models based on HMDD v3.0 dataset

ModelsAverage AUC (%)
DBMDA91.29
WBSMDA81.85
PBMDA91.72
HDMP83.42
RLSMDA85.69
SAE-MDA92.64
Table 9

Comparison of the average AUC value of DANE-MDA and different models based on HMDD v2.0 dataset

ModelsAverage AUC (%)
TLHNMDA87.95
NCMCMDA89.42
RFMDA88.18
MDHGI87.94
SAE-MDA91.13
Comparison of the average AUC value of DANE-MDA and different models based on HMDD v3.0 dataset Comparison of the average AUC value of DANE-MDA and different models based on HMDD v2.0 dataset

Case studies

In this part, to evaluate the capability of DANE-MDA for predicting potential miRNA-disease associations in practical applications, case studies were conducted on breast neoplasms, colon neoplasms, and lung neoplasms. First, all known and the same number of randomly constructed unknown miRNA-disease associations were constituted as the training samples. Second, the test samples of miRNA-corresponding disease association pairs were, respectively, constituted. It should be noted that the association pairs that already existed in the training samples have been deleted from the test samples. Finally, DANE-MDA was trained based on the training dataset, and then the association probability of unknown miRNA-disease pairs in the test dataset was predicted. On this basis, we listed the top 50 association pairs according to the prediction scores and confirmed them in two other authoritative databases, miR2Disease (Jiang et al., 2008) and dbDEMC (Yang et al., 2010). Colon neoplasms are the third leading cause of cancer-related deaths in the United States (Siegel et al., 2016). It is a malignant tumor arising from the inner wall of the large intestine (colon) or rectum. The common risk factors for colon neoplasms include colon polyps, family history, age, African American race, and long-standing ulcerative colitis. miRNAs play an essential part in the carcinogenesis and development of colon neoplasms, and their biomarkers have great advantages in the recurrence prediction, diagnosis, and treatment. In this article, DANE-MDA was used to predict the possible miRNAs related to colon neoplasms, and 47 of the top 50 miRNAs with the highest final prediction score were verified as shown in Table 10.
Table 10

The top 50 miRNA-colon neoplasm associations predicted by DANE-MDA

RankmiRNAEvidenceRankmiRNAEvidence
1hsa-miR-29c-5pdbDemc26hsa-miR-199a-5pdbDemc
2hsa-miR-99b-5pdbDemc27hsa-miR-19b-3pdbDemc
3hsa-miR-144-5pdbDemc28hsa-miR-497-5pdbDemc
4hsa-miR-182-5pdbDemc29hsa-miR-30e-5pdbDemc
5hsa-miR-92a-2-5pdbDemce30hsa-miR-27b-5pdbDemc
6hsa-miR-338-5pdbDemc31hsa-miR-206dbDemc
7hsa-miR-422adbDemc; miR2Disease32hsa-miR-185-5pdbDemc
8hsa-miR-199b-5pdbDemc33hsa-miR-425-5pdbDemc
9hsa-miR-378a-5pdbDemc34hsa-miR-135a-5pdbDemc
10hsa-miR-373-5pUnconfirmed35hsa-miR-491-5pdbDemc
11hsa-miR-451adbDemc36hsa-miR-340-5pdbDemc
12hsa-miR-29b-2-5pdbDemc37hsa-miR-149-5pdbDemc
13hsa-miR-214-5pdbDemc38hsa-miR-187-5pdbDemc
14hsa-miR-503-5pdbDemc39hsa-miR-129-5pdbDemc
15hsa-miR-28-5pdbDemc40hsa-miR-184dbDemc
16hsa-miR-146b-5pdbDemc41hsa-miR-95-5pUnconfirmed
17hsa-miR-590-5pdbDemc42hsa-miR-7-2-3p-7-2-3pUnconfirmed
18hsa-miR-342-5pdbDemc43hsa-miR-7-1-3pdbDemc
19hsa-miR-193a-5pdbDemc44hsa-miR-582-5pdbDemc
20hsa-miR-421dbDemc45hsa-miR-16-5pdbDemc
21hsa-miR-186-5pdbDemc46hsa-miR-10a-5pdbDemc
22hsa-miR-26a-5pdbDemc47hsa-miR-181a-2-3pdbDemc
23hsa-miR-26b-5pdbDemc48hsa-miR-423-5pdbDemc
24hsa-miR-124-5pdbDemc49hsa-miR-181c-5pdbDemc
25hsa-miR-122-5pdbDemc50hsa-miR-20b-5pdbDemc
The top 50 miRNA-colon neoplasm associations predicted by DANE-MDA Breast neoplasms are the most common non-skin malignant tumor in women. In almost all cases it occurs in women, but men can also get breast neoplasms (Bray et al., 2018; Kelsey and Horn-Ross, 1993; Tao et al., 2015). It can begin in different parts of the breast and spread outside the breast through blood and lymph vessels. In addition, more and more studies have shown that miRNAs are a new tool for the prognosis and diagnosis of patients with breast neoplasms. Hence, the prediction of potential breast neoplasms-related miRNAs may identify a novel candidate miRNA for early diagnosis and prevention of breast cancer. In this article, DANE-MDA was used to predict possible miRNAs related to breast neoplasms, and 47 of the top 50 miRNAs with the highest final prediction score were verified as shown in Table 11.
Table 11

The top 50 miRNA-breast neoplasm associations predicted by DANE-MDA

RankmiRNAEvidenceRankmiRNAEvidence
1hsa-miR-15a-5pdbDemc26hsa-miR-582-5pdbDemc
2hsa-miR-181d-5pdbDemc27hsa-miR-1271-5pdbDemc
3hsa-miR-99b-5pdbDemc28hsa-miR-1231dbDemc
4hsa-miR-500a-5pdbDemc29hsa-miR-589-5pdbDemc
5hsa-miR-637dbDemce30hsa-miR-650dbDemc
6hsa-miR-454-5pdbDemc31hsa-miR-376a-2-5pUnconfirmed
7hsa-miR-646dbDemc32hsa-miR-323b-5pdbDemc
8hsa-miR-767-5pdbDemc33hsa-miR-384dbDemc
9hsa-miR-28-5pdbDemc34hsa-miR-543dbDemc
10hsa-miR-382-5pdbDemc35hsa-miR-302edbDemc
11hsa-miR-508-5pdbDemc36hsa-miR-19b-2-5pdbDemc
12hsa-miR-211-5pdbDemc37hsa-miR-337-5pdbDemc
13hsa-miR-431-5pdbDemc38hsa-miR-557dbDemc
14hsa-miR-532-5pdbDemc39hsa-miR-602dbDemc
15hsa-miR-483-5pdbDemc40hsa-miR-154-5pdbDemc
16hsa-miR-1297dbDemc41hsa-miR-361-5pdbDemc
17hsa-miR-519a-5pUnconfirmed42hsa-miR-4732-5pdbDemc
18hsa-miR-501-5pdbDemc43hsa-miR-941dbDemc
19hsa-miR-628-5pdbDemc44hsa-miR-362-5pdbDemc
20hsa-miR-455-5pdbDemc45hsa-miR-297dbDemc
21hsa-miR-601dbDemc46hsa-miR-513c-5pUnconfirmed
22hsa-miR-622dbDemc47hsa-miR-571dbDemc
23hsa-miR-422adbDemc48hsa-miR-544adbDemc
24hsa-miR-300dbDemc49hsa-miR-636dbDemc
25hsa-miR-325dbDemc50hsa-miR-3651dbDemc
The top 50 miRNA-breast neoplasm associations predicted by DANE-MDA Lung neoplasms are the leading cause of cancer deaths in men and women. It is usually formed in air passage cells or lung tissue. Factors affecting lung neoplasms mainly include smoking, secondhand smoke, family history of lung cancer, air pollution, HIV infection, etc., among which smoking is the most important risk factor for lung neoplasms (Torre et al., 2016). miRNAs have been determined to play a key role in the treatment and development of lung neoplasms. Compared with normal tissues, the expression level of miRNA in lung cancer cells and the blood of patients with lung cancer are unregulated. Moreover, the phenotype of lung cancer can be changed by regulating miRNA expression both in vivo and in vitro. In this article, DANE-MDA was used to predict possible miRNAs related to lung neoplasms, and 46 of the top 50 miRNAs with the highest final prediction score were verified as shown in Table 12.
Table 12

The top 50 miRNA-lung neoplasm associations predicted by DANE-MDA

RankmiRNAEvidenceRankmiRNAEvidence
1hsa-miR-15b-5pdbDemc26hsa-miR-16-2-3pdbDemc
2hsa-miR-16-1-3pdbDemc27hsa-miR-425-5pdbDemc; miR2Disease
3hsa-miR-518bdbDemc28hsa-miR-484dbDemc
4hsa-miR-642a-5pdbDemc29hsa-miR-575dbDemc
5hsa-miR-429dbDemc; miR2Disease30hsa-miR-452-5pdbDemc
6hsa-miR-106b-5pdbDemc31hsa-miR-590-5pdbDemc
7hsa-miR-424-5pdbDemc32hsa-miR-625-5pdbDemc
8hsa-miR-28-5pdbDemc33hsa-miR-193b-5pdbDemc
9hsa-miR-382-5pdbDemc34hsa-miR-302c-5pUnconfirmed
10hsa-miR-409-5pdbDemc35hsa-miR-505-5pdbDemc
11hsa-miR-421dbDemc36hsa-miR-181b-5pdbDemc
12hsa-miR-532-5pdbDemc37hsa-miR-708-5pdbDemc
13hsa-miR-483-5pdbDemc38hsa-miR-1246dbDemc
14hsa-miR-128-3pdbDemc39hsa-miR-151a-5pdbDemc
15hsa-miR-491-5pdbDemc40hsa-miR-376c-5pdbDemc
16hsa-miR-885-5pdbDemc41hsa-miR-370-5pdbDemc
17hsa-miR-92b-5pUnconfirmed42hsa-miR-298dbDemc
18hsa-miR-509-5pdbDemc43hsa-miR-23b-5pdbDemc
19hsa-miR-1307-5pdbDemc44hsa-miR-628-5pdbDemc
20hsa-miR-455-5pdbDemc45hsa-miR-539-5pdbDemc
21hsa-miR-489-5pUnconfirmed46hsa-miR-711Unconfirmed
22hsa-miR-422adbDemc47hsa-miR-1179dbDemc
23hsa-miR-1271-5pdbDemc48hsa-miR-1244dbDemc
24hsa-miR-125b-2-3pdbDemc49hsa-miR-339-5pdbDemc
25hsa-miR-181d-5pdbDemc50hsa-miR-3613-5pdbDemc
The top 50 miRNA-lung neoplasm associations predicted by DANE-MDA

Discussion

Recently, an increasing number of researches have demonstrated that miRNAs could fulfill a variety of biological functions, and their abnormal expression or function may cause various human diseases. Thus, the prediction of potential miRNA-disease associations will significantly contribute to the treatment and investigation of complex human diseases. Otherwise, traditional biological experiments are generally laborious and expensive, which leads to a very limited number of experimentally verified miRNA-disease associations. In this study, we propose a computational machine learning-based method (DANE-MDA) that preserves integrated structure and attribute features via deep attributed network embedding and the deep stacked auto-encoder neural network to predict potential miRNA-disease associations. Specifically, the DANE-MDA framework is composed of four steps. First, the network structure and attribute feature of diseases and miRNAs is respectively calculated. Second, the interactions between network structure and attribute information of miRNAs and diseases from diverse degrees of proximity are captured by utilizing a personalized random walk-based method. Third, we fuse the diverse degrees of proximity to build an enhanced matrix representation to preserve both the attribute information and the local and global network structure features and then utilized the deep stacked auto-encoder to learn the complex nonlinear information of the enhanced matrix to represent miRNAs and diseases. Finally, the potential miRNA-disease association prediction approach is built based on the Random Forest classifier. The prediction results under 5-fold cross-validation confirmed the excellent capability of DANE-MDA. Moreover, we also discussed the influence of parameters and classifiers on the final prediction results. Last, the case studies performed on three complex human diseases once again demonstrated the good property of DANE-MDA in practical applications.

Limitations of the study

There are still some limitations in the current method that should to be addressed. First, in terms of attribute feature extraction, we hope to make full use of various information in the future, such as miRNA functional similarity and Gaussian interaction profile kernel similarity, rather than just the sequence and semantic information of miRNAs and diseases. Second, in terms of advanced feature extraction and avoiding the curse of dimensionality, we hope to compare deep stacked auto-encoder with other deep neural network learning algorithms in the future to achieve better performance. Third, DANE-MDA is a computational machine learning-based prediction model. Hence, a suitable machine learning classifier is essential for our predictive model. We hope to consider other new classifiers to improve prediction ability in the future instead of using the old model such as random forest.

Resource availability

Lead contact

Further information and requests for resources should be directed to and will be fulfilled by the lead contact, Zhu-Hong You (zhuhongyou@ms.xjb.ac.cn).

Materials availability

In this study, the known miRNA-disease association dataset was first selected from the Human MicroRNA Disease Database (HMDD) v3.0 (Huang et al., 2019), which is a public online database that contains 32,281 experimentally affirmed miRNA-disease associations from 17,412 papers, containing 850 diseases and 1,102 miRNAs. On this basis, we conducted data preprocessing to eliminate duplicate associations and delete the associations related to certain miRNAs considered unreliable by the public database miRBase (Griffiths-Jones et al., 2006). Finally, 16,427 miRNA-disease associations containing 850 diseases and 901 miRNAs were acquired as the positive samples. Additionally, the Human MicroRNA Disease Database (HMDD) v2.0 dataset was downloaded from the http://www.cuilab.cn/static/hmdd3/data/hmdd2.zip, including 5,430 experimentally verified human miRNA-diseases associations about 383 diseases and 495 miRNAs. For the negative samples, we adopted most previous methods that utilize random selection to generate them with the same number as positive samples (Ben-Hur and Noble, 2005).

Data and code availability

The datasets generated and/or analyzed during this study are available under open licenses in the data repository, https://github.com/jiboya123/DANE-MDA.

Methods

All methods can be found in the accompanying Transparent Methods supplemental file.
  41 in total

Review 1.  The functions of animal microRNAs.

Authors:  Victor Ambros
Journal:  Nature       Date:  2004-09-16       Impact factor: 49.962

2.  Developmental biology. Encountering microRNAs in cell fate signaling.

Authors:  Xantha Karp; Victor Ambros
Journal:  Science       Date:  2005-11-25       Impact factor: 47.728

Review 3.  MicroRNAs and other non-coding RNAs as targets for anticancer drug development.

Authors:  Hui Ling; Muller Fabbri; George A Calin
Journal:  Nat Rev Drug Discov       Date:  2013-11       Impact factor: 84.694

4.  NCMCMDA: miRNA-disease association prediction through neighborhood constraint matrix completion.

Authors:  Xing Chen; Lian-Gang Sun; Yan Zhao
Journal:  Brief Bioinform       Date:  2021-01-18       Impact factor: 11.622

Review 5.  MicroRNA therapeutics: towards a new era for the management of cancer and other diseases.

Authors:  Rajesha Rupaimoole; Frank J Slack
Journal:  Nat Rev Drug Discov       Date:  2017-02-17       Impact factor: 84.694

6.  PBMDA: A novel and effective path-based computational model for miRNA-disease association prediction.

Authors:  Zhu-Hong You; Zhi-An Huang; Zexuan Zhu; Gui-Ying Yan; Zheng-Wei Li; Zhenkun Wen; Xing Chen
Journal:  PLoS Comput Biol       Date:  2017-03-24       Impact factor: 4.475

7.  Inferring the Disease-Associated miRNAs Based on Network Representation Learning and Convolutional Neural Networks.

Authors:  Ping Xuan; Hao Sun; Xiao Wang; Tiangang Zhang; Shuxiang Pan
Journal:  Int J Mol Sci       Date:  2019-07-25       Impact factor: 5.923

8.  DBMDA: A Unified Embedding for Sequence-Based miRNA Similarity Measure with Applications to Predict and Validate miRNA-Disease Associations.

Authors:  Kai Zheng; Zhu-Hong You; Lei Wang; Yong Zhou; Li-Ping Li; Zheng-Wei Li
Journal:  Mol Ther Nucleic Acids       Date:  2019-12-18       Impact factor: 8.886

9.  TLHNMDA: Triple Layer Heterogeneous Network Based Inference for MiRNA-Disease Association Prediction.

Authors:  Xing Chen; Jia Qu; Jun Yin
Journal:  Front Genet       Date:  2018-07-03       Impact factor: 4.599

View more
  3 in total

1.  SMMDA: Predicting miRNA-Disease Associations by Incorporating Multiple Similarity Profiles and a Novel Disease Representation.

Authors:  Bo-Ya Ji; Liang-Rui Pan; Ji-Ren Zhou; Zhu-Hong You; Shao-Liang Peng
Journal:  Biology (Basel)       Date:  2022-05-20

2.  Hierarchical graph attention network for miRNA-disease association prediction.

Authors:  Zhengwei Li; Tangbo Zhong; Deshuang Huang; Zhu-Hong You; Ru Nie
Journal:  Mol Ther       Date:  2022-02-02       Impact factor: 12.910

3.  Predicting miRNA-disease associations based on multi-view information fusion.

Authors:  Xuping Xie; Yan Wang; Nan Sheng; Shuangquan Zhang; Yangkun Cao; Yuan Fu
Journal:  Front Genet       Date:  2022-09-27       Impact factor: 4.772

  3 in total

北京卡尤迪生物科技股份有限公司 © 2022-2023.