Literature DB >> 34789252

Inferring miRNA-disease associations using collaborative filtering and resource allocation on a tripartite graph.

Van Tinh Nguyen1,2, Thi Tu Kien Le2, Tran Quoc Vinh Nguyen3, Dang Hung Tran4.   

Abstract

BACKGROUND: Developing efficient and successful computational methods to infer potential miRNA-disease associations is urgently needed and is attracting many computer scientists in recent years. The reason is that miRNAs are involved in many important biological processes and it is tremendously expensive and time-consuming to do biological experiments to verify miRNA-disease associations.
METHODS: In this paper, we proposed a new method to infer miRNA-disease associations using collaborative filtering and resource allocation algorithms on a miRNA-disease-lncRNA tripartite graph. It combined the collaborative filtering algorithm in CFNBC model to solve the problem of imbalanced data and the method for association prediction established multiple types of known associations among multiple objects presented in TPGLDA model.
RESULTS: The experimental results showed that our proposed method achieved a reliable performance with Area Under Roc Curve (AUC) and Area Under Precision-Recall Curve (AUPR) values of 0.9788 and 0.9373, respectively, under fivefold-cross-validation experiments. It outperformed than some other previous methods such as DCSMDA and TPGLDA. Furthermore, it demonstrated the ability to derive new associations between miRNAs and diseases among 8, 19 and 14 new associations out of top 40 predicted associations in case studies of Prostatic Neoplasms, Heart Failure, and Glioma diseases, respectively. All of these new predicted associations have been confirmed by recent literatures. Besides, it could discover new associations for new diseases (or miRNAs) without any known associations as demonstrated in the case study of Open-angle glaucoma disease.
CONCLUSION: With the reliable performance to infer new associations between miRNAs and diseases as well as to discover new associations for new diseases (or miRNAs) without any known associations, our proposed method can be considered as a powerful tool to infer miRNA-disease associations.
© 2021. The Author(s).

Entities:  

Keywords:  Collaborative filtering algorithm; Infer miRNA-disease associations; Recommender systems; Resource allocation algorithm; miRNA-disease-lncRNA tripartite graph

Mesh:

Substances:

Year:  2021        PMID: 34789252      PMCID: PMC8600685          DOI: 10.1186/s12920-021-01078-8

Source DB:  PubMed          Journal:  BMC Med Genomics        ISSN: 1755-8794            Impact factor:   3.063


Background

MicroRNA (miRNA) is a small RNA, about 22–26 nucleotides, which belongs to the noncoding RNA class [1]. Recent researches have shown that miRNAs are involved in many crucial biological processes like cell differentiation, proliferation, signal transduction, viral infection, and so on [2]. Identifying miRNA-disease associations could not only help us understand disease mechanism at miRNA level but also facilitate us in detecting disease biomarkers and discovering drugs for disease diagnosis, treatment, prognosis, and prevention. It has been confirmed that the dysregulations of the miRNAs are associated with the development and progression of various complex human diseases [3-6]. Until now, there are only a few known miRNA-disease associations in comparison with the number of newly discovered miRNAs. It is also tremendously expensive and time-consuming to do biological experiments to verify miRNA-disease associations. Therefore, expanding effective and outstanding computational methods to predict potential miRNA-disease associations is urgently needed and is attracting many computer scientists in recent years [7]. Recently, various computational methods to forecast possible miRNA-disease associations have been developed. For example, Liu et al. [8] proposed PBMDA prediction model which integrated known human miRNA-disease associations, miRNA functional similarity, disease semantic similarity and Gaussian interaction profile kernel similarity for miRNAs and diseases. They constructed a heterogeneous graph and further adopted depth-first search algorithm to figure out probable miRNA-disease associations. Chen et al. [9] presented a model called Graphlet Interaction for miRNA-Disease Association prediction (GIMDA) to predict miRNA-disease associations by measuring the graphlet interaction among miRNAs and among diseases. Graphlet is a type of subgraph with a few connections in a large network. GIMDA achieved a decisive performance but it was significantly time-consuming. Liang et al. [10] proposed a miRNA-disease association prediction method based on adaptive multi-view multi-label learning (AMVML). It learned a new affinity graph for miRNAs and diseases from multiple data sources. However, the integration of unreliable similarity matrices might weaken its overall prediction accuracy. The above mentioned methods for predicting miRNA-disease associations strongly relied on known human miRNA-disease associations. Most of existing methods need to use the similarity matrices such as the disease semantic similarity matrix and miRNA functional similarity matrix but they are not directly related to the miRNA-disease associations [11]. Besides, they have to deal with the problem of sparse similarity matrices which affected the prediction accuracies [12]. One other problem is that the miRNA-target interactions usually have a high rate of false-positive and false-negative [9, 13]. In fact, diseases are caused by the disturbance of a complex of interacting multiple biomolecules rather than the abnormity of a single biomolecule. The functionally dependent molecular components in human cells form a complex biological network, in which lncRNAs and proteins are important parts of human tissues and cells. It is the reason that some computational methods have recently based on multiple types of known associations or interactions among multiple objects to predict potential miRNA-disease associations. For example, Zhao et al. [7] developed a computational method based on a distance correlation set to predict miRNA-disease associations (DCSMDA) by integrating known lncRNA-disease associations, known miRNA-lncRNA associations, disease semantic similarity, and various lncRNA and disease similarity measures. DCSMDA did not require known miRNA-disease associations but it required the calculation of various similarity matrices and its performance depended on the pre-given threshold parameter. Mørk et al. [14] relied on known miRNA–protein associations and known protein–disease associations to infer miRNA–disease associations. Marissa Sumathipala and Weiss [15] integrated miRNA-gene, protein–protein, and gene-disease network information into a multi-level complex network to predict and prioritize biologically relevant miRNAs for diseases. Ji et al. [16] constructed a heterogeneous information network by integrating the known associations among lncRNAs, drugs, proteins, diseases, and miRNAs. They further employed the network embedding method which learned graph representations with global structural information to predict miRNA-disease associations. In general, the computational methods for predicting miRNA-disease associations based on multiple types of known associations among multiple objects are usually helpful for improving prediction accuracy. However, the number of known associations among biological objects is very limited in comparison with the number of objects in each type. Therefore, once again, these models have to be considered with the sparsity data problem. In recent years, a variety of recommender systems have been developed to increase the association prediction reliability based on collaborative filtering methods. These methods rely on prior actions to predict user-item relationships to solve the problem of scarce known associations among different objects [17, 18]. Up to date, recommender algorithms have been appended into some computational models of prediction to identify different potential disease related biological objects. For example, Yu et al. [19] proposed a collaborative filtering model for lncRNA-disease association prediction based on the Naïve Bayesian classifier. Shen et al. [2] predicted miRNA-disease association with Collaborative Matrix Factorization model which caused bias to miRNAs with more known associated diseases. Li et al. [11] presented a collaborative filtering-based miRNA-disease association prediction model (CFMDA) to predict miRNA-disease association. CFMDA was straight and robust by considering a minimal amount of related information and no tunable parameters were defined. However, CFMDA’s association prediction performance was subjective because it only relies on miRNA-disease associations to execute predictions. To solve the sparsity data problem and to take advantages of the integration of multiple types of known associations among multiple objects in improving prediction accuracy, in this paper, we proposed a new method to infer miRNA-disease associations using collaborative filtering and resource allocation algorithms on a tripartite graph. Our method is inspired by combining the collaborative filtering algorithm in CFNBC model introduced by Yu et al. [19] to solve the problem of imbalanced data and the method for association prediction established multiple types of known associations among multiple objects presented in TPGLDA model which introduced by Ding et al.[20] and the model in our former study [21]. Firstly, we constructed a tripartite graph which based on the known miRNA-disease associations, the known lncRNA-disease associations, and the known miRNA-lncRNA interactions. Secondly, we used a collaborative filtering algorithm to recommend miRNAs for lncRNAs and diseases, respectively. Next, we employed a resource allocation algorithm to infer miRNA-disease associations. Finally, we ranked all candidate miRNAs for each disease in descending order to suggest associations between miRNAs and diseases for further giving the evidence in the future. Our method achieved a trustworthy prediction performance under fivefold-cross-validation experiments with an Area Under Roc Curve (AUC) averaged value of 0.9788 and an Area Under Precision-Recall Curve (AUPR) averaged value of 0.9373. It is outperformance in comparison to several previous methods such as the DCSMDA [7] and the TPGLDA [20].

Methods

Materials

In this paper, we used datasets which came from the study of Zhao et al. [7]. We downloaded and used the Additional files 1, 2, 3, 4, and 5 from this study. These datasets contain 190 diseases, 111 lncRNAs and 264 miRNAs as described as follows:

Known lncRNA-miRNA associations

The known lncRNA-miRNA associations were collected from the starBasev2.0 [22] in February, 2017 and provided the most comprehensive experimentally confirmed lncRNA-miRNA interactions based on large-scale CLIP-Seq data. After eliminating duplicate values and erroneous data and also removing lncRNAs not included in DS2 dataset, we obtained the DS1 dataset which contains 1880 known lncRNA-miRNA associations.

Known lncRNA-disease associations

The known lncRNA-disease associations were collected from 8842 known disease-lncRNA associations in the MNDR database [23] and 2934 known disease-lncRNA associations in the LncRNADisease database [24]. After eliminating diseases without any MeSH descriptors because the disease names came from two different databases, merging the diseases with the same MeSH descriptors and removing the lncRNAs which were not included in the lncRNA-miRNA dataset (DS1), 936 known associations between diseases and lncRNAs (DS2) remained.

Known disease-miRNA associations

The known human miRNA-disease associations were downloaded from the HMDD V2.0 database [25]. This dataset (DS3) contains 3252 quality miRNA-disease associations after we eliminated the duplicate associations and miRNA-disease associations involving with other diseases or lncRNAs which were not contained in the DS1 or DS2 datasets.

Method overview

In this paper, we proposed a new method to infer miRNA-disease associations. The flowchart of the proposed method is illustrated in Fig. 1. Generally, our proposed method contains four main stages. At the first stage, we constructed a tripartite graph G0 based on known miRNA-disease associations, known lncRNA-disease associations, and known miRNA-lncRNA interactions. The tripartite graph G0 is represented by three adjacency matrices: A A and A where A is the adjacency matrix between miRNAs and diseases, A is the adjacency matrix between miRNAs and lncRNAs, A is the adjacency matrix between diseases and lncRNAs. During the second stage, to solve the imbalance data problem, we employed a collaborative filtering algorithm on the tripartite graph G0 to obtain a tripartite graph Gu. The tripartite graph Gu is represented by three adjacency matrices: A A and A where A A are the adjacency matrices obtained by updating A and A after using collaborative filtering algorithm. The tripartite graph Gu is used in a resource allocation algorithm at the third stage to calculate final resource score (Rscore_final) of miRNA candidates for each disease. At the final stage, we ranked all miRNA candidates’ Rscore_final for each disease in descending order so that the candidate with greater Rscore_final will have higher possibility to be verified in the future.
Fig. 1

The flowchart of the proposed method

The flowchart of the proposed method

Construction of a tripartite graph G

Inspired by previous studies [19, 20] to infer lncRNA-disease associations by using a tripartite graph, in this paper, we firstly construct a miRNA-disease-lncRNA tripartite graph G0 as follows:

Construction of known miRNA-disease association graph

Let M = {m; k = 1,…,n} denotes the set of miRNAs, D = {d; j = 1,…, n} denotes the set of diseases where n, n represent the number of miRNAs and diseases, respectively. We build a MD0 graph based on the known miRNA-disease associations. The MD0 graph is represented by a matrix A which is the adjacency matrix of known miRNA-disease associations. The entity A(m, d) is the element in kth row and jth column of A, and A(m, d) = 1 if miRNA mk is associated with disease d, otherwise, A(m, d) = 0.

Construction of known miRNA-lncRNA interaction graph

In the same way, let M = {m; k = 1,…,n} denotes the set of miRNAs, L = {l; i = 1,…, n} denotes the set of lncRNAs where n, n represent number of miRNAs and lncRNAs, respectively. We can obtain ML graph and A matrix. ML graph is built on known miRNA-lncRNA interactions. A is the adjacency matrix of known miRNA-lncRNA interactions. The entity A(m, l) is the element in kth row and ith column of A, and A(m, l) = 1 if miRNA m interacts with lncRNA l, otherwise, A(m, l) = 0.

Construction of known disease-lncRNA association graph

Similarly, let D = {d; j = 1,…, n} denotes the set of diseases, L = {l; i = 1,…,n} denotes the set of lncRNAs, where n, n represent number of diseases and lncRNAs, respectively. We can obtain DL graph and A matrix where DL graph is built on known disease-lncRNA associations and A is the adjacency matrix of known disease-lncRNA associations. The entity A(d, l) is the element in jth row and ith column of A, and A(d, l) = 1 if disease d is associated with lncRNA l, otherwise, A(d, l) = 0.

Construction of a tripartite graph G0

From the integration of the three MD, ML, DL graphs, we obtain a tripartite graph G. The tripartite graph G is represented by three adjacency matrices: A A and A as mentioned before. In the tripartite graph G, the number of known associations between miRNAs and diseases as well as between miRNAs and lncRNAs are small. So that, for any given lncRNA node l and disease node d, it is clear that the number of miRNA nodes which associated with both l and d will be very small. To improve it, in our method, we use a collaborative filtering algorithm for recommending suitable miRNA nodes to corresponding lncRNA nodes and disease nodes, respectively. By considering that a recommender system may involve various input data including users and items [18], in our proposed method, we take lncRNAs and diseases as users, while miRNAs as items. For the two adjacency matrices A and A obtained above, it is easy for us to construct another adjacency matrix A = [A, A] by splicing A and A together because the number of rows in both A and A are same. It is clear that the row vector of A consists of the row vectors in A and A while the column vectors in A is the same as the column vectors in A or A. On the basis of A and tripartite graph G, we can obtain a co-occurrence matrix R, in which, the entity R(m, m) indicates the element in k row and r column of R where R(m, m) = 1 if and only if the miRNA m and miRNA m have at least one common neighboring node in G, otherwise R(m, m) = 0. The common neighboring node can be an lncRNA or a disease in G. So, a similarity matrix R can be calculated by normalizing R as the following equation: where k, r are the number of miRNAs. indicates the number of known lncRNAs and diseases associated to m in G, which means the number of elements with value equaling to 1 in kth row of A. indicates the number of known lncRNAs and diseases associated to m in G, which means the number of elements with value equaling to 1 in rth row of A. ∣N(mk) ∩ N(mr)∣ indicates the number of known lncRNAs and diseases associated with both miRNA m and miRNA m simultaneously in G. Based on the similarity matrix Rnor and the adjacency matrix A, we calculate a new recommender matrix A as follows: Specifically, for a particular lncRNA l or disease d in G, if there is a miRNA m satifying A(m, l) = 1 or A(m, d) = 1 in A, then we firstly calculate the sum of the values of all elements in the ith or jth column in A, respectively. Therefore, we will have its averaged value . Next, if the ith or jth column of A contains a miRNA which satisfies A(, l) >  or A(, d) >  then we recommend miRNA for lncRNA l or disease d, respectively. Also, we will add new edge between and l or and d into the tripartite graph G. Finally, we obtain a tripartite graph G. The tripartite graph G contains three graphs: MD, ML and DL and can be represented by three adjacency matrices: A, A and A. MD is the updated graph of MD after adding new edge between recommended miRNAs and diseases. ML is the updated graph of ML after adding new edge between recommended miRNAs and lncRNAs. A is the adjacency matrix which represents MD graph. It contains 10,310 known and recommended associations and 39,850 unknown remained associations. A is the adjacency matrix which represents ML graph.

Employing resource allocation process on the tripartite graph G to infer miRNA-disease associations

To infer miRNA-disease association, we employ the resource allocation algorithm on the tripartite graph G as described in the following steps: Step 1: Calculating resource allocation between miRNAs and diseases For a specific miRNA mk, we define the initial resources located on disease d as: where n is the number of diseases. Then we calculate the resource moved back from D to M by using a weight matrix W = {w}n n to indicate the resource allocation process between miRNAs and diseases as follows: where is the contribution resource moved from tth node to kth node in M, and it can be understood as the similarity between miRNA m and miRNA m in MD graph. is the degree of miRNA m in MD graph and it represents the number of associated diseases for miRNA m. Similarly, is the degree of disease d in MD graph and it represents the number of associated miRNAs for disease d. With respect to previous study [20], we also modify the resource allocation algorithm by considering the level of consistency between the contribution of resource transferred in both directions. It shows the impact of co-selection (m, m) between the contribution of resource from m to m and the contribution of resource from m to m. A consistence-based resource allocation to represent a final miRNA-disease weight matrix W’ = {w’} can be defined as in the following equation: From the combination of the final miRNA-disease weight matrix W’ and the adjacency matrix A, we define a final resource Rscore_ondisease_1 located on D as follows: Step 2: Calculating resource allocation between diseases and lncRNAs In regard to resource allocation between genes and diseases in TPGLDA [20], the same initial resources located on M nodes are allocated from nodes in M to nodes in D and then moved back, and the final resource matrix Rscore_ondisease_2 located on D nodes are issued by: where is the number of related diseases for lncRNA l or the degree of lncRNA l in DL graph. = is the number of related lncRNAs for disease d or the degree of disease d in DL graph. Step 3: Calculating the final resource score Rscore_final to infer the potential disease-related miRNAs We calculate the final resource score Rscore_final which is used to measure latent disease-related miRNAs as follows: where γ is a tunable parameter with value in [0, 1]. Our model achieves the best prediction performance when γ = 0.9.

Ranking all candidate miRNAs’ Rscores for each disease in descending order

Finally, we sort all candidate miRNAs’ Rscore_final for each disease in descending order so that a higher score candidate will have more chances to be verified in the future.

Results

Performance measures

To evaluate our method performance in inferring miRNA-disease associations, we performed the fivefold-cross-validation experiments and evaluated the Area under roc curve (AUC) and the Area under precision-recall curve (AUPR) as described in following sections:

Evaluating the AUC under 5-fold-cross validation

After applying a collaborative filtering algorithm on tripatite graph G, we obtained a tripartite graph G which contained three subgraphs: MD graph, ML graph and DL graph. By employing the resource allocation algorithm on the tripartite graph G, we predicted potential miRNA-disease associations. To evaluate our model performance in AUC term [26], we compared the inferred miRNA-disease associations resulted in Rscore_final matrix with the adjacency matrix A of MD graph. In MD graph, we considered 10,310 associations of known and recommended associations as positive samples and the 39,850 remained unknown associations as negative samples. Then we randomly divided all positive and negative samples into 5 equal parts to perform fivefold-cross-validation. Next, in each running time, we used 4 parts of positive and negative samples for training and the remain part for testing. Our model is trained to recalculate Rscore_final in each running time. Basically, we computed the false positive rate (FPR) and true positive rate (TPR) with different γ values where FPR indicates the proportion of the real negative samples in predicted positive samples to all negative samples and TPR indicates the proportion of the real positive samples in all predicted positive samples. The FPR and TPR are calculated by the following equations: where TP (true positive) means that a positive sample is correctly predicted as positive sample; FN (false negative) means that a positive sample is incorrectly predicted as negative sample; FP (false positive) indicates that a negative sample incorrectly predicted as positive sample; TN (true negative) indicates that a negative sample is correctly predicted as negative sample. We use TPR as vertical axis and FPR as horizontal axis to draw the receiver operating characteristic (ROC) curve [32], and the AUC value of our model achieves 0.9788 with γ = 0.9 after we perform the experiment for 10 times under fivefold-cross-validation. Figure 2 illustrates AUC curve with γ = 0.9 in one experimental running time.
Fig. 2

AUC curve with γ = 0.9 in one experimental running time

AUC curve with γ = 0.9 in one experimental running time

Evaluate AUPR under 5-fold-cross validation

As previously mentioned, the data to evaluate our model performance is not balanced. Therefore, we also draw precision-recall curve and calculate the AUPR curve to evaluate prediction performance [27]. The Precision reflects the percentage of the accurately predicted positive samples in all predicted positive samples, and the Recall reflects the percentage of the accurately predicted positive samples in all real positive samples. We calculate Precision and Recall as follows: After we perform the experiment under fivefold-cross-validation for 10 times, our model achieves the best AUPR value 0.9373 with γ = 0.9. Figure 3 illustrates AUPR curve with γ = 0.9 one experimental running time.
Fig. 3

AUPR curve with γ = 0.9 in one experimental running time

AUPR curve with γ = 0.9 in one experimental running time

Performance comparison with other related models

To demonstrate the outperformance of our model, we compare our model performance with the performance of DCSMDA method proposed by Zhao et al. [7]. We also implements predicting miRNA-disease associations by applying the resource allocation process introduced in [20] without applying collaborative filtering algorithm. The performances of these methods are shown in the Table 1.
Table 1

Performance comparison with other related models

MethodAUC valueAUPR value
TPGLDA0.97030.7421
DCSMDA0.8155
Our model0.97880.9373
Performance comparison with other related models As can be seen, our proposed method achieves better performance in comparison with DCSMDA and the method of applying TPGLDA in prediction of miRNA-disease associations for both AUC and AUPR values. Because of the sparsity data problem, AUC value usually achieves high score. However, in our proposed method, by using collaborative filtering algorithm to improve the density of miRNA-disease associations so that the updated adjacency matrix A becomes more balanced which implies that the AUPR value (0.9373) could significantly be improved in comparison to AUPR value (0.7421) in case of applying TPGLDA model to predict miRNA-disease associations without using collaborative filtering algorithm. It demonstrates that our model achieves a more reliable performance than other previous methods.

Case studies

In addition to fivefold-cross-validation experiments, we also employed some case studies on our proposed model by sorting all candidate miRNAs for each disease. These predictions are utilized for further validation. In consistence with the previous study [20], all known and recommended miRNA-disease associations are considered as training samples, then the Rscore_final for each potential miRNA-disease association is calculated in sequence. Higher Rscore_final value indicates greater potential miRNA-disease association. In more detail, case studies on Prostatic Neoplasms, Heart Failure, Glioma and Open-angle Glaucoma are constructed to show the ability of our model in order to identify new disease-associated miRNAs. Prostatic neoplasms, also known as Prostate Cancer, is the second-most prevalent type of cancers and the fifth-leading cause of cancer-related death in men [28]. miRNAs have been shown to play an important role in predicting prognosis of Prostate Cancer. Up to now, a variety of miRNAs have been reported to be associated with Prostatic Neoplasms /Prostate Cancer. For example, a target gene of miR-653-5p represses the proliferation and invasion of prostate cancer cells [29]. The dual action of miR-125b as a Tumor Suppressor and OncomiR-22 promotes Prostate Cancer tumorigenesis [30]. As shown in Table 2, there are 8 new miRNA-disease associations out of top predicted 40 miRNAs by applying our proposed method. All of new 8 miRNA-disease associations were confirmed by recent literatures.
Table 2

Top 40 predicted miRNAs for Prostatic Neoplasms

miRNARankKnown beforeEvidence (PMID)miRNARankKnown beforeEvidence (PMID)
hsa-mir-20a1120944140hsa-mir-10b21028320379
hsa-mir-34a2125032850hsa-mir-3122123233736
hsa-mir-146a3127222754hsa-mir-34c23128320379
hsa-mir-174130001402hsa-mir-22424130542718
hsa-mir-125b5128320379hsa-mir-925028320379
hsa-mir-216127699004hsa-mir-19a26029138858
hsa-mir-92a7128320379hsa-mir-48627127877055
hsa-mir-1558028320379hsa-mir-146b28132368293
hsa-mir-1459128320379hsa-mir-18329123538390
hsa-mir-18210128320379hsa-mir-12430128320379
hsa-mir-200c11131157262hsa-mir-148a31128320379
hsa-mir-27a12131258791hsa-mir-181a32032197476
hsa-mir-21813128030804hsa-mir-30c33128320379
hsa-mir-200b14128320379hsa-mir-22134124892674
hsa-mir-18a15028320379hsa-mir-1635128320379
hsa-mir-12616129805636hsa-let-7d36131468250
hsa-mir-10117121430074hsa-let-7b37127157642
hsa-mir-14318130933831hsa-let-7c38128320379
hsa-mir-2519128320379hsa-mir-21039027824162
hsa-let-7a20128320379hsa-mir-196a40028982366
Top 40 predicted miRNAs for Prostatic Neoplasms Heart failure (HF), also known as congestive heart failure (CHF) and congestive cardiac failure (CCF), is when the heart is unable to pump sufficiently to maintain blood flow to meet the body's needs. It is a widely prevalent syndrome imposing a significant burden of morbidity and mortality world-wide [31]. Unravelling the functional relevance of miRNAs within pathogenic pathways is a major challenge in cardiovascular research. Recently, a numerous miRNAs have been reported to be associated with heart failure. For instance, plasma miR-126 levels are up-regulated in HF patients [32]. MicroRNA-34 family members (miR-34a, -34b, and -34c) are up-regulated in the heart in response to stress [33]. Local microRNA-133a downregulation is associated with hypertrophy in the dyssynchronous heart [34]. Table 3 shows top 40 predicted heart failure related miRNAs by applying our proposed method. As can be seen, it contains 19 new miRNAs associated with Heart failure. All of these predicted associations were confirmed by literatures.
Table 3

Top 40 predicted miRNAs for Heart failure

miRNARankKnown beforeEvidence (PMID)miRNARankKnown beforeEvidence (PMID)
hsa-mir-20a1027173194hsa-mir-10121017712037
hsa-mir-125b2023736534hsa-let-7a22023736534
hsa-mir-213130783473hsa-mir-18a23128293796
hsa-mir-34a4028660188hsa-mir-22424023736534
hsa-mir-146a5030355233hsa-mir-925023736534
hsa-mir-1556130783473hsa-mir-19a26120118173
hsa-mir-177127058529hsa-mir-48627026485305
hsa-mir-1828125013816hsa-mir-12428023736534
hsa-mir-92a9123736534hsa-mir-146b29020118173
hsa-mir-12610129062343hsa-mir-148a30123736534
hsa-mir-14511130783473hsa-mir-18331027544699
hsa-mir-34c12130988323hsa-mir-181a32130783473
hsa-mir-200c13123736534hsa-mir-30c33130783473
hsa-mir-27a14122136461hsa-let-7d34020118173
hsa-mir-21815120118173hsa-mir-1635120118173
hsa-mir-2516030783473hsa-mir-22136030009269
hsa-mir-200b17023864135hsa-let-7b37020118173
hsa-mir-10b18130783473hsa-let-7c38023736534
hsa-mir-3119020118173hsa-mir-21039131249,644
hsa-mir-14320030783473hsa-mir-19140020118173
Top 40 predicted miRNAs for Heart failure Glioma is the most common central nervous system tumor and associated with poor prognosis. Identifying effective diagnostic biomarkers for glioma is particularly important in order to guide optimizing treatment [35]. Many studies have shown that some miRNAs are correlated with the diagnosis and prognosis of gliomas. For example, MiR-34a acts as tumor-suppressor by targeting many oncogenes related to proliferation, apoptosis, and invasion of gliomas [36]. MicroRNA (miR) 125b regulates cell growth and invasion in pediatric low grade glioma [37]. MicroRNA-21 promotes migration and invasion of glioma cells via activation of Sox2 and β-catenin signaling [38]. Therefore, in this study, we chose glioma as a case study to demonstrate our model’s ability in prediction associations between miRNAs and diseases. Table 4 lists top 40 glioma associated miRNAs inferred by our model. As illustrated, there are 14 new miRNAs associated with glioma, which are uncovered by applying our proposed method and all of them have been validated by literatures.
Table 4

Top 40 predicted miRNAs for Glioma

miRNARankKnown beforeEvidence (PMID)miRNARankKnown beforeEvidence (PMID)
hsa-mir-20a1127123147hsa-mir-34c21024179539
hsa-mir-172130524906hsa-mir-2522027123147
hsa-mir-125b3130131528hsa-let-7a23024092860
hsa-mir-214122468222hsa-mir-22424131046428
hsa-mir-34a5130836600hsa-mir-19a25029340016
hsa-mir-146a6022468222hsa-mir-926122468222
hsa-mir-92a7027801803hsa-mir-48627032094299
hsa-mir-1558024376632hsa-mir-181a28118710654
hsa-mir-1829120472885hsa-mir-146b29130018734
hsa-mir-14510123814265hsa-mir-12430122468222
hsa-mir-18a11128123848hsa-mir-148a31028445981
hsa-mir-200c12030034253hsa-mir-18332123263745
hsa-mir-27a13125628931hsa-mir-1633128628119
hsa-mir-21814128431179hsa-mir-22134131180529
hsa-mir-12615029633591hsa-mir-30c35029495977
hsa-mir-200b16130034253hsa-let-7d36031868319
hsa-mir-14317124980823hsa-mir-9337127185265
hsa-mir-10b18128431179hsa-mir-196a38124463357
hsa-mir-3119129521593hsa-mir-21439129234674
hsa-mir-10120021321380hsa-mir-181b40118710654
Top 40 predicted miRNAs for Glioma Glaucoma is the second leading cause of blindness in the United States of America [39]. The most common types of open-angle glaucoma (OAG) are primary open-angle glaucoma (POAG) and exfoliation glaucoma (XFG) [40]. Recent studies have shown that miRNAs may play a role in pathways implicated in glaucoma and act as biomarkers for disease pathogenesis [41]. In this paper, open-angle glaucoma is considered as an isolated disease because it is not associated with any miRNAs in the used datasets. However, our proposed method can be used to discover new associations for new diseases (or miRNAs) without any known associations before. As illustrated in Table 5, by applying our proposed method, 11 out of top 20 predicted open-angle glaucoma-related miRNAs have been confirmed by recent literatures.
Table 5

Top 20 miRNAs for GlaucomaOpen-Angle

miRNARankKnown beforeEvidence (PMID/reference)
hsa-mir-20a10Unknown
hsa-mir-125b2029401312
hsa-mir-213029401312
hsa-mir-34a40Reference [42]
hsa-mir-146a50Unknown
hsa-mir-1556029401312
hsa-mir-1267031153869
hsa-mir-2580Unknown
hsa-mir-34c90Unknown
hsa-mir-14510028424493
hsa-mir-18211027537254
hsa-mir-1712032178636
hsa-mir-200c13030025119
hsa-mir-27a14032178636
hsa-mir-218150Unknown
hsa-mir-92a160Unknown
hsa-mir-14317030025119
hsa-mir-10b180Unknown
hsa-mir-31190Unknown
hsa-mir-101200Unknown
Top 20 miRNAs for GlaucomaOpen-Angle

Discussions

Although our proposed method achieved a reliable performance, it still exists some limitations which require further research. Firstly, our method still focuses on unweighted tripartite graph, so it may be improved by weighting the known lncRNA-disease associations, known miRNA-disease associations, and verified lncRNA-miRNA interactions. Secondly, enhancing the algorithm of appropriating resources can integrate the updated lncRNA-miRNA interactions into resource allocation process. Finally, the latest useful datasets should be collected to update our dataset library (Additional files 1, 2, 3, 4, 5).

