Skip to main content
  • Research article
  • Open access
  • Published:

NEMPD: a network embedding-based method for predicting miRNA-disease associations by preserving behavior and attribute information

Abstract

Background

As an important non-coding RNA, microRNA (miRNA) plays a significant role in a series of life processes and is closely associated with a variety of Human diseases. Hence, identification of potential miRNA-disease associations can make great contributions to the research and treatment of Human diseases. However, to our knowledge, many existing computational methods only utilize the single type of known association information between miRNAs and diseases to predict their potential associations, without focusing on their interactions or associations with other types of molecules.

Results

In this paper, we propose a network embedding-based method for predicting miRNA-disease associations by preserving behavior and attribute information. Firstly, a heterogeneous network is constructed by integrating known associations among miRNA, protein and disease, and the network representation method Learning Graph Representations with Global Structural Information (GraRep) is implemented to learn the behavior information of miRNAs and diseases in the network. Then, the behavior information of miRNAs and diseases is combined with the attribute information of them to represent miRNA-disease association pairs. Finally, the prediction model is established based on the Random Forest algorithm. Under the five-fold cross validation, the proposed NEMPD model obtained average 85.41% prediction accuracy with 80.96% sensitivity at the AUC of 91.58%. Furthermore, the performance of NEMPD is also validated by the case studies. Among the top 50 predicted disease-related miRNAs, 48 (breast neoplasms), 47 (colon neoplasms), 47 (lung neoplasms) were confirmed by two other databases.

Conclusions

The proposed NEMPD model has a good performance in predicting the potential associations between miRNAs and diseases, and has great potency in the field of miRNA-disease association prediction in the future.

Background

MicroRNAs (miRNAs) are a kind of endogenous non-coding RNA with a length of ~ 22 nt, which regulates the expression of target mRNAs by controlling the expression of target genes through sequence complementary pairing [1]. The sequence of miRNA is very short, and it is only expressed in specific tissues or cells at specific stages, so miRNAs are not well known to people before and usually called dark matter in life [2]. In 1993, Lee et al. [3] identified the first miRNA gene, lin-4, in Caenorhabditis elegans. Since then, numerous studies have shown that miRNAs play an important role in life processes, including cell metabolism, proliferation, apoptosis, and development [4,5,6,7,8]. Besides, miRNAs are also involved in the occurrence and development of many Human diseases, such as prostatic neoplasms, breast neoplasms, and so on [9,10,11]. Therefore, identifying potential miRNA-disease associations is crucial in the research and treatment of Human diseases. Traditional experimental methods have high accuracy in predicting the miRNA-disease associations, but such methods are often limited to the disadvantages of small scale, high time-consuming, and high cost. Hence, using computational methods to predict the potential associations has gradually attracted more and more researchers [12, 13].

In the past few years, there are many computational methods have been developed to predict the miRNA-disease associations. For example, Chen et al. [14] developed a model named RBMMMDA, which utilizing the restricted Boltzmann machine to predict multi-type associations between miRNAs and diseases. This method can not only discover new potential associations between miRNAs and diseases but also indicate the corresponding association types. Chen et al. [15] proposed a novel method based on heterogeneous graph inference (HGIMDA). This approach takes advantage of the miRNA functional similarity, disease semantic similarity, Gaussian interaction profile kernel similarity, and known miRNA-disease associations. It breaks through the limitations of traditional methods and can be used for new miRNAs and diseases without any known associations. You et al. [16] constructed a heterogeneous graph and utilized the depth-first search algorithm (PBMDA). Compared with other previous models, this method has better reliability and accuracy. Chen et al. [17] proposed a new method of within and between score, named WBSMDA. This method can be used for diseases without any known related miRNAs. Wang et al. [18] proposed a method of the logistic model tree (LMTRDA) by combining miRNA sequence information, miRNA functional similarity, and disease semantic similarity. Li et al. [19] designed a novel method (MCMDA) for the prediction of potential miRNA-disease associations by updating the known association adjacency matrix. Zheng et al. [20] developed a prediction model based on the machine learning method. This model combines Gaussian interaction spectrum kernel similarity information, disease semantic similarity, and miRNA functional similarity and sequence information. Furthermore, it respectively utilizes the auto-encoder neural network (AE) and random forest for feature extraction and training. Zheng et al. [21] developed a novel model based on the distance sequence similarity method (DBMDA). This method utilizes the regional distance to calculate the global similarity and is implemented through a chaotic game representation algorithm based on miRNA sequences, which provides a new idea for the field of miRNA-disease prediction. Zeng et al. [22] summarized the calculation methods for predicting the potential associations between miRNA and disease based on biological interaction networks. By discussing the advantages and disadvantages of these methods, they provided constructive help for this problem. Zou et al. [23] developed two miRNA-disease association computational methods, one method uses social network analysis methods and machine learning, and the other is supervised machine learning methods, both of which have achieved excellent prediction results. Zeng et al. [24] constructed a heterogeneous network by integrating the neighborhood information in the neural network to predict the miRNA-disease associations (NNMDA). By comparing with other methods, the prediction performance of NNMDA is more accurate and reliable.

At present, most existing state-of-the-art algorithms only make use of the single known miRNA-disease associations for potential miRNA-disease association prediction. However, diseases are mainly caused by the disturbance of a complex of interacting multiple biomolecules, rather than the abnormity of a single biomolecule. In addition, the functionally dependent molecular components in Human cells form a complex biological network, in which proteins are an important part of Human tissues and cells. The protein-miRNA associations and protein-disease associations have been confirmed by many previous experiments [25,26,27]. Therefore, we proposed a novel method to predict the miRNA-disease associations by preserving behavior and attribute information based on the heterogeneous miRNA-protein-disease network and the GraRep network embedding method (NEMPD). More specifically, we firstly constructed and comprehensively analyzed a heterogeneous miRNA-protein-disease network by integrating the miRNA-protein and protein-disease associations (see Fig. 1). Secondly, the network representation method can be used to get the embedding representation of nodes from the network while maintaining the network property. In recent years, network embedding methods such as LINE [28], DeepWalk [29] and so on, have been applied to several bioinformatics problems and have good performance. In this article, we choose the GraRep [30] method to learn the association information with proteins (behavior information) of miRNAs and diseases. Thirdly, the behavior information of miRNAs and diseases is combined with their own attribute information (disease semantic similarity and miRNA sequence information) to represent the 16,427 known miRNA-disease pairs downloaded from HMDD [31] database. Finally, the Random Forest classifier was utilized to train the converted miRNA-disease feature pairs. The pipeline of NEMPD is shown in Fig. 2. In the experimental results, under five-fold cross-validation, the average AUC and AUPR of NEMPD is respectively 0.9158 and 0.9233. Furthermore, we measured the performance of NEMPD with different feature combinations and classifiers. Besides, in order to further test the performance of NEMPD, we conducted case studies of three major Human diseases. All the results demonstrate that NEMPD has a good performance and can be used as a reliable model in the field of miRNA-disease association prediction.

Fig. 1
figure 1

The miRNA-protein-disease network. The association network is constructed by combining the known miRNA-protein and protein-disease associations. Each node respectively represents miRNA, protein and disease, and each edge represents the relationship between the two biomolecules

Fig. 2
figure 2

The pipeline of NEMPD. DSS represents disease semantic similarity

Results and discussion

The five-fold cross-validation performance of NEMPD

To evaluate the prediction performance of NEMPD, we adopted the 5-fold cross-validation method in our experiment. Specifically, we firstly divide the training set into five parts, where the ratio of positive and negative samples is the same in each part. Each time we select 4 parts as the training sample and the remaining 1 part as the test sample, and then repeat the experiment 5 times. In the results, we selected six parameters as evaluation indicators: accuracy (Acc.), precision (Prec.), matthews correlation coefficient (MCC), specificity (Spec.), sensitivity (Sen.) and areas under the ROC curve (AUC). Table 1 shows the results of each fold in detail. The final results well proved the good performance of NEMPD in the prediction of potential miRNA-disease associations.

Table 1 The 5-fold cross-validation performance of NEMPD

The ROC (Receiver Operating Characteristic) curve is often used to evaluate the advantages and disadvantages of a binary classifier, and to measure the non-equilibrium in classification. The abscissa of the ROC curve is FPR (false positive rate), which means the number of cases predicted to be positive among all negative cases. The ordinate of the ROC curve is TPR (true positive rate), which means the total predicted true positive samples. The AUC is defined as the areas under the ROC curve, with values generally ranging from 0.5 to 1. In general, the reason why AUC is usually used as an evaluation indicator in most cases is that the ROC curve cannot clearly indicate which classifier has a better effect. The PR (Precision-Recall) curve is another tool for evaluating the classification ability of machine learning algorithms for a given data set. Moreover, when dealing with some highly imbalanced data sets, the PR curve can display more information and find more problems. Similarly, the AUPR is defined as the areas under the PR curve. The ROC and PR curves of NEMPD under 5-fold cross-validation are respectively shown in Figs. 3 and 4. As we can be seen from the figure, the mean AUC and AUPR of NEMPD is 0.9158 and 0.9233, respectively. Generally, the results fully demonstrate that NEMPD has a good performance in the field of potential miRNA-disease association prediction.

Fig. 3
figure 3

The 5-fold cross validation ROC curves and AUC of NEMPD

Fig. 4
figure 4

The 5-fold cross validation PR curves and AUPR of NEMPD

Comparison with different feature combinations

In order to verify the validity of the proposed feature representation information, we discussed the influence of different feature combinations on the results of NEMPD. In detail, the combination 1 is only composed of the attribute information of miRNAs and diseases, the combination 2 is only composed of behavior information of miRNAs and diseases, the combination 3 is composed of attribute and behavior information. These three different feature combinations were respectively used as training features of the random forest classifier and were verified under 5-fold cross-validation. The detailed results and ROC and PR curves are respectively shown in Table 2 and Fig. 5. In the end, the experimental results show that using the combination of attribute and behavior information as the final training feature vector can get better performance in the prediction.

Table 2 Performance of NEMPD with different combinations. Combination1 represents only attribute information. Combination2 represents only behavior information. Combination3 represents a combination of attribute and behavior information
Fig. 5
figure 5

The ROC and PR curves of NEMPD with different combinations. Three different feature combinations (only attribute information, only behavior information, attribute and behavior information) were respectively used as training features of the random forest classifier and verified under 5-fold cross-validation

Comparison with different classifier models

To verify the performance of the random forest classifier in NEMPD, we further compared it with three other different classifier models (KNN, Naive Bayes and Decision Tree). It is worth noting that all these four classifiers use the same data set, and all use the default parameters for training and prediction to ensure the effectiveness of the comparison. We also utilize these six parameters (accuracy (Acc.), precision (Prec.), matthews correlation coefficient (MCC), specificity (Spec.), sensitivity (Sen.) and areas under the ROC curve (AUC)) as evaluation indicators. As a result, the KNN model achieves the average AUC of 90.14 ± 0.48%, which the AUC value of each fold is 89.86, 89.52, 90.12, 90.73, and 90.47%. The Naive Bayes model achieves the average AUC of 88.98 ± 0.44%, which the AUC value of each fold is 88.79, 88.52, 88.84, 89.69, and 89.07%. The Decision Tree model achieves the average AUC of 82.20 ± 0.80%, which the AUC value of each fold is 81.66, 81.07, 82.59, 82.96, and 82.70%. The Random Forest model achieves the average AUC of 91.58 ± 0.54%, which the AUC value of each fold is 91.72, 90.70, 91.50, 92.06, and 91.93%. Details of the remaining 5 parameters are shown in Table 3, and Fig. 6 shows the ROC and PR curves of different classifiers. The results of the comparison experiment fully prove that the random forest classifier is more suitable for NEMPD. Although it is not as good as KNN and Naive Bayes in sensitivity, random forest performs better in accuracy and AUC, which can better reflect the classification ability of a model.

Table 3 Comparison of NEMPD with different classifiers
Fig. 6
figure 6

The ROC and PR curves of NEMPD with different classifiers

Case studies

To further verify NEMPD’s ability to discover potential miRNA-disease associations, we selected three common Human diseases (colon neoplasms, breast neoplasms, and lung neoplasms) to conduct the case studies, which is the most common experiment in miRNA-disease association prediction methods. After the experiment was completed, we selected the top 50 predicted associations between miRNAs and corresponding cancers and confirmed them with two other databases, dbDEMC [32] and miR2Disease [33].

Colon neoplasms are currently the third common gastrointestinal disease in the world [34, 35]. Furthermore, some of the potential miRNA-colon neoplasms associations have been verified by previous experiments, such as miR-17, miR-92a, miR-31, miR-155, and miR-21 [36]. These researches have demonstrated that miRNA is crucial for the prediction of colon neoplasms and can be used as an important biomarker for colon neoplasms. Therefore, the prediction of miRNA-colon neoplasms associations is very important for the treatment and diagnosis of colon neoplasms. In this work, we sorted the final prediction results of NEMPD according to the prediction score. Finally, 48 of the top 50 miRNAs are verified to be associated with colon neoplasms through the miR2Disease and dbDEMC databases (see Table 4). For example, hsa-miR-20a-5p has been experimentally confirmed to be associated with colon neoplasms [37]. This method draws conclusions through statistical analysis of population-based colorectal cancer studies conducted in Utah and the Kaiser Permanente Medical Care Project (PMID: 26963002).

Table 4 The top 50 miRNAs associated with colon neoplasms were predicted by NEMPD. The top 1–25 associated miRNAs were shown in the first column. The top 26–50 associated miRNAs were shown in the third column

Breast neoplasms are another common malignant tumor that mainly occurs in women. In the United States, there are about 180,000 new breast patients each year, and about 40,000 die from breast neoplasms. In recent years, the incidence of breast neoplasms in China is also rising and has become the second leading cause of cancer death after lung neoplasms. As a small molecule RNA, miRNA can inhibit breast neoplasms by inhibiting its target mRNA. Besides, the miRNA-breast neoplasms associations have been verified by many previous works of literature. For example, miR-21 has been found to be excessive in breast neoplasms [38], while miR-429 and miR-200c are down-regulated [39]. Similarly, we sorted the final prediction results according to the prediction score. Finally, 47 of the top 50 miRNAs are verified to be associated with breast neoplasms through the miR2Disease and dbDEMC databases (see Table 5). For example, hsa-miR-93-5p has been experimentally proved to be related to breast neoplasms [40] (PMID: 24865188).

Table 5 The top 50 miRNAs associated with breast neoplasms were predicted by NEMPD. The top 1–25 associated miRNAs were shown in the first column. The top 26–50 associated miRNAs were shown in the third column

Lung neoplasms are a common tumor disease worldwide and one of the leading causes of cancer death. It is also one of the fastest-growing morbidity and mortality rates and the most threatening to the health and life of the population. In recent years, the incidence and mortality of lung cancer in many countries have increased significantly. In addition, miRNAs have been confirmed by many previous researches that are crucial in the early treatment and diagnosis of lung neoplasms. For example, Yanaihara et al. [41] found that the expression of 17 miRNAs in lung cancer cells has changed compared to normal cells through microarray analysis. Mascaux et al. [42] also found that the expression profile of miRNAs also changed during the entire process of lung cancer. Similarly, we sorted the final prediction results of NEMPD according to the prediction score. Finally, 47 of the top 50 miRNAs were verified to be related to lung neoplasms by the dbDEMC and miR2Disease databases (see Table 6).

Table 6 The top 50 miRNAs associated with lung neoplasms were predicted by NEMPD. The top 1–25 associated miRNAs were shown in the first column. The top 26–50 associated miRNAs were shown in the third column

Conclusion

The prediction of potential miRNA-disease associations by using computational models addresses the disadvantages of high time-consuming and cost of traditional methods, and provides data support for traditional experimental researches. In this article, we proposed a novel computational model (NEMPD) by constructing a heterogeneous miRNA-protein-disease network based on known miRNA-protein and protein-disease associations and utilizing the GraRep network embedding method to obtain network behavior information (association information with proteins) of miRNA and disease. After that, their intrinsic attribute and behavior information are combined into the final node feature vectors. Finally, the converted known miRNA-disease pairs are used for training and prediction by the random forest classifier. In the results, NEMPD obtained the average AUC and AUPR values of 0.9158 and 0.9233 under 5-fold cross-validation. Moreover, we also verified colon neoplasms, breast neoplasms, and lung neoplasms for case studies, and respectively confirmed 48, 47, and 47 miRNAs in the top 50 prediction results. All the experimental results proved that NEMPD can effectively predict potential miRNA-disease associations and can also be extended to other biological small molecule association prediction researches.

Methods

Construct the miRNA-protein-disease association network

The miRNA-protein-disease association network is constructed by combining the known miRNA-protein and protein-disease associations. More specifically, the miRNA-protein and protein-disease associations are respectively obtained from the miRTarBase [43] and DisGeNET database [44]. After that, we unified identifiers and simplified unrelated items. Finally, a total of 4944 groups of miRNA-protein associations and 25,087 groups of protein-disease associations were acquired (see Table 7). In addition, we further classified the three types of nodes in the network and separately calculate the number of them. Finally, 271 miRNA nodes, 1147 protein nodes and 693 disease nodes were respectively got (see Table 8).

Table 7 The associations in the miRNA-protein-disease network
Table 8 The nodes in the miRNA-protein-disease network

Numerical miRNA sequence information

In this work, the numerical miRNA sequence information derived from the miRbase [45] database was used as its own attribute information. At the same time, considering the simplicity of the experiment, we choose the 3-mer method to encode the miRNA sequences into 64(4 × 4 × 4) dimension vectors, where each dimension means the occurrence rate of the corresponding 3-mer of miRNA sequences (e.g. UGA, AGC, CUA).

Disease semantic similarity

Disease semantic similarity has been widely used in the identification of disease-related miRNAs, and its effectiveness has been fully proved in a large number of previous studies [46,47,48,49,50]. Therefore, we choose to use disease semantic similarity to represent the attribute information of disease and calculate it based on its direct acyclic graphs (DAGs) and MeSH descriptors. For example, disease C can be described as DAG(C) = (D(C), E(C)), where D(C) is composed of the disease itself and its ancestor, and E(C) is composed of all edges from the parent node to the child node. Figure 7 below shows the DAG of lung neoplasms.

Fig. 7
figure 7

The DAGs of lung neoplasms. DAGs represents direct acyclic graphs

In traditional calculation models [46], disease terms at the same layer contribute the same semantic value to diseases. In fact, it is inaccurate to assign the same contribution value to two disease items on the same layer because they appear differently in the DAGs. In this article, we calculate the contribution of disease to the semantic value of disease C based on the assumption that the more specific diseases should contribute more to the semantic value of disease C. In this way, the contribution of a disease d to DAG(C) can be defined as follows:

$$ \left\{\begin{array}{c}{\mathrm{C}}_{\mathrm{C}}\left(\mathrm{d}\right)=1\ \mathrm{if}\ \mathrm{d}=\mathrm{C}\\ {}{\mathrm{C}}_{\mathrm{C}}\left(\mathrm{d}\right)=\max \left\{\Delta \ast {\mathrm{C}}_{\mathrm{C}}\left({\mathrm{d}}^{\prime}\right)|{\mathrm{d}}^{\prime}\in \mathrm{children}\ \mathrm{of}\ \mathrm{d}\right\}\ \mathrm{if}\ \mathrm{d}\ne \mathrm{C}\end{array}\right. $$
(1)

where ∆ is the semantic contribution factor. Therefore, the semantic value of disease C can be obtained by adding the contributions of all ancestor diseases and disease d itself:

$$ \mathrm{C}\left(\mathrm{C}\right)={\sum}_{d\in DAG(C)}{C}_C(t) $$
(2)

Besides, the semantic similarity between disease A and disease B can be obtained by adding together the contributions of disease terms shared by the two disease DAGs:

$$ \mathrm{SS}\left(\mathrm{A},\mathrm{B}\right)=\frac{\sum_{d\in D(A)\cap D(B)}\left({C}_A(d)+{C}_B(d)\right)}{C(A)+C(B)} $$
(3)

GraRep network embedding model

In many practical problems, information is usually organized using graphs, so it is important to learn useful information from graphs. One strategy for learning graph representations is that each node of the graph is represented by a low-dimensional vector, which contains meaningful semantic, relational, and structural information. GraRep [30] is one of these network embedding models for learning vector representations of weighted graph nodes. It utilizes low-dimensional vectors to represent the node vectors which appear in the graph, and integrate the global structure information of the graph into the learning process. By operating different global transformation matrices defined in the graph, GraRep can directly obtain the k-order relation information between nodes without involving a slow and complicated sampling process. Besides, different loss functions are used to capture different k-order local relation information, and matrix decomposition technology is used to optimize each model. In this way, the global representation of each vertex is constructed by combining different representations obtained from different models. This learned global representation can be used as a feature for further processing. More specifically, the basic steps of the whole algorithm are as follows:

  • Step 1. Get k-step transition probability matrix Ak, where k = 1,2...K.

Given the graph G, we can calculate the k-step transition probability matrix Ak by the product of the inverse of the degree matrix D and the adjacent matrix S (for weighted graphs, S is a real matrix; for unweighted graphs, S is a binary matrix).

  • Step 2. Get each k-step representation.

Get the k-step log probability matrix Xk, and minus the log(β) of each term, and replace the negative terms with 0. Then, construct the row representation vector of Wk. Finally, the k-step representation of each node in the graph was obtained.

  • Step 3. Connect all k-step representations.

All the k-step representations are linked together to form a global representation, which can be used as features in other tasks.

Table 9 describes the whole algorithm in detail.

Table 9 The GraRep overall algorithm

Node representation

In order to improve the accuracy of the training results, we added the attribute information on the basis of the network behavior information of miRNAs and diseases to represent the final feature information of known miRNA-disease training pairs. Among them, the network behavior information of miRNA and disease nodes is extracted based on the miRNA-protein-disease network and the GraRep network embedding method. After that, we respectively select the sequence feature and semantic similarity information as the attribute feature of miRNA and disease. Finally, the known miRNA-disease training pairs are transformed into a 128-dimensional feature vector for training and prediction by using a random forest classifier.

Availability of data and materials

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

Abbreviations

GraRep:

Learning Graph Representations with Global Structural Information

AUC:

the areas under the Receiver Operating Characteristic curve

AUPR:

the areas under the Precision-Recall curve

DAGs:

direct acyclic graphs

DSS:

disease semantic similarity

HMDD:

human microRNA disease database

References

  1. Fire A, Xu S, Montgomery MK, Kostas SA, Driver SE, Mello CC. Potent and specific genetic interference by double-stranded RNA in Caenorhabditis elegans. Nature. 1998;391(6669):806.

    Article  CAS  PubMed  Google Scholar 

  2. Vasudevan S, Tong Y, Steitz JA. Switching from repression to activation: microRNAs can up-regulate translation. Science. 2007;318(5858):1931–4.

    Article  CAS  PubMed  Google Scholar 

  3. Bartel DP. MicroRNAs: genomics, biogenesis, mechanism, and function. Cell. 2004;116(2):281–97.

    Article  CAS  PubMed  Google Scholar 

  4. Mattick JS, Makunin IV. Small regulatory RNAs in mammals. Human Molecular Genetics. 2005;14(suppl_1):R121–32.

    Article  CAS  PubMed  Google Scholar 

  5. Berezikov E, Plasterk RH. Camels and zebrafish, viruses and cancer: a microRNA update. Human Molecular Genetics. 2005;14(suppl_2):R183–90.

    Article  CAS  PubMed  Google Scholar 

  6. Bartel B. MicroRNAs directing siRNA biogenesis. Nat Struct Mol Biol. 2005;12(7):569.

    Article  CAS  PubMed  Google Scholar 

  7. Zamore PD, Haley B. Ribo-gnome: the big world of small RNAs. Science. 2005;309(5740):1519–24.

    Article  CAS  PubMed  Google Scholar 

  8. Croce CM. Calin GA: miRNAs, cancer, and stem cell division. Cell. 2005;122(1):6–7.

    Article  CAS  PubMed  Google Scholar 

  9. Iorio MV, Ferracin M, Liu C-G, Veronese A, Spizzo R, Sabbioni S, Magri E, Pedriali M, Fabbri M, Campiglio M. MicroRNA gene expression deregulation in human breast cancer. Cancer Res. 2005;65(16):7065–70.

    Article  CAS  PubMed  Google Scholar 

  10. Latronico MV, Catalucci D, Condorelli G. Emerging role of microRNAs in cardiovascular biology. Circ Res. 2007;101(12):1225–36.

    Article  CAS  PubMed  Google Scholar 

  11. Lynam-Lennon N, Maher SG, Reynolds JV. The roles of microRNA in cancer and apoptosis. Biol Rev. 2009;84(1):55–71.

    Article  PubMed  Google Scholar 

  12. Zou Q, Li J, Song L, Zeng X, Wang G. Similarity computation strategies in the microRNA-disease network: a survey. Briefings in functional genomics. 2016;15(1):55–64.

    CAS  PubMed  Google Scholar 

  13. Zhang X, Zou Q, Rodriguez-Paton A, Zeng X. Meta-path methods for prioritizing candidate disease miRNAs. IEEE/ACM Trans Computational Biol Bioinformatics. 2017;16(1):283–91.

    Article  Google Scholar 

  14. Chen X, Yan CC, Zhang X, Li Z, Deng L, Zhang Y, Dai Q. RBMMMDA: predicting multiple types of disease-microRNA associations. Sci Rep. 2015;5:13877.

    Article  PubMed  PubMed Central  Google Scholar 

  15. Chen X, Yan CC, Zhang X, You Z-H, Huang Y-A, Yan G-Y. HGIMDA: heterogeneous graph inference for miRNA-disease association prediction. Oncotarget. 2016;7(40):65257.

    Article  PubMed  PubMed Central  Google Scholar 

  16. You Z-H, Huang Z-A, Zhu Z, Yan G-Y, Li Z-W, Wen Z, Chen X. PBMDA: a novel and effective path-based computational model for miRNA-disease association prediction. PLoS Comput Biol. 2017;13(3):e1005455.

    Article  PubMed  PubMed Central  CAS  Google Scholar 

  17. Chen X, Yan CC, Zhang X, You Z-H, Deng L, Liu Y, Zhang Y, Dai Q. WBSMDA: within and between score for MiRNA-disease association prediction. Sci Rep. 2016;6:21106.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  18. Wang L, You Z-H, Chen X, Li Y-M, Dong Y-N, Li L-P, Zheng K. LMTRDA: using logistic model tree to predict MiRNA-disease associations by fusing multi-source information of sequences and similarities. PLoS Comput Biol. 2019;15(3):e1006865.

    Article  PubMed  PubMed Central  CAS  Google Scholar 

  19. Li J-Q, Rong Z-H, Chen X, Yan G-Y, You Z-H. MCMDA: matrix completion for MiRNA-disease association prediction. Oncotarget. 2017;8(13):21187–99.

    Article  PubMed  PubMed Central  Google Scholar 

  20. Zheng K, You Z-H, Wang L, Zhou Y, Li L-P, Li Z-W. MLMDA: a machine learning approach to predict and validate MicroRNA–disease associations by integrating of heterogenous information sources. J Transl Med. 2019;17(1):260.

    Article  PubMed  PubMed Central  CAS  Google Scholar 

  21. Zheng K, You Z-H, Wang L, Zhou Y, Li L-P, Li Z-W. Dbmda: a unified embedding for sequence-based mirna similarity measure with applications to predict and validate mirna-disease associations. Mol Ther Nucleic Acids. 2020;19:602–11.

  22. Zeng X, Zhang X, Zou Q. Integrative approaches for predicting microRNA function and prioritizing disease-related microRNA using biological interaction networks. Brief Bioinform. 2016;17(2):193–203.

    Article  CAS  PubMed  Google Scholar 

  23. Zou Q, Li J, Hong Q, Lin Z, Wu Y, Shi H, Ju Y. Prediction of microRNA-disease associations based on social network analysis methods. BioMed Res Int. 2015;2015:810514.

  24. Zeng X, Wang W, Deng G, Bing J, Zou Q. Prediction of potential disease-associated microRNAs by using neural networks. Molecular Therapy-Nucleic Acids. 2019;16:566–75.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  25. Mørk S, Pletscher-Frankild S, Palleja Caro A, Gorodkin J, Jensen LJ. Protein-driven inference of miRNA–disease associations. Bioinformatics. 2013;30(3):392–7.

    Article  PubMed  PubMed Central  CAS  Google Scholar 

  26. Didiano D, Hobert O. Perfect seed pairing is not a generally reliable predictor for miRNA-target interactions. Nat Struct Mol Biol. 2006;13(9):849.

    Article  CAS  PubMed  Google Scholar 

  27. Bernardi P, Krauskopf A, Basso E, Petronilli V, Blalchy-Dyson E, Di Lisa F, Forte MA. The mitochondrial permeability transition from in vitro artifact to disease target. FEBS J. 2006;273(10):2077–99.

    Article  CAS  PubMed  Google Scholar 

  28. Tang J, Qu M, Wang M, Zhang M, Yan J, Mei Q. LINE: Large-scale Information Network Embedding. In: Proceedings of the 24th International Conference on World Wide Web. Florence: International World Wide Web Conferences Steering Committee; 2015. p. 1067–77.

  29. Perozzi B, Al-Rfou R, Skiena S. DeepWalk: online learning of social representations. In: Proceedings of the 20th ACM SIGKDD international conference on Knowledge discovery and data mining. New York: Association for Computing Machinery; 2014. p. 701–10.

  30. Cao S, Lu W, Xu Q. GraRep: Learning Graph Representations with Global Structural Information. In: Proceedings of the 24th ACM International on Conference on Information and Knowledge Management. Melbourne: Association for Computing Machinery; 2015. p. 891–900.

  31. Huang Z, Shi J, Gao Y, Cui C, Zhang S, Li J, Zhou Y, Cui Q. HMDD v3. 0: a database for experimentally supported human microRNA–disease associations. Nucleic Acids Res. 2018;47(D1):D1013–7.

    Article  PubMed Central  CAS  Google Scholar 

  32. Yang Z, Ren F, Liu C, He S, Sun G, Gao Q, Yao L, Zhang Y, Miao R, Cao Y, et al. dbDEMC: a database of differentially expressed miRNAs in human cancers. BMC Genomics. 2010;11(4):S5.

  33. Jiang Q, Wang Y, Hao Y, Juan L, Teng M, Zhang X, Li M, Wang G, Liu Y. miR2Disease: a manually curated database for microRNA deregulation in human disease. Nucleic Acids Research. 2008;37(suppl_1):D98–D104.

    PubMed  PubMed Central  Google Scholar 

  34. Drusco A, Nuovo GJ, Zanesi N, Di Leva G, Pichiorri F, Volinia S, Fernandez C, Antenucci A, Costinean S, Bottoni A. MicroRNA profiles discriminate among colon cancer metastasis. PLoS One. 2014;9(6):e96670.

    Article  PubMed  PubMed Central  CAS  Google Scholar 

  35. Favoriti P, Carbone G, Greco M, Pirozzi F, Pirozzi REM, Corcione F. Worldwide burden of colorectal cancer: a review. Updat Surg. 2016;68(1):7–11.

    Article  Google Scholar 

  36. Rotelli M, Di Lena M, Cavallini A, Lippolis C, Bonfrate L, Chetta N, Portincasa P, Altomare D. Fecal microRNA profile in patients with colorectal carcinoma before and after curative surgery. Int J Color Dis. 2015;30(7):891–8.

    Article  CAS  Google Scholar 

  37. Pellatt DF, Stevens JR, Wolff RK, Mullany LE, Herrick JS, Samowitz W, Slattery ML. Expression profiles of miRNA subsets distinguish human colorectal carcinoma and normal colonic mucosa. Clin Transl Gastroenterol. 2016;7(3):e152.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  38. Chen H, Gu Z, An H, Chen C, Chen J, Cui R, Chen S, Chen W, Chen X, Chen X. Precise nanomedicine for intelligent therapy of cancer. SCIENCE CHINA Chem. 2018;61(12):1503–52.

    Article  CAS  Google Scholar 

  39. Wu H, Mo Y-Y. Targeting miR-205 in breast cancer. Expert Opin Ther Targets. 2009;13(12):1439–48.

    Article  CAS  PubMed  Google Scholar 

  40. Kolacinska A, Morawiec J, Pawlowska Z, Szemraj J, Szymanska B, Malachowska B, Morawiec Z, Morawiec-Sztandera A, Pakula L, Kubiak R. Association of microRNA-93, 190, 200b and receptor status in core biopsies from stage III breast cancer patients. DNA Cell Biol. 2014;33(9):624–9.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  41. Samal B, Sun Y, Stearns G, Xie C, Suggs S, McNiece I. Cloning and characterization of the cDNA encoding a novel human pre-B-cell colony-enhancing factor. Mol Cell Biol. 1994;14(2):1431–7.

    CAS  PubMed  PubMed Central  Google Scholar 

  42. Mascaux C, Iannino N, Martin B, Paesmans M, Berghmans T, Dusart M, Haller A, Lothaire P, Meert A-P, Noël S. The role of RAS oncogene in survival of patients with lung cancer: a systematic review of the literature with meta-analysis. Br J Cancer. 2005;92(1):131.

    Article  CAS  PubMed  Google Scholar 

  43. Chou C-H, Shrestha S, Yang C-D, Chang N-W, Lin Y-L, Liao K-W, Huang W-C, Sun T-H, Tu S-J. Lee W-H: miRTarBase update 2018: a resource for experimentally validated microRNA-target interactions. Nucleic Acids Res. 2017;46(D1):D296–302.

    Article  PubMed Central  CAS  Google Scholar 

  44. Piñero J, Bravo À, Queralt-Rosinach N, Gutiérrez-Sacristán A, Deu-Pons J, Centeno E, García-García J, Sanz F, Furlong LI. DisGeNET: a comprehensive platform integrating information on human disease-associated genes and variants. Nucleic Acids Res. 2017;45(D1):D833–9.

  45. Kozomara A, Birgaoanu M. Griffiths-Jones S: miRBase: from microRNA sequences to function. Nucleic Acids Res. 2018;47(D1):D155–62.

    Article  PubMed Central  CAS  Google Scholar 

  46. Chen X, Yan CC, Luo C, Ji W, Zhang Y, Dai Q. Constructing lncRNA functional similarity network based on lncRNA-disease associations and disease semantic similarity. Sci Rep. 2015;5:11338.

    Article  PubMed  PubMed Central  Google Scholar 

  47. Chen X. Predicting lncRNA-disease associations and constructing lncRNA functional similarity network based on the information of miRNA. Sci Rep. 2015;5:13186.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  48. Wang D, Wang J, Lu M, Song F, Cui Q. Inferring the human microRNA functional similarity and functional network based on microRNA-associated diseases. Bioinformatics. 2010;26(13):1644–50.

    Article  CAS  PubMed  Google Scholar 

  49. Xuan P, Han K, Guo M, Guo Y, Li J, Ding J, Liu Y, Dai Q, Li J, Teng Z. Prediction of microRNAs associated with human diseases based on weighted k most similar neighbors. PLoS One. 2013;8(8):e70204.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  50. Ji B-Y, You Z-H, Cheng L, Zhou J-R, Alghazzawi D, Li L-P. Predicting miRNA-disease association from heterogeneous information network with GraRep embedding model. Sci Rep. 2020;10(1):6658.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

Download references

Acknowledgments

Not applicable.

Funding

This work is supported by the NSFC Excellent Young Scholars Program, under Grants 61722212, in part by the National Science Foundation of China under Grants 61873212, 61861146002, 61732012, in part by the West Light Foundation of the Chinese Academy of Sciences, Grants 2017-XBZG-BR-001. The funder had no role in study design, data collection and analysis, decision to publish, or preparation of the manuscript.

Author information

Authors and Affiliations

Authors

Contributions

B.Y.J. developed the prediction experiment, analyzed the results, and wrote the paper. Z.H.Y., Z.H.C., W.L. and H.C.Y processed the data set and conceived the experiment. All the authors have read and approved the final manuscript.

Corresponding author

Correspondence to Zhu-Hong You.

Ethics declarations

Ethics approval and consent to participate

Not applicable.

Consent for publication

Not applicable.

Competing interests

The authors declare that they have no competing interests.

Additional information

Publisher’s Note

Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Rights and permissions

Open Access This article is licensed under a Creative Commons Attribution 4.0 International License, which permits use, sharing, adaptation, distribution and reproduction in any medium or format, as long as you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons licence, and indicate if changes were made. The images or other third party material in this article are included in the article's Creative Commons licence, unless indicated otherwise in a credit line to the material. If material is not included in the article's Creative Commons licence and your intended use is not permitted by statutory regulation or exceeds the permitted use, you will need to obtain permission directly from the copyright holder. To view a copy of this licence, visit http://creativecommons.org/licenses/by/4.0/. The Creative Commons Public Domain Dedication waiver (http://creativecommons.org/publicdomain/zero/1.0/) applies to the data made available in this article, unless otherwise stated in a credit line to the data.

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Ji, BY., You, ZH., Chen, ZH. et al. NEMPD: a network embedding-based method for predicting miRNA-disease associations by preserving behavior and attribute information. BMC Bioinformatics 21, 401 (2020). https://doi.org/10.1186/s12859-020-03716-x

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/s12859-020-03716-x

Keywords