Next Article in Journal
The Effect of Gout on Thyroid Cancer Incidence: A Nested Case-Control Study Using a National Health Screening Cohort
Previous Article in Journal
Impaired Interhemispheric Synchrony in Parkinson’s Disease with Fatigue
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

MDMF: Predicting miRNA–Disease Association Based on Matrix Factorization with Disease Similarity Constraint

Major of Big Data Convergence, Division of Data Information Science, Pukyoung National University, Busan 48513, Korea
Submission received: 8 May 2022 / Revised: 24 May 2022 / Accepted: 25 May 2022 / Published: 27 May 2022

Abstract

:
MicroRNAs (miRNAs) have drawn enormous attention owing to their significant roles in various biological processes, as well as in the pathogenesis of human diseases. Therefore, predicting miRNA–disease associations is a pivotal task for the early diagnosis and better understanding of disease pathogenesis. To date, numerous computational frameworks have been proposed to identify potential miRNA–disease associations without escalating the costs and time required for clinical experiments. In this regard, I propose a novel computational framework (MDMF) for identifying potential miRNA–disease associations using matrix factorization with a disease similarity constraint. To evaluate the performance of MDMF, I calculated the area under the ROC curve (AUCs) in the framework of global and local leave-one-out cross-validation (LOOCV). In conclusion, MDMF achieved reliable AUC values of 0.9147 and 0.8905 for global and local LOOCV, respectively, which was a significant improvement upon the previous methods. Additionally, case studies were conducted on two major human cancers (breast cancer and lung cancer) to validate the effectiveness of MDMF. Comprehensive experimental results demonstrate that MDMF not only discovers miRNA–disease associations efficiently but also deciphers the underlying roles of miRNAs in the pathogenesis of diseases at a system level.

1. Introduction

MicroRNAs (miRNAs) are a type of non-coding RNA consisting of 19–22 nucleotides. miRNAs have been reported to be involved in the regulation of gene expression at the post-transcriptional level. They bind to the 3′ untranslated regions (UTRs) of target mRNAs through base paring [1,2,3]. Since the first two miRNAs were discovered, Caenorhabditis elegans lin-4 and let-7, and numerous more miRNAs have been discovered thanks to the high-throughput techniques [4,5]. Furthermore, increasing evidence indicates that miRNAs play crucial roles in various biological processes. For example, miRNAs are found to be involving in aging [6], apoptosis [7], cell development [8] differentiation [9], and proliferation [10]. As such, abnormalities and dysfunction of miRNAs may be involved in various disease incidents, including cancers, cardiovascular diseases, and nervous system disorders [11]. For example, miR-21 has been found to play a significant role in regulating the expression of MAP2K3, a tumor repressor gene related to hepatocellular carcinoma cell proliferation [12]. In addition, studies have shown that mir-31 and mir335 are involved in suppressing breast cancer [13,14,15]. Therefore, it is necessary to determine the role of miRNAs as biomarkers, which could not only improve the understanding of disease pathogenesis but also contribute to the treatment and detection of complex human diseases. In this regard, efforts have focused on identifying the relationship between miRNAs and diseases through biological experiments such as microarray profiling and qRT-PCR. However, considering the cost and complexity of biological experiments, computational approaches for studying disease-related miRNAs may be a good alternative for reducing the time and money required for clinical methods.
Most previous computational approaches have predicted miRNA–disease associations based on the biological hypothesis that functionally related miRNAs tend to be associated with phenotypically similar diseases [16]. The most intuitive way of reflecting this assumption is to construct a miRNA similarity network, where nodes represent the miRNAs and edges represent functional similarities among the miRNAs. Potential disease-related miRNAs can be identified by observing their neighbors in the miRNA similarity network. In this regard, several computational methods have been proposed to efficiently identify disease-related miRNAs. Xuan et al. proposed a computational model called HDMP for predicting miRNA–disease associations by considering the network using k-nearest neighbors in the network [16]. HDMP identified potential disease-related miRNAs based on the assumption that miRNAs in the same cluster or family tend to be associated with phenotypically similar diseases. However, HDMP cannot be applied to miRNAs with no disease associations. Jiang et al. developed a hypergeometric distribution-based prediction model by employing a miRNA functional similarity network, a disease phenotype similarity network, and a human miRNA–disease association network [17]. However, this model limits further improvement by considering only the local information in the network. Mørk et al. presented a prediction model of miRPD that utilizes miRNA–disease associations and disease–protein associations. This model has the prediction power of predicting both disease-related miRNAs and proteins. [18]. In miRPD, proteins are used to link the associations between miRNAs and diseases. However, their high dependency on protein information limits the application of miRNAs with no protein links. Chen et al. developed the computational model called random walk with restart for miRNA–disease association (RWRMDA) [19]. RWRMDA is based on the assumption that applying global information in a network better captures miRNA–disease associations than using only local information. To infer novel miRNA–disease associations, a random walk with a restart algorithm was implemented in a pre-constructed miRNA functional similarity network (MFSN), until the probability of each node became stable. However, this model still fails to predict miRNAs with no disease association, which limits further improvement. Chen et al. developed another prediction framework of WBSMDA [20]. WBSMDA integrated various heterogeneous biological datasets such as known Gaussian interaction profile kernel similarity, disease semantic similarity network, miRNA functional similarity network, and known miRNA–disease associations. Compared to previous models, WBSMDA could effectively work on new miRNAs with no disease associations and diseases with no miRNA associations, which improved prediction accuracy. Chen et al. developed a prediction model called the HGIMDA [21]. By integrating various similarity values, such as miRNA functional similarity, disease semantic similarity, Gaussian interaction profile kernel, HGIMDA identified miRNA–disease associations by searching three-length paths in the heterogeneous network. Shi et al. developed a computational framework for disease-related miRNA prioritization by implementing a random walk on a protein–protein interaction (PPI) network [22]. In this study, miRNA target genes and causal genes of diseases were mapped onto the PPI network to investigate miRNA–disease associations. Ha et al. developed a network-based model for identifying disease-related miRNAs based on the assumption that functionally similar miRNAs tend to share a large proportion of common environmental factors (EFs) [23]. EFs are known to be important for miRNA regulation. However, this model can improve performance by considering the chemical compounds among EFs. In summary, the aforementioned similarity-based methods are highly dependent on disease-related miRNAs, which limits their further improvement.
Owing to recent advancements, machine learning is being widely used in various areas of research [24,25,26,27]. To elucidate the role of miRNAs in tumorigenesis and disease pathogenesis, considerable efforts have been made to reveal miRNA–disease associations based on machine learning models. The following miRNA–disease association prediction method can be categorized into machine leaning-based models. Ha et al. used matrix factorization to identify novel disease-related miRNAs [28]. This model effectively enhanced performance by applying miRNA expression as a weight for the matrix factorization objective function. Chen et al. proposed a computational model called a restricted Boltzmann machine for inferring potential miRNA–disease associations, for multiple types of miRNA–disease association predictions (RLSMDA) [29]. Semi-supervised learning was performed to predict novel disease-related miRNAs without the use of negative samples. However, choosing the appropriate parameters for the classifiers from two different spaces remains a problem. Chen et al. also proposed the prediction model called the RBMMMDA [30], which is a two-layer undirected graphical model consisting of visible layers and hidden units. RBMMMDA is not only capable of predicting disease-related miRNAs, but also determining the corresponding types. Li et al. proposed a matrix completion-based model for miRNA–disease association prediction called MDMDA [31], which uses a singular value thresholding (SVT) algorithm based on a binary adjacency matrix. Xio et al. presented a computational model called GRNMF. In this study, the authors measured the interaction profiles of diseases and miRNAs using a weighted gene network [32]. Chen et al. further developed a novel computational model to infer potential miRNA–disease associations, called IMCMDA [33]. By measuring comprehensive similarities among miRNAs and diseases, IMCMDA performed satisfactorily in detecting disease-related miRNAs. Chen et al. also proposed a model called MDHGI, which identifies potential miRNA–disease associations using a matrix decomposition algorithm based on the Gaussian interaction profile kernel, disease semantic similarity, and miRNA functional similarity [34]. Chen et al. developed a model called RKNNMDA that uses support vector machine by exploring the k-nearest neighbors of diseases and miRNAs to prioritize disease-related miRNAs based on weighted voting [35].
Predicting miRNA–disease associations can be regarded as the type of problem suited for recommender systems, where the goal is to infer the most plausible rating scores that a user might assign to a certain item. Among the various machine-learning algorithms, matrix factorization has achieved immense success in recommender systems. Thus, various models have been developed to transform the task of prediction potential miRNA–disease associations into a recommender task [36,37]. The key idea of matrix factorization is to find two non-negative matrices, called latent spaces, whose product approximates the observed value in the original matrix. In other words, they map miRNAs and diseases into a shared latent space to represent a vector of latent features. After the optimization process, the inner product of each latent space can be used to identify the relationship between miRNAs and diseases.
Various matrix factorization-based models have been developed to enhance prediction accuracy by injecting additional information, a process called implicit feedback. Because of high-throughput techniques, large amounts of biological data are now readily available, which helps decipher the underlying roles of miRNAs in pathological and physiological activities. Therefore, it is necessary to take considerations of using additional biological data, a notion that led to the design of the matrix factorization architecture in this study.
Here, I propose an effective and feasible computational framework to predict miRNA–disease associations via matrix factorization with disease similarity constraint (MDMF). MDMF is a pioneering method that leverages known miRNA–disease associations, miRNA expression values, and disease semantic similarity, and it identifies potential miRNA–disease associations by satisfying the constraint that the cosine similarity of the disease latent space should be close to the value of the disease semantic matrix. As a result, MDMF achieved AUCs of 0.9147 and 0.8905 in the framework of global and local leave-one-out cross-validation (LOOCV), respectively, which is superior to previous methods. Furthermore, a literature analysis of the top 50 candidate miRNAs related to breast and lung cancers clearly demonstrated the effectiveness of MDMF.