Conclusion

In this paper, we proposed a new method to infer miRNA-disease associations using collaborative filtering and resource allocation on a miRNA-disease-lncRNA tripartite graph. By applying our proposed method, we can improve prediction accuracy, solve the sparsity data problem, and have not to use subjective and not directly related to association prediction information. The experimental results show that our method achieves a reliable performance with AUC and AUPR values 0.9788 and 0.9373, respectively, which is more impressive than several mentioned previously methods. It demonstrates the ability to infer new associations between miRNAs and diseases as indicated in case studies of Prostatic Neoplasms, Heart Failure, and Glioma diseases. Besides, it can discover new associations for new diseases (or miRNAs) without any known associations as indicated in the case study of Open-angle glaucoma disease. It suggests that our method can be considered as a powerful tool to predict miRNA-disease associations. Additional file 1: For known lncRNA-disease associations. Additional file 2: For known lncRNA-disease associations. Additional file 3: For known lncRNA-disease associations. Additional file 4: For known lncRNA-miRNA associations. Additional file 5: For known disease-miRNA associations.
  35 in total

1.  Differentially expressed microRNAs in the aqueous humor of patients with exfoliation glaucoma or primary open-angle glaucoma.

Authors:  Michelle D Drewry; Pratap Challa; John G Kuchtey; Iris Navarro; Inas Helwa; Yanzhong Hu; Hongmei Mu; W Daniel Stamer; Rachel W Kuchtey; Yutao Liu
Journal:  Hum Mol Genet       Date:  2018-04-01       Impact factor: 6.150

2.  The association of heart failure-related microRNAs with neurohormonal signaling.

Authors:  Yei-Tsung Chen; Juan Wang; Kai Sing Tong; Lee Lee Wong; Oi Wah Liew; Arthur Mark Richards
Journal:  Biochim Biophys Acta Mol Basis Dis       Date:  2017-01-05       Impact factor: 5.187

3.  World Cancer Report 2014. Geneva, Switzerland: World Health Organization, International Agency for Research on Cancer, WHO Press, 2015.

Authors:  Shelley McGuire
Journal:  Adv Nutr       Date:  2016-03-15       Impact factor: 8.701

4.  LncRNADisease 2.0: an updated database of long non-coding RNA-associated diseases.

Authors:  Zhenyu Bao; Zhen Yang; Zhou Huang; Yiran Zhou; Qinghua Cui; Dong Dong
Journal:  Nucleic Acids Res       Date:  2019-01-08       Impact factor: 16.971

5.  Biological significance of miR-126 expression in atrial fibrillation and heart failure.

Authors:  X J Wei; M Han; F Y Yang; G C Wei; Z G Liang; H Yao; C W Ji; R S Xie; C L Gong; Y Tian
Journal:  Braz J Med Biol Res       Date:  2015-08-25       Impact factor: 2.590

Review 6.  MicroRNAs as potential biomarkers for the diagnosis of glioma: A systematic review and meta-analysis.

Authors:  Qian Zhou; Jing Liu; Jing Quan; Wenlan Liu; Hui Tan; Weiping Li
Journal:  Cancer Sci       Date:  2018-08-03       Impact factor: 6.716

7.  Adaptive multi-view multi-label learning for identifying disease-associated candidate miRNAs.

Authors:  Cheng Liang; Shengpeng Yu; Jiawei Luo
Journal:  PLoS Comput Biol       Date:  2019-04-01       Impact factor: 4.475

8.  starBase v2.0: decoding miRNA-ceRNA, miRNA-ncRNA and protein-RNA interaction networks from large-scale CLIP-Seq data.

Authors:  Jun-Hao Li; Shun Liu; Hui Zhou; Liang-Hu Qu; Jian-Hua Yang
Journal:  Nucleic Acids Res       Date:  2013-12-01       Impact factor: 16.971

9.  HMDD v2.0: a database for experimentally supported human microRNA and disease associations.

Authors:  Yang Li; Chengxiang Qiu; Jian Tu; Bin Geng; Jichun Yang; Tianzi Jiang; Qinghua Cui
Journal:  Nucleic Acids Res       Date:  2013-11-04       Impact factor: 16.971

10.  Association of miR-34a Expression with Quality of Life of Glioblastoma Patients: A Prospective Study.

Authors:  Paulina Vaitkiene; Aiste Pranckeviciene; Rytis Stakaitis; Giedrius Steponaitis; Arimantas Tamasauskas; Adomas Bunevicius
Journal:  Cancers (Basel)       Date:  2019-03-04       Impact factor: 6.639

View more

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