2. Materials and Methods

In this section, I first enumerate the datasets used for the MDMF and then formulate the matrix factorization model to address the task of predicting miRNA–disease associations. The MDMF can be divided into three steps. First, a miRNA–disease association matrix is constructed based on the known miRNA–disease association network. In a similar way, a disease–disease similarity matrix is created through the mesh descriptor. Second, by combining miRNA expression value as a weight for the objective function, the matrix factorization model is efficiently learned. Finally, through the MDMF, each miRNA is given a score for association with a disease, which is used as a basis for making actual predictions. The main goal of MDMF is to predict miRNA–disease associations. In other words, MDMF determines whether each miRNA is associated with a disease or not. Therefore, predicting the relationship between miRNA and disease can be considered as binary classification. The overall workflow of MDMF is shown in Figure 1.

2.1. Human miRNA–Disease Association Data

With the discovery of numerous miRNAs through accumulated evidence, various databases have been developed to store information regarding these miRNAs. Hence, the author obtained human miRNA–disease associations from public databases (HMDD v3.2, dbDEMC, and miR2Disease). HMDD v2.0 contains 5430 known miRNA-disease associations for 495 miRNAs and 383 diseases that are based on verified experimental results [38]. dbDEMC v2.0 contains information on miRNA–disease associations regarding on 2224 miRNAs and 36 diseases [39]. miR2disease contains information on 3723 miRNA–disease associations for 349 miRNAs and 136 diseases [40]. The author removed duplicate entities and unified disease names by utilizing the MeSH disease terms. Each dataset contains information indicating the relationship between miRNA and disease. It can be considered as binary information representing disease and miRNA relationships. By integrating each data set, it was used as original miRNA–disease association matrix for matrix factorization. The original miRNA–disease association matrix can be defined as:
y u i = { 1 ,       miRNA i and   disease i is   related 0 , otherwise

2.2. miRNA Expression Data

Despite the success of matrix factorization in machine learning, it suffers from an inherent limitation that lowers prediction accuracy owing to the lack of observations (i.e., known miRNA–disease associations), that lowers prediction accuracy. Owing to high-throughput techniques, vast amounts of omics data are now publicly available, which provide clues for predicting potential links between miRNAs and diseases. To this end, using miRNA expression values could be a great alternative for uncovering the hidden functions of miRNAs involved in disease pathogenesis. A value of 0 in the original matrix does not necessarily indicate that miRNA m is not related to disease d; it is possible that this relationship has not yet been revealed. Therefore, the author assigned miRNA expression values for entries that did not have known miRNA–disease associations. MiRNA expression value consists of numerical information and it was normalized through min–max normalization. When a specific condition is given (disease), a high miRNA expression value means that the condition and miRNA are correlated. The miRNA expression data were obtained from The Cancer Genome Atlas (TCGA), which provides comprehensive proteomic, epigenomic, genomic, and transcriptomic data [41].

2.3. Disease Semantic Similarity

In this study, the author used a hierarchical directed acyclic graph (DAG) to calculate similarities between diseases. Generally, a directed acyclic graph (DAG) can be utilized to model the likelihood of pairwise relationships between two nodes. By introducing DAG, which captures the semantics behind disease similarities, I was able to calculate precise similarities among diseases, which is paramount for enhancing the performance in the identification of disease-related miRNAs. Disease D can be expressed as DAG(D) = (D, T(D), E(D)). T(D) stands for the ancestor nodes of node D, including node D itself, and E(D) denotes its direct edges from general terms (parent nodes) to more specific terms (child nodes) [42]. The author downloaded the Disease Mesh descriptor from the National Library of Medicine (http://www.nlm.nih.gov) to construct the hierarchical directed acyclic graph [43], where the disease semantic similarity D can be expressed as follows:
D V ( D ) = t T ( D ) D D ( d )
{ D D ( d ) = 1 D D ( d ) = max { Δ * D D ( d ) | d c h i l d r e n   o f   d }   i f   d     D
where Δ is the semantic contribution factor. The author assigned a higher disease semantic similarity value if a disease pair shared a larger portion of DAGs. The disease semantic similarity between d(i) and d(j) can be calculated as follows:
S S 1 ( d ( i ) , d ( j ) ) = t T ( i )   T ( j ) ( D i ( t ) + D j ( t ) ) D V ( i ) + D V ( j )

2.4. Gaussian Interaction Profile Kernel Disease Similarity

Gaussian interaction profile (GIP) kernel similarities for diseases are calculated based on the biological hypothesis that phenotypically similar diseases tend to associate with functionally similar miRNAs [37]. The binary vector IP(d(i)) represents the interaction profiles of disease d(i), which can be obtained from known associations between disease d(i) and each miRNA. The GIP similarity between d(i) and d(j) is defined as follows:
G S ( d ( i ) , d ( j ) ) = exp ( r d | | I P ( d ( i ) ) I P ( d ( j ) ) | | 2 )
Here, rd denotes the hyperparameter for the bandwidth of the kernel that can be measured by normalizing rd. rd represents the average number of related miRNAs per disease.
r d = r d 1 n d i = 1 n d | | I P ( d ( i ) | | 2

2.5. Integrated Disease Similarity

Owing to the reason that disease semantic similarities do not cover all the similarities between the diseases, the author combined the disease semantic similarity SS and Gaussian interaction kernel similarity GS for obtaining comprehensive disease similarities. The integrated similarity between d(i) and d(j) is calculated as follows:
S d ( d ( i ) , d ( j ) ) = { S S ( d ( i ) , d ( j ) ) ,   i f   d ( i )   a n d   d ( j )   h a s   s e m a n t i c   s i m i l a r i t y G S ( d ( i ) , d ( j ) , o t h e r w i s e

2.6. EMDMF

Matrix factorization has shown great performance in recommender systems, where its goal is to predict the most plausible rating scores that a user might give to certain items. Therefore, numerous computational models use matrix factorization to perform various research tasks, including the identification of disease-related miRNAs. The aim is to find two non-negative matrices, called latent spaces, whose product approximates the observed value in the original matrix. In this study, the author mathematically formulated the problem of predicting miRNA–disease associations by employing matrix factorization with a disease similarity constraint. Unlike previous methods, MDMF leverages integrated disease similarities to represent a more precise disease latent space. In summary, the goal of MDMF is to learn the two latent spaces whose products are close to the observed entries in the original matrix, whereas the cosine similarity of the disease latent space is close to the value of the integrated disease similarity matrix. This learning process is illustrated in Figure 2. Equation (8) illustrates the design of a matrix factorization objective function with a disease similarity constraint. All the notations are listed in Table 1.
min M , D 1 2 { i = 1 p j = 1 q w i j ( r i j d j T m i ) 2 + α j = 1 q k = j + 1 q ( S j k d j d k d j 2 d k 2 ) + λ 1 M F 2 + λ 2 D F 2 }
I computed the gradient of each latent vector and trained it using the gradient descent algorithm. The gradients are calculated as follows:
L m i = j = 1 q w i j ( d j T m i r i j ) d j + λ 1 m i
L d j = i = 1 p w i j ( d j T m i r i j ) m i + λ 2 d j + α k = j + 1 q { ( S j k d j d k d j 2 d k 2 ) ( 1 d k 2 ) ( d k d j 2 d j d k d j 2 3 d j ) }
Each miRNA disease latent space was updated in the opposite direction of the gradient with a magnitude proportional to the learning rate. This procedure can be expressed as follows:
i = 1   t o   p :   m i m i + η { j = 1 q w i j ( d j T m i r i j ) d j + λ 1 m i }
j = 1   t o   q :   d j d j + η { i = 1 q w i j ( r i j d j T m i ) m i λ 2 d j } + α k = j + 1 q { ( S j k d j d k d j 2 d k 2 ) ( 1 d k 2 ) ( d k d j 2 d j d k d j 2 3 d j ) }
Through Equation (12), the author aims to explicitly inject the integrated disease similarities into the disease latent space to obtain a more precise disease latent vector representation. Using the gradient descent algorithm, I could learn latent spaces (i.e., miRNA, disease) and identify potential miRNA–disease associations by taking the dot product of each latent space. All the notations are listed in Table 1.

3. Results

3.1. Evaluation Metric

To demonstrate the performance of the MDMF, the author implemented leave-one-out cross-validation (LOOCV) as an evaluation metric. In general, LOOCV can be considered as a special type of n-fold cross validation, in which each known miRNA–disease association is left out as a test sample, while the other samples are used as training samples [44]. Two types of LOOCV exist: global LOOCV and local LOOCV. Global LOOCV considers all diseases at once, whereas local LOOCV considers only one specific disease at a time. The main difference between global LOOCV and local LOOCV depends on whether all diseases were tested at the same time or not. By plotting the true positive rate (TPR, sensitivity) versus the false positive rate (FPR, 1-specificity), the author drew receiver operating characteristic (ROC) curves at different thresholds. In the ROC graph, the X-axis denotes the true positive rate (TPR) and the Y-axis represents the false positive rate (FPR). In general, the area under the ROC curve (AUC) is widely used to evaluate the performance of the model; AUC = 1 indicates perfect prediction performance and AUC = 0.5 denotes random selection [45]. In addition, several evaluation metrics including area under the precision-recall curve (AUPR), F1-measure (F1), accuracy (ACC), and Matthews correlation coefficient (MCC) were adopted to demonstrate the performance. PR curves are widely used in the field of machine learning, where unbalanced datasets are more often observed. Because of the imbalanced data sets, the PR curve is becoming a useful alternative, which can highlight the performance differences lost in the ROC curve. Accuracy refers to the number of correctly identified disease-related miRNAs among the selected miRNAs. Both the Matthews correlation coefficient (MCC) and F1 enable to establish the consistency of experimental results between both metrics and the proportion that change.

3.2. Performance Comparison with Previous Methods

Global LOOCV was used to demonstrate the performance enhancement by MDMF in predicting known miRNA–disease associations over existing state-of-the-art techniques. Comparative experiments were performed based on the source code provided in each paper. In other cases, the author directly implemented the code and implemented the experiments. As shown in Figure 3, MDMF, MDHGI [34], PMAMCA [28], MCMDA [31], RLSMDA [29], and RKNNMDA [35] obtained AUCs of 0.9147, 0.9040, 0.8967, 0.8768, 0.8588, and 0.7750, respectively, within the framework of global LOOCV. Next, I employed another evaluation metric local LOOCV to evaluate the robustness of MDMF in identifying known miRNA–disease associations. As shown in Figure 4, MDMF, PMAMCA [28], MDHGI [34], RKNNMDA [35], RWRMDA [23], MCMDA [31], and RLSMDA [29] achieved AUCs of 0.8905, 0.8693, 0.8427, 0.8292, 0.7937, 0.7850, and 0.7463, respectively, within the framework of local LOOCV. Furthermore, I performed additional experiments by adopting several other evaluation metrics, including area under the precision-recall curve (AUPR), Matthews correlation coefficient (MCC), F1-measure (F1), and accuracy (ACC). In conclusion, the experimental results (Table 2 and Table 3) of the various evaluation metrics clearly demonstrate the superior performance of MDMF compared to the previous state-of-the-art approaches.

3.3. Effect of Disease Similarity Constraint

An important criterion for evaluating the expandability of MDMF is whether the model achieves high performance while injecting a disease similarity constraint. The author assigned α as a hyper-parameter that controls the trade-off between the original matrix factorization and the disease similarity constraint. In extreme cases, if I employ a very small value of α, I only mine miRNA–disease associations and miRNA expression values for matrix factorization. However, if I employ a very large value of α, the integrated disease similarity information dominates the learning process. To demonstrate the effectiveness of injecting the disease similarity constraint, I evaluated changes in the AUCs by varying the value of α. As shown in Figure 5, a higher α yielded better performance. However, beyond a certain point (α = 0.7), the performance degraded. Therefore, the author fixed the optimal hyper-parameter value of α to 0.7 for our experiments. The experimental results for the various parameters are listed in Table 4.

3.4. Case Studies (Breast Cancer and Lung Cancer)

To confirm the robustness and effectiveness of MDMF in predicting miRNA–disease associations, the author conducted case studies on two major human cancers in context of the miRNA research: breast cancer and lung cancer.
Cancer is associated with abnormal cell growth, which can spread to nearby tissues. Among the various human cancers, breast cancer is a malignant neoplasm and is the most common cancer type among women. Therefore, I implemented a case study of breast cancer to demonstrate the performance of MDMF and prioritized the top 50 candidates based on the relatedness scores assigned by MDMF. As shown in Table 5, all 50 candidates were verified as true breast cancer-related miRNAs based on the answer set data. The author confirmed that all top 50 candidates were involved in breast cancer-related processes.
Lung cancer is the leading cause of cancer-related deaths in both men and women [46]. The dominant factor leading to lung cancer is exposure to cigarette smoke through active or passive smoking. Epidemiological research on lung cancer has demonstrated that miRNAs also play an important role in its pathogenesis. Therefore, I further carried out MDMF to predict potential lung cancer-related miRNAs. As shown in Table 6, the author verified that all top 50 miRNAs were related to lung cancer.

3.5. Survival Analysis

Survival analysis, also called event analysis, corresponds to the statistics for investigating the time it takes for some event of interest to occur. It is widely used in biomedical research, where the objective is to observe the time to death of patients. Therefore, I implemented Kaplan-Meier survival analysis to verify the effect of miRNAs on overall patient survival using the miRpower-Kaplan-Meier plotter web-tool [47]. Based on the top 50 candidates, miRNAs with a p-value < 0.005 were selected as potential biomarkers associated with breast cancer patients using the TCGA dataset. As shown in Figure 6, survival analysis of highly ranked candidates (hsa-miR-122, hsa-miR-138, hsa-miR-150, and hsa-miR-204) showed them to be associated with the overall survival of breast cancer patients, by comparing the difference between the high-risk and low-risk groups. In conclusion, the author demonstrated the prognostic power of differentially expressed miRNAs in breast cancer incidence, as well as the effectiveness of MDMF in discovering potential biomarkers.

3.6. Pathway Analysis

The author further conducted the functional analysis of miRNAs based on their targets. DIANA-mirPath v 3.0 is a web-based tool that provides biological pathways related to miRNA targets of interest [48]. I found that most of the targets of the lung cancer-related miRNAs identified by MDMF were associated with lung cancer-related biological processes and functions. For example, non-small cell lung cancer (NSCLC) is the most lethal factor in lung cancer-related mortality (Table 7) [49]. Furthermore, studies have revealed a link between HIF-1 protein and apoptosis and proliferation in lung cancer [50]. Figure 7 shows a heatmap illustrating the relationship between miRNA targets and their target pathways, generated using the miRpathDB 2.0 tool [51]. A darker color represents more relevance in the corresponding pathway functions. In summary, Gene Ontology (GO) analysis and KEGG pathway analyses clearly demonstrated the robustness and effectiveness of MDMF in detecting disease-related miRNAs.

4. Conclusions and Future Perspective

Researchers are now focusing on the vital role of miRNAs in disease incidence to better understand complex human diseases. Numerous computational models have been developed to identify disease-related miRNAs by reducing the cost and time for clinical experiments. Aiming at modeling miRNA–disease association prediction model more accurately, the author proposes a novel computational framework, called MDMF, which naturally fuses the Gaussian interaction profile kernel similarity, disease semantic similarity, and miRNA expression values into a matrix factorization model. The matrix factorization-based model developed in this study combines different biological datasets. The high performance of MDMF is attributed to several factors. First, I measured comprehensive disease similarities through the incorporation of heterogeneous data. Second, based on the intuition that incorporating additional information leads to enhanced prediction accuracy, I integrated the Gaussian interaction profile kernel similarity, disease semantic similarity, and miRNA expression values, by adjusting the matrix factorization objective function. Finally, I used the recommender algorithm, matrix factorization, which maps miRNAs and diseases into a shared latent space to predict disease-related miRNAs, resulting in satisfactory prediction accuracy. However, there is still room for improvement in prediction accuracy. Due to the nature of matrix factorization, there is a limitation of capturing only linear relationships by taking inner product of each latent space. Therefore, applying various machine-learning models that can capture non-linear relationships will further improve the prediction performance. From this perspective, the authors plan to develop a hybrid model that combines a linear model and a non-linear model in a future study. The performance of MDMF could be further improved if more biological data are available for the model, such as data regarding target genes and environmental factors. Furthermore, extracting accurate miRNA and disease features using more sophisticated machine learning models can also improve performance.

Funding

This work was supported by the National Research Foundation of Korea (NRF) grant funded by the Korea government (MSIT) (2022R1G1A1003616). This work was supported by the Pukyong National University Research Fund in 2021 (202126850001).

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

Not applicable.

Conflicts of Interest

The author declares no conflict of interest.

References

  1. Ambros, V. The functions of animal microRNAs. Nature 2004, 431, 350–355. [Google Scholar] [CrossRef] [PubMed]
  2. Bartel, D.P. MicroRNAs: Genomics, biogenesis, mechanism, and function. Cell 2004, 116, 281–297. [Google Scholar] [CrossRef] [Green Version]
  3. Vasudevan, S.; Tong, Y.; Steitz, J.A. Switching from repression to activation: microRNAs can up-regulate translation. Science 2007, 318, 1931–1934. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  4. Lee, R.C.; Feinbaum, R.L.; Ambros, V. The C. elegans heterochronic gene lin-4 encodes small RNAs with antisense complementarity to lin-14. Cell 1993, 75, 843–854. [Google Scholar] [CrossRef]
  5. Wightman, B.; Ha, I.; Ruvkun, G. Posttranscriptional regulation of the heterochronic gene lin-14 by lin-4 mediates temporal pattern formation in C. elegans. Cell 1993, 75, 855–862. [Google Scholar] [CrossRef]
  6. Bartel, D.P. MicroRNAs: Target recognition and regulatory functions. Cell 2009, 136, 215–233. [Google Scholar] [CrossRef] [Green Version]
  7. Xu, P.; Guo, M.; Hay, B.A. MicroRNAs and the regulation of cell death. Trends Genet. 2004, 20, 617–624. [Google Scholar] [CrossRef]
  8. Karp, X.; Ambros, V. Developmental biology. Encountering microRNAs in cell fate signaling. Science 2005, 310, 1288–1289. [Google Scholar] [CrossRef] [Green Version]
  9. Miska, E.A. How microRNAs control cell division, differentiation and death. Curr. Opin. Genet. Dev. 2005, 15, 563–568. [Google Scholar] [CrossRef]
  10. Cheng, A.M.; Byrom, M.W.; Shelton, J.; Ford, L.P. Antisense inhibition of human miRNAs and indications for an involvement of miRNA in cell growth and apoptosis. Nucleic Acids Res. 2005, 33, 1290–1297. [Google Scholar] [CrossRef] [Green Version]
  11. Ha, M.; Kim, V.N. Regulation of microRNA biogenesis. Nat. Rev. Mol. Cell Biol. 2014, 15, 509–524. [Google Scholar] [CrossRef] [PubMed]
  12. Alvarez-Garcia, I.; Miska, E.A. MicroRNA functions in animal development and human disease. Development 2005, 132, 4653–4662. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  13. Png, K.J.; Yoshida, M.; Zhang, X.H.-F.; Shu, W.; Lee, H.; Rimner, A.; Chan, T.A.; Comen, E.; Andrade, V.P.; Kim, S.W.; et al. MicroRNA-335 inhibits tumor reinitiation and is silenced through genetic and epigenetic mechanisms in human breast cancer. Genes Dev. 2011, 25, 226–231. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  14. Tavazoie, S.F.; Alarcón, C.; Oskarsson, T.; Padua, D.; Wang, Q.; Bos, P.D.; Gerald, W.L.; Massagué, J. Endogenous human microRNAs that suppress breast cancer metastasis. Nature 2008, 451, 147–152. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  15. Valastyan, S.; Reinhardt, F.; Benaich, N.; Calogrias, D.; Szasz, A.M.; Wang, Z.C.; Brock, J.E.; Richardson, A.L.; Weinberg, R.A. A pleiotropically acting microRNA, miR-31, inhibits breast cancer metastasis. Cell 2009, 137, 1032–1046. [Google Scholar] [CrossRef] [Green Version]
  16. Xuan, P.; Han, K.; Guo, M.; Guo, Y.; Li, J.; Ding, J.; Liu, Y.; Dai, Q.; Li, J.; Teng, Z.; et al. Prediction of microRNAs associated with human diseases based on weighted k most similar neighbors. PLoS ONE 2013, 8, e70204. [Google Scholar] [CrossRef]
  17. Jiang, Q.; Hao, Y.; Wang, G.; Juan, L.; Zhang, T.; Teng, M.; Liu, Y.; Wang, Y. Prioritization of disease microRNAs through a human phenome-microRNAome network. BMC Syst. Biol. 2010, 4, S2. [Google Scholar] [CrossRef] [Green Version]
  18. Mørk, S.; Pletscher-Frankild, S.; Palleja Caro, A.; Gorodkin, J.; Jensen, L.J. Protein-driven inference of miRNA-disease associations. Bioinformatics 2014, 30, 392–397. [Google Scholar] [CrossRef] [Green Version]
  19. Chen, X.; Liu, M.X.; Yan, G.Y. RWRMDA: Predicting novel human microRNA-disease associations. Mol. Biosyst. 2012, 8, 2792–2798. [Google Scholar] [CrossRef]
  20. Chen, X.; Yan, C.C.; Zhang, X.; You, Z.; Deng, L.; Liu, Y.; Zhang, Y.; Dai, Q. WBSMDA: Within and Between Score for MiRNA-Disease Association prediction. Sci. Rep. 2016, 6, 21106. [Google Scholar] [CrossRef]
  21. Chen, X.; Yan, C.C.; Zhang, X.; You, Z.; Huang, Y.-A.; Yan, G.-Y. HGIMDA: Heterogeneous graph inference for miRNA-disease association prediction. Oncotarget 2016, 7, 65257–65269. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  22. Shi, H.; Xu, J.; Zhang, G.; Xu, L.; Li, C.; Wang, L.; Zhao, Z.; Jiang, W.; Guo, Z.; Li, X. Walking the interactome to identify human miRNA-disease associations through the functional link between miRNA targets and disease genes. BMC Syst. Biol. 2013, 7, 101. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  23. Ha, J.; Kim, H.; Yoon, Y.; Park, S. A method of extracting disease-related microRNAs through the propagation algorithm using the environmental factor based global miRNA network. Biomed. Mater. Eng. 2015, 26 (Suppl. S1), S1763–S1772. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  24. Elfaki, I.; Mir, R.; Mir, M.M.; AbuDuhier, F.M.; Babakr, A.T.; Barnawi, J. Potential impact of microRNA gene polymorphisms in the pathogenesis of diabetes and atherosclerotic cardiovascular disease. J. Pers. Med. 2019, 9, 51. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  25. Kalinina, T.; Kononchuk, V.; Alekseenok, E.; Abdullin, G.; Sidorov, S.; Ovchinnikov, V.; Gulyaeva, L. Associations between the Levels of Estradiol-, Progesterone-, and Testosterone-Sensitive MiRNAs and Main Clinicopathologic Features of Breast Cancer. J. Pers. Med. 2021, 12, 4. [Google Scholar] [CrossRef]
  26. Izzotti, A.; Vargas, G.C.; Pulliero, A.; Coco, S.; Vanni, I.; Colarossi, C.; Blanco, G.; Agodi, A.; Barchitta, M.; Maugeri, A.; et al. Relationship between the miRNA profiles and oncogene mutations in non-smoker lung cancer. Relevance for lung cancer personalized screenings and treatments. J. Pers. Med. 2021, 11, 182. [Google Scholar] [CrossRef]
  27. Ha, J.; Park, C. MLMD: Metric learning for predicting MiRNA-disease associations. IEEE Access 2021, 9, 78847–78858. [Google Scholar] [CrossRef]
  28. Ha, J.; Park, C.; Park, S. PMAMCA: Prediction of microRNA-disease association utilizing a matrix completion approach. BMC Syst. Biol. 2019, 13, 33. [Google Scholar] [CrossRef] [Green Version]
  29. Chen, X.; Yan, G.Y. Semi-supervised learning for potential human microRNA-disease associations inference. Sci. Rep. 2014, 4, 5501. [Google Scholar] [CrossRef] [Green Version]
  30. Chen, X.; Yan, C.C.; Zhang, X.; Li, Z.; Deng, L.; Zhang, Y.; Dai, Q. RBMMMDA: Predicting multiple typesof disease-microRNA associations. Sci. Rep. 2015, 5, 13877. [Google Scholar] [CrossRef] [Green Version]
  31. Li, J.-Q.; Rong, Z.-H.; Chen, X.; Yan, G.-Y.; You, Z. MCMDA: Matrix completion for MiRNA-disease association prediction. Oncotarget 2017, 8, 21187–21199. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  32. Xiao, Q.; Luo, J.; Liang, C.; Cai, J.; Ding, P. A graph regularized non-negative matrix factorization method for identifying microRNA-disease associations. Bioinformatics 2018, 34, 239–248. [Google Scholar] [CrossRef] [PubMed]
  33. Chen, X.; Wang, L.; Qu, J.; Guan, N.; Li, J.-Q. Predicting miRNA–disease association based on inductive matrix completion. Bioinformatics 2018, 34, 4256–4265. [Google Scholar] [CrossRef] [PubMed]
  34. Chen, X.; Yin, J.; Qu, J.; Huang, L. MDHGI: Matrix Decomposition and Heterogeneous Graph Inference for miRNA-disease association prediction. PLoS Comput. Biol. 2018, 14, e1006418. [Google Scholar] [CrossRef] [PubMed]
  35. Chen, X.; Wu, Q.-F.; Yan, G.-Y. RKNNMDA: Ranking-based KNN for MiRNA-Disease Association prediction. RNA Biol. 2017, 14, 952–962. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  36. Ha, J.; Park, C.; Park, C.; Park, S. IMIPMF: Inferring miRNA-disease interactions using probabilistic matrix factorization. J. Biomed. Inform. 2020, 102, 103358. [Google Scholar] [CrossRef]
  37. Ha, J.; Park, C.; Park, C.; Park, S. Improved Prediction of miRNA-Disease Associations Based on Matrix Completion with Network Regularization. Cells 2020, 9, 881. [Google Scholar] [CrossRef] [Green Version]
  38. Li, Y.; Qiu, C.; Tu, J.; Geng, B.; Yang, J.; Jiang, T.; Cui, Q. HMDD v2.0: A database for experimentally supported human microRNA and disease associations. Nucleic Acids Res. 2014, 42, 1070–1074. [Google Scholar] [CrossRef]
  39. 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 Genom. 2010, 11 (Suppl. S4), S5. [Google Scholar] [CrossRef] [Green Version]
  40. 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 Res. 2009, 37, D98–D104. [Google Scholar] [CrossRef] [Green Version]
  41. Tomczak, K.; Czerwińska, P.; Wiznerowicz, M. The Cancer Genome Atlas (TCGA): An immeasurable source of knowledge. Współczesna Onkol. 2015, 19, A68–A77. [Google Scholar] [CrossRef] [PubMed]
  42. 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, 1644–1650. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  43. Lipscomb, C.E. Medical subject headings (MeSH). Bull. Med. Libr. Assoc. 2000, 88, 265–266. [Google Scholar] [PubMed]
  44. Wong, T.T. Performance evaluation of classification algorithms by k-fold and leave-one-out cross validation. Pattern Recognit. 2015, 48, 2839–2846. [Google Scholar] [CrossRef]
  45. Huang, J.; Ling, C.X. Using AUC and accuracy in evaluating learning algorithms. IEEE Trans. Knowl. Data Eng. 2005, 17, 299–310. [Google Scholar] [CrossRef] [Green Version]
  46. Siegel, R.L.; Miller, K.D.; Sauer, A.G.; Fedewa, S.A.; Butterly, L.F.; Anderson, J.C.; Cercek, A.; Smith, R.A.; Jemal, A. Colorectal cancer statistics. CA Cancer J. Clin. 2020, 70, 145–164. [Google Scholar] [CrossRef] [Green Version]
  47. Lánczky, A.; Nagy, Á.; Bottai, G.; Munkácsy, G.; Szabó, A.; Santarpia, L.; Győrffy, B. miRpower: A web-tool to validate survival-associated miRNAs utilizing expression data from 2178 breast cancer patients. Breast Cancer Res. Treat. 2016, 160, 439–446. [Google Scholar] [CrossRef]
  48. Vlachos, I.S.; Zagganas, K.; Paraskevopoulou, M.D.; Georgakilas, G.; Karagkouni, D.; Vergoulis, T.; Dalamagas, T.; Hatzigeorgiou, A.G. DIANA-miRPath v3.0: Deciphering microRNA function with experimental support. Nucleic Acids Res. 2015, 43, W460–W466. [Google Scholar] [CrossRef]
  49. Van Meerbeeck, J.P.; Fennell, D.A.; De Ruysscher, D.K. Small-cell lung cancer. Lancet 2011, 378, 1741–1755. [Google Scholar] [CrossRef]
  50. Volm, M.; Koomägi, R. Hypoxia-inducible factor (HIF-1) and its relationship to apoptosis and proliferation in lung cancer. Anticancer. Res. 2000, 20, 1527–1533. [Google Scholar]
  51. Kehl, T.; Kern, F.; Backes, C.; Fehlmann, T.; Stöckel, D.; Meese, E.; Lenhof, H.-P.; Keller, A. miRPathDB 2.0: A novel release of the miRNA Pathway Dictionary Database. Nucleic Acids Res. 2020, 48, D142–D147. [Google Scholar] [CrossRef] [PubMed]
Figure 1. The workflow of MDMF. First, a miRNA–disease association matrix is constructed based on the known miRNA–disease association network. In a similar way, a disease-disease similarity matrix is created through the mesh descriptor. Second, by combining miRNA expression value as a weight for the objective function, the matrix factorization model is efficiently learned. Finally, through the MDMF, each miRNA is given a score for association with a disease, which is used as a basis for making actual predictions.
Figure 1. The workflow of MDMF. First, a miRNA–disease association matrix is constructed based on the known miRNA–disease association network. In a similar way, a disease-disease similarity matrix is created through the mesh descriptor. Second, by combining miRNA expression value as a weight for the objective function, the matrix factorization model is efficiently learned. Finally, through the MDMF, each miRNA is given a score for association with a disease, which is used as a basis for making actual predictions.
Jpm 12 00885 g001
Figure 2. The workflow of MDMF. MDMF learns the two latent spaces whose products are close to the observed entries in the original matrix, whereas the cosine similarity of the disease latent space is close to the value of the integrated disease similarity matrix.
Figure 2. The workflow of MDMF. MDMF learns the two latent spaces whose products are close to the observed entries in the original matrix, whereas the cosine similarity of the disease latent space is close to the value of the integrated disease similarity matrix.
Jpm 12 00885 g002
Figure 3. Performance comparisons between MDMF and five existing miRNA–disease association prediction models (MDHGI, PMAMCA, MCMDA, RLSMDA, and RKNNMDA) in terms of AUCs based on global LOOCV.
Figure 3. Performance comparisons between MDMF and five existing miRNA–disease association prediction models (MDHGI, PMAMCA, MCMDA, RLSMDA, and RKNNMDA) in terms of AUCs based on global LOOCV.
Jpm 12 00885 g003
Figure 4. Performance comparisons between MDMF and six existing miRNA–disease association prediction models (PMAMCA, MDHGI, RKNNMDA, RWRMDA, MCMDA, and RLSMDA) in terms of AUCs based on local LOOCV.
Figure 4. Performance comparisons between MDMF and six existing miRNA–disease association prediction models (PMAMCA, MDHGI, RKNNMDA, RWRMDA, MCMDA, and RLSMDA) in terms of AUCs based on local LOOCV.
Jpm 12 00885 g004
Figure 5. Performance evaluation of MDMF with and without the disease constraint. Application of the disease constraint increased AUC score.
Figure 5. Performance evaluation of MDMF with and without the disease constraint. Application of the disease constraint increased AUC score.
Jpm 12 00885 g005
Figure 6. Kaplan–Meier plots of hsa-miR-520e, hsa-miR-593, hsa-miR-381, and hsa-miR-500a, for survival of breast cancer patients. Survival analysis demonstrated effectiveness of MDMF in discovering potential biomarkers.
Figure 6. Kaplan–Meier plots of hsa-miR-520e, hsa-miR-593, hsa-miR-381, and hsa-miR-500a, for survival of breast cancer patients. Survival analysis demonstrated effectiveness of MDMF in discovering potential biomarkers.
Jpm 12 00885 g006
Figure 7. Heatmap of lung cancer-related miRNAs versus target pathways.
Figure 7. Heatmap of lung cancer-related miRNAs versus target pathways.
Jpm 12 00885 g007
Table 1. Notations.
Table 1. Notations.
SymbolDescription
p, q, kNumber of miRNAs, diseases and latent dimensions
M, DmiRNA and disease latent matrix
SDisease similarity matrix
WmiRNA similarity matrix
LObjective function
λHyper parameter for regularization
ηLearning rate
Table 2. Performance comparison of MDMF with other methods (global LOOCV). Various experiments under the various evaluation metrics clearly demonstrated the comparable performance of MDMF. Local leave-one-out cross-validation (LOOCV); Area under the ROC curve (AUCs); Area under the precision-recall curve (AUPR); F1-measure (F1); accuracy (ACC), Matthews correlation coefficient (MCC).
Table 2. Performance comparison of MDMF with other methods (global LOOCV). Various experiments under the various evaluation metrics clearly demonstrated the comparable performance of MDMF. Local leave-one-out cross-validation (LOOCV); Area under the ROC curve (AUCs); Area under the precision-recall curve (AUPR); F1-measure (F1); accuracy (ACC), Matthews correlation coefficient (MCC).
MethodsAUCAUPRF1ACCMCC
MDMF0.91470.84080.84820.854771.54
MDHGI0.90400.84040.87450.839164.49
PMAMCA0.89670.85010.88020.844668.71
MCMDA0.87680.80430.87040.834263.48
RLSMDA0.85880.76470.73420.816465.42
RKNNMDA0.77500.84820.87030.812864.81
Table 3. Performance comparison of MDMF with other methods (local LOOCV). Various experiments under the various evaluation metrics clearly demonstrated the comparable performance of MDMF.
Table 3. Performance comparison of MDMF with other methods (local LOOCV). Various experiments under the various evaluation metrics clearly demonstrated the comparable performance of MDMF.
MethodsAUCAUPRF1ACCMCC
MDMF0.89050.81290.83470.853869.84
PMAMCA0.86930.88460.82840.840462.49
MDHGI0.84270.81040.85910.834966.91
RKNNMDA0.82920.88640.80280.811664.82
RWRMDA0.79370.73720.77290.752759.42
MCMDA0.78500.87640.84180.826868.16
RLSMDA0.74630.86480.80450.814362.72
Table 4. The effects of disease constraint on the performance of MDMF.
Table 4. The effects of disease constraint on the performance of MDMF.
αAUC
(Global LOOCV)
AUC
(Local LOOCV)
0.10.88740.8711
0.20.89540.8724
0.30.90180.8769
0.40.90820.8784
0.50.91270.8891
0.60.91160.8842
0.70.91470.8905
0.80.91280.8874
0.90.90420.8842
Table 5. Top 50 breast cancer-related miRNAs predicted by MDMF and their evidence. All miRNA candidates were proved to be related with breast cancer.
Table 5. Top 50 breast cancer-related miRNAs predicted by MDMF and their evidence. All miRNA candidates were proved to be related with breast cancer.
RankNameEvidenceRankNameEvidence
1hsa-miR-214hmdd, dbDEMC26hsa-miR-1237dbDEMC
2hsa-miR-937-3pdbDEMC27hsa-miR-129hmdd, dbDEMC
3hsa-miR-1248hmdd, dbDEMC28hsa-miR-340*dbDEMC
4hsa-miR-920dbDEMC29hsa-miR-16-1-3pdbDEMC
5hsa-miR-520edbDEMC30hsa-miR-302b*dbDEMC
6hsa-miR-593dbDEMC31hsa-miR-1266hmdd, dbDEMC
7hsa-miR-381hmdd, dbDEMC32hsa-miR-1249-3pdbDEMC
8hsa-miR-16hmdd, dbDEMC33hsa-miR-1262dbDEMC
9hsa-miR-502hmdd34hsa-miR-494-3pdbDEMC
10hsa-let-7g*dbDEMC35hsa-miR-1911*dbDEMC
11hsa-miR-370hmdd, dbDEMC36hsa-miR-376b-3pdbDEMC
12hsa-miR-330dbDEMC37hsa-miR-1276dbDEMC
13hsa-miR-452hmdd, dbDEMC38hsa-miR-331-5pdbDEMC
14hsa-miR-124a-3hmdd, miR2disease39hsa-miR-302edbDEMC
15hsa-miR-410-3pdbDEMC40hsa-miR-361-5pdbDEMC
16hsa-miR-500adbDEMC41hsa-miR-205hmdd, miR2disease, dbDEMC
17hsa-miR-766-3pdbDEMC42hsa-miR-215-5pdbDEMC
18hsa-miR-29a-3pdbDEMC43hsa-miR-30b-3pdbDEMC
19hsa-miR-23ahmdd, dbDEMC44hsa-miR-760hmdd, dbDEMC
20hsa-miR-3653-3pdbDEMC45hsa-miR-4458dbDEMC
21hsa-miR-513bdbDEMC46hsa-miR-30chmdd, dbDEMC
22hsa-miR-125a-3pdbDEMC47hsa-miR-3121-5pdbDEMC
23hsa-let-7a-2-3pdbDEMC48hsa-miR-609dbDEMC
24hsa-miR-3130-2hmdd49hsa-miR-21*dbDEMC
25hsa-miR-1272dbDEMC50hsa-miR-7705dbDEMC
Table 6. Top 50 lung cancer-related miRNAs predicted by MDMF and their evidence. All miRNA candidates were proved to be related with lung cancer.
Table 6. Top 50 lung cancer-related miRNAs predicted by MDMF and their evidence. All miRNA candidates were proved to be related with lung cancer.
RankNameEvidenceRankNameEvidence
1hsa-miR-214hmdd, dbDEMC26hsa-miR-1237dbDEMC
2hsa-miR-937-3pdbDEMC27hsa-miR-129hmdd, dbDEMC
3hsa-miR-1248hmdd, dbDEMC28hsa-miR-340*dbDEMC
4hsa-miR-920dbDEMC29hsa-miR-16-1-3pdbDEMC
5hsa-miR-520edbDEMC30hsa-miR-302b*dbDEMC
6hsa-miR-593dbDEMC31hsa-miR-1266hmdd, dbDEMC
7hsa-miR-381hmdd, dbDEMC32hsa-miR-1249-3pdbDEMC
8hsa-miR-16hmdd, dbDEMC33hsa-miR-1262dbDEMC
9hsa-miR-502hmdd34hsa-miR-494-3pdbDEMC
10hsa-let-7g*dbDEMC35hsa-miR-1911*dbDEMC
11hsa-miR-370hmdd, dbDEMC36hsa-miR-376b-3pdbDEMC
12hsa-miR-330dbDEMC37hsa-miR-1276dbDEMC
13hsa-miR-452hmdd, dbDEMC38hsa-miR-331-5pdbDEMC
14hsa-miR-124a-3hmdd, miR2disease39hsa-miR-302edbDEMC
15hsa-miR-410-3pdbDEMC40hsa-miR-361-5pdbDEMC
16hsa-miR-500adbDEMC41hsa-miR-205hmdd, miR2disease, dbDEMC
17hsa-miR-766-3pdbDEMC42hsa-miR-215-5pdbDEMC
18hsa-miR-29a-3pdbDEMC43hsa-miR-30b-3pdbDEMC
19hsa-miR-23ahmdd, dbDEMC44hsa-miR-760hmdd, dbDEMC
20hsa-miR-3653-3pdbDEMC45hsa-miR-4458dbDEMC
21hsa-miR-513bdbDEMC46hsa-miR-30chmdd, dbDEMC
22hsa-miR-125a-3pdbDEMC47hsa-miR-3121-5pdbDEMC
23hsa-let-7a-2-3pdbDEMC48hsa-miR-609dbDEMC
24hsa-miR-3130-2hmdd49hsa-miR-21*dbDEMC
25hsa-miR-1272dbDEMC50hsa-miR-7705dbDEMC
Table 7. The effects of disease constraint on the performance of MDMF.
Table 7. The effects of disease constraint on the performance of MDMF.
KEGG Pathwayp-Value
Hippo signaling pathway1.41440646708 × 10−7
Chronic myeloid leukemia6.87396730677 × 10−6
TGF-beta signaling pathway7.52715819175 × 10−6
ECM-receptor interaction1.33810742874 × 10−5
FoxO signaling pathway7.94489535244 × 10−5
Prostate cancer0.00245651291245
Non-small cell lung cancer (NSCLC)0.00329923289869
Thyroid cancer0.00715240823084
ErbB signaling pathway0.00817122414933
Pancreatic cancer0.0120595309627
p53 signaling pathway0.022215235485
HIF-1 signaling pathway0.0429548116057
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Ha, J. MDMF: Predicting miRNA–Disease Association Based on Matrix Factorization with Disease Similarity Constraint. J. Pers. Med. 2022, 12, 885. https://0-doi-org.brum.beds.ac.uk/10.3390/jpm12060885

AMA Style

Ha J. MDMF: Predicting miRNA–Disease Association Based on Matrix Factorization with Disease Similarity Constraint. Journal of Personalized Medicine. 2022; 12(6):885. https://0-doi-org.brum.beds.ac.uk/10.3390/jpm12060885

Chicago/Turabian Style

Ha, Jihwan. 2022. "MDMF: Predicting miRNA–Disease Association Based on Matrix Factorization with Disease Similarity Constraint" Journal of Personalized Medicine 12, no. 6: 885. https://0-doi-org.brum.beds.ac.uk/10.3390/jpm12060885

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop