Skip to main content
Advertisement
Browse Subject Areas
?

Click through the PLOS taxonomy to find articles in your field.

For more information about PLOS Subject Areas, click here.

  • Loading metrics

Prediction of microRNAs Associated with Human Diseases Based on Weighted k Most Similar Neighbors

  • Ping Xuan ,

    Contributed equally to this work with: Ping Xuan, Ke Han

    Affiliation Key Laboratory of Database and Parallel Computing of Heilongjiang Province, School of Computer Science and Technology, Heilongjiang University, Harbin, China

  • Ke Han ,

    Contributed equally to this work with: Ping Xuan, Ke Han

    Affiliation School of Computer and Information Engineering, Harbin University of Commerce, Harbin, China

  • Maozu Guo ,

    maozuguo@hit.edu.cn (MG); guoyahong7225@163.com (YG); yufei.huang@utsa.edu (YH)

    Affiliation Department of Computer Science and Engineering, Harbin Institute of Technology, Harbin, China

  • Yahong Guo ,

    maozuguo@hit.edu.cn (MG); guoyahong7225@163.com (YG); yufei.huang@utsa.edu (YH)

    Affiliation School of Information Science and Technology, Heilongjiang University, Harbin, China

  • Jinbao Li,

    Affiliation Key Laboratory of Database and Parallel Computing of Heilongjiang Province, School of Computer Science and Technology, Heilongjiang University, Harbin, China

  • Jian Ding,

    Affiliation Key Laboratory of Database and Parallel Computing of Heilongjiang Province, School of Computer Science and Technology, Heilongjiang University, Harbin, China

  • Yong Liu,

    Affiliation Key Laboratory of Database and Parallel Computing of Heilongjiang Province, School of Computer Science and Technology, Heilongjiang University, Harbin, China

  • Qiguo Dai,

    Affiliation Department of Computer Science and Engineering, Harbin Institute of Technology, Harbin, China

  • Jin Li,

    Affiliation Department of Computer Science and Engineering, Harbin Institute of Technology, Harbin, China

  • Zhixia Teng,

    Affiliation Department of Computer Science and Engineering, Harbin Institute of Technology, Harbin, China

  • Yufei Huang

    maozuguo@hit.edu.cn (MG); guoyahong7225@163.com (YG); yufei.huang@utsa.edu (YH)

    Affiliation Department of Electrical and Computer Engineering, University of Texas, San Antonio, Texas, United States of America

Corrections

23 Sep 2013: Xuan P, Han K, Guo M, Guo Y, Li J, et al. (2013) Correction: Prediction of microRNAs Associated with Human Diseases Based on Weighted k Most Similar Neighbors. PLOS ONE 8(9): 10.1371/annotation/a076115e-dd8c-4da7-989d-c1174a8cd31e. https://doi.org/10.1371/annotation/a076115e-dd8c-4da7-989d-c1174a8cd31e View correction

23 Aug 2013: Xuan P, Han K, Guo M, Guo Y, Li J, et al. (2013) Correction: Prediction of microRNAs Associated with Human Diseases Based on Weighted k Most Similar Neighbors. PLOS ONE 8(8): 10.1371/annotation/28592478-72f5-4937-919b-b2342d6ceda0. https://doi.org/10.1371/annotation/28592478-72f5-4937-919b-b2342d6ceda0 View correction

Abstract

Background

The identification of human disease-related microRNAs (disease miRNAs) is important for further investigating their involvement in the pathogenesis of diseases. More experimentally validated miRNA-disease associations have been accumulated recently. On the basis of these associations, it is essential to predict disease miRNAs for various human diseases. It is useful in providing reliable disease miRNA candidates for subsequent experimental studies.

Methodology/Principal Findings

It is known that miRNAs with similar functions are often associated with similar diseases and vice versa. Therefore, the functional similarity of two miRNAs has been successfully estimated by measuring the semantic similarity of their associated diseases. To effectively predict disease miRNAs, we calculated the functional similarity by incorporating the information content of disease terms and phenotype similarity between diseases. Furthermore, the members of miRNA family or cluster are assigned higher weight since they are more probably associated with similar diseases. A new prediction method, HDMP, based on weighted k most similar neighbors is presented for predicting disease miRNAs. Experiments validated that HDMP achieved significantly higher prediction performance than existing methods. In addition, the case studies examining prostatic neoplasms, breast neoplasms, and lung neoplasms, showed that HDMP can uncover potential disease miRNA candidates.

Conclusions

The superior performance of HDMP can be attributed to the accurate measurement of miRNA functional similarity, the weight assignment based on miRNA family or cluster, and the effective prediction based on weighted k most similar neighbors. The online prediction and analysis tool is freely available at http://nclab.hit.edu.cn/hdmpred.

Introduction

MicroRNAs (miRNAs) are a set of short (21∼24 nt) non-coding RNAs that play important roles in gene regulation by targeting mRNAs for cleavage or translational repression [1], [2]. MiRNAs are involved in many important biological processes including cell differentiation, proliferation, and apoptosis [3]. Furthermore, accumulating evidence indicates miRNAs are associated with various human diseases [4][7].

Identifying the relationship between miRNAs and diseases by experimental methods, such as microarray profiling and qRT-PCR, has been proven successful. However, the false positive microarray results can be caused by the different melting temperatures of miRNAs [8][11]. Furthermore, the experimental cost is greatly increased by the probe design [12][14]. Therefore, development of computational methods that predict the reliable disease-related miRNA candidates is a valuable complement to experimental studies [15][22]. So far, little work is available in predicting disease miRNAs.

First, it was shown that functionally related miRNAs tend to be associated with phenotypically similar diseases [18]. Jiang et al. constructed the miRNA network by establishing a functional relationship of two miRNAs based on their target genes. Their target genes are predicted by the target prediction programs PITA [23] and TargetScan [24]. They integrated the miRNA network with a phenome network to infer potential miRNA-disease associations. In addition, Jiang et al. further improved the calculation of concordance score between a miRNA and a given disease [19]. However, the high false positive in miRNA target predictions [25] restrains the efficacy of Jiang's methods.

Second, it was reported that if miRNAs are associated with a similar regulatory pattern in the same type of disease, their target genes may share common functional characteristics [20]. Based on these results, Li et al. prioritized the miRNAs for a specific disease by estimating the functional consistency score (FCS) among their target genes and the known target genes associated with the disease [21]. The target genes of these miRNAs are predicted by the target prediction programs miRanda [26], PicTar [27] and TargetScan. FCS method was applied to 11 human diseases including breast cancer, lung cancer and etc. However, besides the high false positive in miRNA target predictions, the limited known disease-related target genes also restrain the method's usage for the 11 diseases. For other important human diseases, such as heart failure, the method is unable to provide their prediction results.

Third, it is observed that miRNAs with similar functions are often associated with similar diseases and vice versa [8], [20], [28], [29]. The functional similarity of two miRNAs is successfully estimated by the semantic similarity of their associated two groups of diseases [20]. On the basis of the calculated similarities, RWRMDA constructed a miRNA similarity network. The new miRNA-disease associations are predicted based on random walking on the network [22]. However, the association information between the miRNAs passed by a walker and a specific disease is overlooked. Furthermore, RWRMDA does not consider the characteristics of the members from miRNA family or cluster.

In this study, we improved the functional similarity estimation method developed in [20] by further considering the information content of disease terms and phenotype similarity between diseases. Subsequently, the members of miRNA family or cluster are assigned higher weight since they are more probably associated with similar diseases. At last, we presented an effective prediction algorithm based on weighted k most similar neighbors (HDMP). HDMP's prediction performance is evaluated by performing 5-fold cross validation and another validation based on an updated dataset. The results indicate HDMP achieves better performance than the existing methods.

Materials and Methods

Disease miRNAs prediction based on weighted k most similar neighbors

For a specific disease d, we refer to the experimentally validated miRNAs associated with d as the labeled miRNAs. The others which have no evidence to validate that they are associated with d until now are referred to as the unlabeled miRNAs. As the unlabeled miRNAs are probably associated with d, our goal is to rank the unlabeled miRNAs according to their possibilities of associating with d. To achieve this goal, we correlate an unlabeled miRNA u with a relevance score Score(u). A greater Score(u) means higher possibility that u is associated with d. We then rank all the unlabeled miRNAs according to their relevance scores and select the top ranked miRNAs as potential d-related candidates.

The process of predicting d-related candidates includes four steps, as shown in Figure 1. First, the functional similarity of any two miRNAs is calculated by incorporating the semantic similarity and the phenotype similarity between diseases, and then a symmetric functional similarity matrix is constructed. Second, the members of each miRNA family or cluster are assigned higher weight according to the miRNA-disease association information in the family or cluster. Third, the relevance score of each unlabeled miRNA is estimated by considering the functional similarities of its weighted k most similar neighbors and the distribution information of the labeled miRNAs in these neighbors. Fourth, all the unlabeled miRNAs are ranked by their relevance scores. The miRNAs with higher ranks are potential d-related candidates. Our proposed prediction method is referred to as HDMP.

thumbnail
Figure 1. Process of predicting disease d-related candidates.

Step 1: calculate the functional similarity of any two miRNAs and construct a symmetric functional similarity matrix. Step 2: assign the members of miRNA family or cluster higher weight. Step 3: calculate the relevance score of each unlabeled miRNA. Step 4: rank all the unlabeled miRNAs according to their scores and select the top ranked miRNAs as potential candidates.

https://doi.org/10.1371/journal.pone.0070204.g001

MiRNA functional similarity measurement

The prediction performance of HDMP is highly dependent on accurate miRNA functional similarity measurement. It is observed that miRNAs with similar functions are often associated with similar diseases and vice versa [8], [20], [28], [29]. Therefore, Wang et al. proposed to estimate functional similarity of two miRNAs by measuring the semantic similarity of their associated diseases [20]. In this section we give a brief overview of Wang's measurement. In the next section, we pointed out its inadequacy and further proposed the improved estimation strategy.

Assume that DTu and DTv represent a group of diseases associated with the miRNA u and v, respectively, and, for example, DTu = {liver neoplasms (LN), breast neoplasms (BN)} and DTv = {pancreatic neoplasms (PN), breast neoplasms (BN)}. The similarity between DTu and DTv is calculated as the functional similarity between u and v, denoted as Misim(u, v). As shown in Figure 2, Wang's measurement process contains three steps.

thumbnail
Figure 2. Measuring the functional similarity between miRNA u and v.

https://doi.org/10.1371/journal.pone.0070204.g002

First, the semantic similarity of any two diseases du and dv (duDTu, dvDTv) is calculated, such as SS(LN, PN). Two diseases LN (liver neoplasms) and PN (pancreatic neoplasms) are represented by directed acyclic graph (DAG), as shown in Figure 3. In the DAG of LN, ‘liver neoplasms’ in the 0th layer is the most specific disease term and therefore its contribution to its own semantic value is defined as 1. Since ‘Digestive system neoplasms’ in the 1th layer is a more general denomination, its contribution is multiplied by the semantic contribution factor (Δ = 0.5). Wang et al. defined the factor Δ to differentiate the semantic contribution values of disease terms in different layers. ‘Neoplasms by site’ in the 2th layer is even more general than ‘Digestive system neoplasms’ and its contribution is further factored as 0.5×0.5. Thus, the semantic value of LN is DV(LN) = 1.0 (1.0 is the semantic contribution value of ‘liver neoplasms’)+0.5 (‘digestive system neoplasms’)+0.5×0.5 (‘neoplasms by site’)+0.5×0.5×0.5 (‘neoplasms’)+0.5 (‘liver diseases’)+0.5×0.5 (‘digestive system diseases’) = 2.625. In the same way, the semantic value of PN is DV(PN) = 3.375. Suppose TLN is the set of all ancestor nodes of ‘liver neoplasms’ including node ‘liver neoplasms’ itself and t represents a blue node shared by the two diseases and tTLNTPN. The sum of semantic contributions of all the blue nodes in Figure 3A is ∑D(LN, t) = 0.5 (‘digestive system neoplasms’)+0.5×0.5 (‘neoplasms by site’)+0.5×0.5×0.5 (‘neoplasms’)+0.5×0.5 (‘digestive system diseases’) = 1.125. Similarly, ∑D(PN, t) in Figure 3B is 1.125. The semantic similarity of these two diseases, SS(LN, PN), is calculated as(1)Also, we have SS(LN, BN) = 0.357, SS(BN, PN) = 0.3125, and SS(BN, BN) = 1.

thumbnail
Figure 3. The disease DAGs of liver neoplasms and pancreatic neoplasms.

(a) DAG of liver neoplasms. (b) DAG of pancreatic neoplasms. The nodes in blue are the disease terms shared by the two DAGs.

https://doi.org/10.1371/journal.pone.0070204.g003

Second, the similarity between one of diseases associated with miRNA u, such as LN, and the group of diseases associated with miRNA v, DTv = {PN, BN}, is denoted as S(LN, DTv) and calculated as(2)Therefore, S(BN, DTv) = 1, S(PN, DTu) = 0.417, and S(BN, DTu) = 1.

Third, the similarity between two groups of diseases, DTu and DTv, is calculated as the similarity of their associated two miRNAs, i.e., the functional similarity of u and v. It is denoted as Misim(u, v) and defined as follows.(3)

Incorporating information content of disease terms and disease phenotype similarity

Wang's measurement has been proved successful in estimating the functional similarity of two miRNAs. However, we found its inadequacy. As shown in Figure 3, the farther a disease term is from the 0th layer, the more general the disease term is and the less semantic contribution it has. Wang et al. defined the semantic contribution of a disease term in the kth layer as 0.5k. Thus, the disease terms in the same layer (e.g., ‘digestive system neoplasms’ and ‘liver diseases’ in the 1th layer in Figure 3A) have the same semantic contribution value (0.5).

However, we found that ‘digestive system neoplasms’ appears in 40 disease DAGs, such as DAG of esophageal neoplasms and DAG of liver neoplasms. ‘liver diseases’ appears in 73 disease DAGs, such as DAG of liver failure and DAG of liver cirrhosis. Obviously, the former is more specific than the latter since the former appears in less DAGs. The semantic contribution of the former should be higher than the latter. Therefore, it is less accurate to assign the same contribution value to the disease terms of the same layer in Wang's measurement.

Intuitively, the more specific a disease term is, the more informative it is for calculating the functional similarity. Therefore, we calculate the information content of per disease term as its semantic contribution. In this way, a more specific disease term has a greater semantic contribution value. Given that the likelihood of a disease term t appearing in all the disease DAGs is denoted as p(t), the information content of t, IC(t), can be quantified as the negative log of the likelihood, and IC(t) = −log[p(t)]. The information content of all the 4577 disease terms was calculated and available at our web site. Thus, the semantic value of ‘liver neoplasms’, DV(LN), is updated as 10.160 (10.160 is the value of IC(liver neoplasms))+6.838 (IC(digestive system neoplasms))+4.453 (IC(neoplasms by site))+2.785 (IC(neoplasms))+6.116 (IC(liver diseases))+3.961 (IC(digestive system diseases)) = 34.313. In the same way, DV(PN) is 46.566. The semantic similarity SS(LN, PN) is calculated as(4)Therefore, SS(LN, BN) = 0.215, SS(BN, PN) = 0.182, and SS(BN, BN) = 1.

Obviously, a greater semantic similarity revealed that two diseases are more likely similar with each other. In addition, the similarity of two diseases is closely related to their phenotypes. We obtained the similarity between any two of 5080 disease phenotypes from the literature [30]. The phenotype similarity between two diseases, such as A and B, is denoted as PS(A, B). In order to incorporate the semantic similarity and the phenotype similarity, the similarity between A and B is defined as DS(A, B).(5)Thus, DS(LN, PN) is calculated as follows.(6)Therefore, DS(LN, BN) = 0.295, DS(BN, PN) = 0.287, and DS(BN, BN) = 1.

Next, the similarity between LN and DTv, S(LN, DTv), is updated as(7)Also, we have S(BN, DTv) = 1, S(PN, DTu) = 0.319, and S(BN, DTu) = 1. Thus, the similarity between miRNA u and v is denoted as MS(u,v) and calculated as follows.(8)

Assignment of weight based on miRNA families or clusters

It was reported that the members of miRNA family or cluster are more likely to associate with the similar diseases [8], [20], [31]. Therefore, these miRNAs are assigned higher weight and the assignment strategy is described as follows.

Assignment of weight based on miRNA families.

The homologous miRNAs are gathered into the same miRNA family by RFam [32]. The seed regions (normally 2–8th nucleotide from the 5′ end of miRNA) of miRNA sequences of the same family are almost identical. Since the seed of a miRNA is commonly required to be perfectly complementary to the target mRNAs for cleavage or translational repression, the members of the same family likely regulate a common set of mRNA targets. Hence, it is more likely that they are associated with the similar diseases [20], [31]. Assume u is an unlabeled miRNA and v is one of its k most similar neighbors. Also, assume v is associated with disease d. Furthermore, u and v belong to a same family. As far as v is concerned, u is more possibly associated with d. At this time, v is assigned higher weight. In the future, the weight will be multiplied by the functional similarity between u and v as the subscore of v, detailed in section ‘Calculation of the relevance scores of miRNA candidates’.

We download the information of miRNA families from the latest miRNA database miRBase 19. The 474 miRNAs involved in the 4379 miRNA-disease associations cover 52 families. For the ith (1≤i≤52) family, the rate of d-related miRNAs accounting for its size is defined as(9)For instance, assume there are 10 miRNAs in the ith miRNA family. 6 of 10 miRNAs are associated with d. Thus, we have rfi(d) = 6/10 = 0.6. The greater rfi(d) means that most of miRNAs in the family have been associated with d. The remaining miRNAs are more likely to associate with d.

Assume two miRNAs do not belong to the same family. The weight of these two miRNAs with respect to d is viewed as 1. Assume another two miRNAs belong to the ith family and some miRNAs of the family are associated with d. The weight of the miRNAs in the ith family with respect to d should be greater than 1 and it is defined as(10)where α is a factor for adjusting the weight. To find a suitable α value, the different α values from 1 to 10 are tested by performing 5-fold cross validation. Figure S1A shows HDMP achieved better prediction performance when α = 4 than other values. Therefore, we set α as 4 in this study.

For each family, we calculate the weight of its members for each disease involved in the family. The calculation process is illustrated by miRNA family 1. As shown in Figure 4, assume there are p families and family 1 is composed of 5 miRNAs, including miRNA 1, 2, 3, 4, and 5. Assigning weight for family 1 includes the following 3 steps.

thumbnail
Figure 4. Assigning weight for the members of a miRNA family according to their associations with a group of diseases.

https://doi.org/10.1371/journal.pone.0070204.g004

  1. All the diseases that are associated with the members of family 1 are collected to form the disease set S1 = {d1,d2,d3,d4,d5}.
  2. We collect the miRNAs associated with disease di (1≤i≤5), respectively. For instance, d1 is associated with miRNA 1 and 3. d2 is associated with miRNA 1, 2, 4, and 5. d3 is associated with miRNA 2, 3, and 4. d4 is associated with miRNA 2 and 3. d5 is associated with miRNA 3 and 5.
  3. The weight of the miRNAs in family 1 with respect to disease di (1≤i≤5) is calculated. For instance, d2 is associated with miRNA 1, 2, 4, and 5. Family 1 is composed of 5 miRNAs. Thus, d2-related miRNAs account for four fifth of family 1 and rf1(d2) = 4/5. The weight about d2 is wf1(d2) = 1+rf1(d2)/α = 1+(4/5)/α = 1+(4/5)/4 = 1.2.

Repeating above 3 steps, the weight can be calculated for family 2, …, and family p, respectively.

Assignment of weight based on miRNA clusters.

It has been reported that miRNAs are often found in genomic clusters [33]. The clustered miRNAs are usually transcribed together and more likely associated with the similar diseases [8], [20]. Therefore, if the unlabeled miRNA u and one of its neighbor v belong to a same cluster, v is assigned higher weight.

We download the chromosomal coordinates of human miRNAs from miRBase 19. Wang et al. confirm that the clustered miRNAs located within 20 kb of genomic location are more likely to associate with the similar diseases [20]. Therefore, we merge the miRNAs whose distances are within 20 kb into a same cluster. The 474 miRNAs involved in the 4379 miRNA-disease associations cover 58 clusters. For the ith (1≤i≤58) cluster, the rate of disease d-related miRNAs accounting for its size is defined as(11)The greater rgi(d) means that most of miRNAs in the ith cluster have been associated with d. The remaining miRNAs are more possibly associated with d. The weight of two miRNAs not belonging to the same cluster is viewed as 1. Assume there are another two miRNAs belonging to the ith cluster and some miRNAs of the cluster are associated with d. The weight of the miRNAs in the ith cluster with respect to d should be greater than 1 and it is defined as(12)where β is a factor for adjusting the weight. The different β values from 1 to 10 were investigated by the experiments. HDMP achieved the highest prediction performance when β is 4 (Figure S1B).

Calculation of the relevance scores of miRNA candidates

For a specific disease d, to reliably estimate the relevance score of an unlabeled miRNA u, its k most similar neighboring miRNAs are observed. Assume miRNA v is one of the k neighbors and it is associated with d. Since u and its neighbor v have higher functional similarity, they are more possibly associated with a group of similar diseases. Thus, as far as v is concerned, u is also possibly associated with d. The greater the functional similarity between u and v, the higher the possibility that u is associated with d. Therefore, the functional similarity is considered when estimating the relevance score of u.

We correlate each of k neighbors with a subscore. The subscores of k neighbors are accumulated as the relevance score of u. The 3 combinations of u and v are listed as following.

  1. MiRNA u and its neighbor v are not in the same miRNA family or cluster. Also, v is associated with d. For instance, as shown in the 3th part of Figure 1, miRNA 1 is an unlabeled miRNA. Since its neighbor 5 is associated with d, 1 is possibly associated with d. The greater functional similarity between 1 and 5, MS(1, 5), means that 1 is more likely to associate with d. Thus, with respect to 1, the subscore of 5 is assigned to MS(1, 5) = 0.6.
  2. MiRNA u and its neighbor v belong to the same miRNA family or cluster. Also, v is associated with d. In Figure 1, since the neighbor 20 is associated with d, 1 is possibly associated with d. Furthermore, as both 1 and 20 are in the ith family, they are more likely to associate with d. Therefore, to assign the subscore of 20, we consider the functional similarity between 1 and 20. At the same time, the weight of these two miRNAs in this family is considered. The subscore of 20 is MS(1, 20)×wfi(d) = 0.6×1.15 = 0.69. In addition, if two miRNAs not only belong to a family but also belong to a cluster, both the weight based on this family and that based on this cluster are multiplied by their functional similarity as the subscore.
  3. The neighbor v has no evidence to validate that it is associated with d. For instance, miRNA 2 is a neighbor of 1 and 2 is not associated with d. As far as 2 is concerned, it is very little possibility that 1 is associated with d. At this time, the subscore of 2 is assigned to 0.

The sum of subscores of k neighbors is calculated as the relevance score of u. As shown in Figure 1, 3 miRNAs (5, 10, and 20) are associated with disease d in the 6 most similar neighbors of 1. The functional similarities between 1 and 5, 10, 20 are 0.6, 0.7, and 0.6 respectively. Furthermore, 1 and 20 are in the ith family and the weight wfi(d) is 1.15. At this time, the subscores of 5 and 10 are 0.6 and 0.7 respectively. The subscore of 20 is 0.6*1.15 = 0.69. Since 2, 8, 16 are not associated with d, all of their subscores are 0. Thus, the relevance score of 1 is denoted as Score(1) = 0.6+0.7+0.69 = 1.99. In this way, we calculate the relevance scores for all the unlabeled miRNAs.

For a specific disease d, assume the labeled miRNA set is Q = {q1,q2,…,qm}. The unlabeled miRNA set is U = {u1,u2,…,un}. To determine the association possibility of an unlabeled miRNA u (uU) with d, the sum of subscores of weighted k neighbors most similar to u is calculated as its relevance score. The higher score means a more possible association between u and d. The algorithm of predicting d-related miRNA candidates is described in Figure 5.

thumbnail
Figure 5. Algorithm of predicting the miRNA candidates associated with disease d.

https://doi.org/10.1371/journal.pone.0070204.g005

The relevance score accumulation between an unlabeled miRNA and its neighbors is dependent on the parameter k. If k is too great, the noise data will be included, which will not contribute to improving the prediction performance. If k is too small, there is no sufficient data to accurately estimate the relevance scores. The different k values from 1 to 50 were investigated by the experiments. Figure S1C shows HDMP achieved the highest prediction performance when k is 20.

Results and Discussion

Data preparation

The human miRNA-disease associations were downloaded from the human miRNA-disease database HMDD [29]. Two versions (November-2010 Version and September-2012 Version) of HMDD associations were used in the experiments. Invalid miRNA-disease associations with incorrect disease names or miRNA names are filtered out. The correct disease names were downloaded from the National Library of Medicine (http://www.nlm.nih.gov/). The correct miRNA names were obtained from the latest miRNA database miRBase 19 [34]. After filtering, November-2010 Version contains 2076 associations between 338 miRNAs and 199 diseases, and September-2012 Version contains 4379 miRNA-disease associations between 474 miRNAs and 268 diseases. The similarity between any two of 5080 OMIM disease phenotypes was obtained from the literature [30]. Since the disease names of OMIM are named differently from those of MeSH, their mapping information was downloaded from the comparative toxicogenomics database [35].

Prediction performance evaluation

To evaluate HDMP's ability of predicting disease miRNAs, 5-fold cross validation was performed firstly. For a specific disease d, the labeled miRNAs of September-2012 Version are randomly divided into 5 subsets, 4 of which are used as known information to predict candidates, while the left out subset is used for testing. The d-related miRNA candidate pool consisted of all the unlabeled miRNAs and the labeled miRNAs used for testing. The relevance score of each unlabeled miRNA and that of each labeled miRNA in the pool are calculated. All these miRNAs are ranked by their relevance scores. The higher the labeled miRNAs are ranked, the better the prediction performance is.

If a labeled miRNA has higher rank than a given threshold, HDMP is considered to successfully predict it. By varying the threshold, the true positive rate (sensitivity) and the false positive rate (1-specificity) were calculated to obtain the receiver operating characteristic (ROC) curves. Sensitivity is the proportion of the labeled miRNAs successfully predicted accounting for all the labeled miRNAs in the pool. Specificity is the proportion of the unlabeled miRNAs which have lower ranks than the threshold accounting for all the unlabeled miRNAs. The area under the ROC curve (AUC) was calculated to demonstrate the prediction performance of HDMP. To obtain reliable evaluation result, we tested the 18 human diseases which are associated with at least 60 miRNAs respectively. As shown in Table 1, HDMP achieved the highest AUC with pancreatic neoplasms, and the lowest AUC with lupus vulgaris. The average AUC value for the 18 diseases is 0.825.

thumbnail
Table 1. Prediction results of HDMP and other methods for 5-fold cross validation.

https://doi.org/10.1371/journal.pone.0070204.t001

In addition, the associations of November-2010 Version were used to construct HDMP. HDMP was applied to predict the set of associations added into HMDD between November-2010 and September-2012. The set of associations formed the updated dataset. The validation based on the dataset is called updated dataset validation. There are 9 diseases each of which is associated with at least 60 miRNAs in November-2010. The 9 diseases were tested to further evaluate the prediction performance of HDMP. As shown in Table 2, the highest AUC was obtained with pancreatic neoplasms, and the lowest AUC was obtained with hepatocellular carcinoma. The average AUC for the 9 diseases is 0.726.

thumbnail
Table 2. Prediction results of HDMP and other methods for updated dataset validation.

https://doi.org/10.1371/journal.pone.0070204.t002

Importance for improving miRNA similarity measurement and incorporating miRNA family or cluster

To validate the importance for improving miRNA functional similarity measurement, two HDMP's instances were constructed based on our measurement and Wang's measurement respectively. The 5-fold cross validation was performed to evaluate the performance of these two instances. The former achieved higher AUC values for all the 18 human diseases (Table S1). The minimum AUC increase is 1.6% for adenoviridae infections and the maximum one is 3.7% for medulloblastoma. For the 18 diseases, the AUC is increased by 2.2% on average. It demonstrates our measurement is effective for improving the prediction performance. In addition, the prediction instance based on Wang's measurement achieves decent performance. It further confirms the prediction method based on weighted k neighbors is sufficient to ensure the prediction accuracy.

In addition, we constructed three prediction instances and listed their prediction results in Table S2. The first instance was constructed only based on k most similar neighbors without considering miRNA family and cluster. The others further incorporated miRNA family and cluster respectively. For the 18 diseases, the average AUC of the second instance is 2.9% greater than the first one. The third instance is also increased by 2.8% on average. It shows the importance of incorporating miRNA family and cluster during construction of the efficient prediction instance.

Comparison with FCS method, Jiang's method, and RWRMDA

We first compared HDMP with FCS method proposed in [21]. FCS method ranked the miRNA candidates based on the functional consistency between miRNA target genes and disease-related genes. While FCS method ranked disease miRNA candidates for 11 diseases, our HDMP method ranked for 18 diseases. The 5-fold cross validation was performed on their 8 common diseases. In addition, there are 4 common diseases for the updated dataset validation. The ranked miRNAs by FCS method were downloaded from the web site (http://bioinfo.hrbmu.edu.cn/CMP). The results over 5-fold cross validation (Table 1) and those over updated dataset validation (Table 2) show that HDMP is more accurate than FCS method. The average AUC value for 8 common diseases is increased by 19.5% and that for 4 common diseases is increased by 13.5%. We measured the statistical significance of the difference in their AUCs by paired t-test. The p-values are reported in Table 3. Clearly, HDMP performs significantly better than FCS method at the significance level 0.05.

thumbnail
Table 3. p-values obtained by paired t-testing the AUCs of HDMP and those of another prediction method.

https://doi.org/10.1371/journal.pone.0070204.t003

As mentioned before, FCS method is dependent on the predicted miRNA target genes. However, it is difficult to obtain highly accurate target genes although FCS method integrated the results of 3 target prediction programs to minimize the false positive. HDMP is based on the accurate measurement of miRNA functional similarity and effective prediction process by observing weighted k most similar neighbors. Thus, HDMP achieves better prediction performance.

Second, we compared HDMP with Jiang's method presented in [18], where the potential miRNA-disease associations were inferred based on the human phenome-miRNAnome network. Jiang's another method presented in [19] can not be compared since its source code and web service are unavailable. The disease description in Jiang's method comes from the Online Mendelian Inheritance in Man (OMIM) database [36]. Due to the slight differences between the disease names of OMIM and those of MeSH, there are no exact correspondences for 6 of the 18 diseases for 5-fold cross validation. Also, there are no corresponding disease names for 2 of the 9 diseases for updated dataset validation. Consequently, we compared the results of HDMP and those of Jiang's method for their common diseases (Table 1 and Table 2). The p-values by paired t-test are listed in Table 3. It is clear that the prediction performance of HDMP is significantly better than that of Jiang's method. The average AUC value for 12 common diseases is increased by 24.9% and that for 7 common diseases is increased by 17.6%. Jiang et al. constructed the miRNAnome network based on the predicted miRNA targets. These targets were obtained by simply merging the results of 2 target prediction programs. Thus, the high false positive in the merged targets has a great effect on the performance of Jiang's method.

Third, RWRMDA was originally constructed by using the 1395 miRNA-disease associations in the earlier version of HMDD (September, 2009). Unfortunately, the source code of RWRMDA provided by its web site is not available currently. To compare with RWRMDA, we implement RWRMDA based on 5-fold cross validation and updated dataset validation, respectively. The restart probability r of RWRMDA is set to 0.9 suggested by the experiments in [22]. The p-values by paired t-test are listed in Table 3. It indicates that HDMP performed significantly better than RWRMDA. The average AUC value for 18 diseases over 5-fold cross validation is increased by 15.3% and that for 9 diseases over updated dataset validation is increased by 9.2%. As mentioned before, RWRMDA predicted the disease miRNAs by random walking on the miRNA similarity network. However, when a walker moving from a miRNA to one of its neighbors, RWRMDA overlooked whether the miRNA is associated with d or not. It is not good for more specifically predicting d-related miRNAs. HDMP considers the k most similar neighbors and the distribution information of the known d-related miRNAs in these neighbors. Furthermore, HDMP incorporates the weight information of miRNA family or cluster. Therefore, HDMP achieved better performance.

The ROC curves for 5-fold cross validation and those for updated dataset validation are demonstrated in Figure 6 and 7 respectively. RWRMDA performed better than FCS method and Jiang's method for most of diseases. HDMP outperformed all the previous methods. It indicates that HDMP can successfully recover the known disease miRNAs. In addition, for all the prediction methods, their overall performance over 5-fold cross validation is better than that over updated dataset validation. The primary reason is that the number of labeled miRNAs in the training dataset for the former is greater than that for the latter.

thumbnail
Figure 6. ROC curves of HDMP and other methods for 5-fold cross validation.

Each value in bracket is the area under HDMP's ROC curve.

https://doi.org/10.1371/journal.pone.0070204.g006

thumbnail
Figure 7. ROC curves of HDMP and other methods for updated dataset validation.

Each value in bracket is the area under HDMP's ROC curve.

https://doi.org/10.1371/journal.pone.0070204.g007

Case studies: prostatic neoplasms, breast neoplasms, and lung neoplasms

To further demonstrate the ability of HDMP to uncover potential disease-related miRNA candidates, we present the case studies of prostatic neoplasms, breast neoplasms, and lung neoplasms. Many researchers have shown that miRNAs play critical role in the three diseases. Due to space limitations, we only provide a comprehensive analysis of the prostatic neoplasms-related candidates.

HDMP predict the candidates by using the miRNA-disease associations in the earlier version of HMDD (1 January 2012). The newly reported prostatic neoplasms-related miRNAs after January 1 2012 are used to validate the predicted candidates. Furthermore, the miRNA-disease relevant databases “miR2Disease” [37] and “dbDEMC” [38] are also used to confirm the candidates.

The top 50 candidates in the ranked list are illustrated in Table 4, and detailed in Table S3. First, during the period from January 2012 to September 2012, HMDD has been updated three times. There are 24 newly reported prostatic neoplasms-related miRNAs. 9 of 50 miRNAs are supported by the newly reported miRNAs. It indicates that HDMP can discover potentially important prostatic neoplasms-related miRNAs.

thumbnail
Table 4. The top 50 prostatic neoplasms-related miRNA candidates.

https://doi.org/10.1371/journal.pone.0070204.t004

Second, miR2Disease is a manually curated database which provides a comprehensive resource of miRNA deregulation in various human diseases [37]. The current version of miR2Disease contains 3273 curated associations between 349 human miRNAs and 163 diseases. 17 of 50 miRNAs are included in miR2Disease. It indicates these miRNAs are deregulated in prostatic neoplasms, which confirms that they are really associated with prostatic neoplasms.

Third, several literatures confirm the 6 of 7 miRNAs are significantly upregulated or downregulated in human prostatic neoplasms versus normal prostatic tissue [39][43]. The remaining 1 miRNA is found to be up-regulated or down-regulated in the metastatic prostate cancer xenografts, relative to their non-metastatic counterparts [44]. HDMP successfully found these miRNAs due to their higher ranks.

Fourth, the database of differentially expressed miRNAs in human cancers, dbDEMC [38], is constructed to provide potential cancer-related miRNAs by in silco computing. The current version of dbDEMC contains 607 miRNAs which potentially have differential expression in 14 types of cancer, including prostatic cancer (malignant prostatic neoplasms). 33 of 50 miRNAs are contained in dbDEMC. These miRNAs are identified to be potentially upregulated or downregulated in prostatic cancer by using the significance analysis of the microarrays. It shows that the 33 miRNAs are more likely to participate in the prostatic cancer-related biological process.

Last but not least, 7 miRNAs have higher ranks in the ranked list of FCS method, Jiang's method and RWRMDA. Hsa-mir-429 is ranked No. 1 and No. 2 by Jiang's method and RWRMDA respectively. Hsa-mir-142, hsa-mir-18a, and hsa-mir-20b have greater functional consistency score (FCS) among their target genes and the known target genes associated with prostate neoplasms. Hsa-mir-18a, hsa-mir-18b, hsa-mir-499, and hsa-mir-542 are ranked No. 15, 45, 42, 25 by RWRMDA respectively. It indirectly confirms that the 7 miRNAs are more probably associated with prostatic neoplasms. All above analysis indicates the 50 miRNAs in Table 4 are potential prostatic neoplasms-related candidates.

In addition, the top 50 breast neoplasms-related candidates are demonstrated in Table S4. 19 of 50 miRNAs are confirmed to be associated with breast neoplasms by the newly reported miRNAs in HMDD. 8 miRNAs are validated by the database miR2disease. 3 miRNAs are supported to have deregulation in breast cancer by literatures [45][47]. The dbDEMC identified 39 miRNAs as potential miRNAs upregulated or downregulated in breast cancer (malignant breast neoplasms). The genes-to-systems breast cancer database, G2SBC [48], is usually used for assistant studying the breast cancer. For 2 miRNAs, at least 16 of top 100 their predicted target genes are breast cancer-related genes. It indicates that the 2 miRNAs are more probably associated with breast cancer. In addition, 2 miRNAs have higher ranks in the ranked list of FCS method and that of RWRMDA, which indirectly confirms they are potential breast neoplasms-related candidates.

The top 50 lung neoplasms-related candidates are listed in table S5. 6 of 50 miRNAs are confirmed to be associated with lung neoplasms by HMDD. 12 miRNAs are validated by the database miR2disease. 8 miRNAs are supported to be upregulated or downregulated in lung cancer by literatures [49][53]. The dbDEMC identified 31 miRNAs as potential deregulated miRNAs in lung cancer. 2 miRNAs are ranked higher by FCS method and RWRMDA. We have not found the evidence for only 2 miRNAs to confirm they are potentially associated with lung neoplasms. All above results demonstrate that HDMP is powerful in predicting potential disease-related miRNA candidates.

Conclusions

A new prediction method based on weighted k most similar neighbors, HDMP, was developed for predicting disease miRNAs. We demonstrated the importance of accurately measuring miRNA functional similarity, incorporating weight information based on miRNA family or cluster, and considering the distribution information of a specific disease in achieving effective prediction result. A measurement strategy incorporating the information content of disease terms and phenotype similarity between diseases was proposed to accurately estimate the functional similarity of two miRNAs. The members of miRNA family or cluster are assigned higher weight according to their associations with a group of diseases. The functional similarity information and the distribution information of the disease d-related miRNAs in the k neighbors are incorporated to explore the possibility that a miRNA is associated with d.

HDMP has been compared with the existing prediction methods, including FCS method, Jiang's method, and RWRMDA. Both the results of 5-fold cross validation and those of the updated dataset validation demonstrated that HDMP has significantly higher accuracy in recovering the known disease miRNAs. The case studies of prostatic neoplasms, breast neoplasms, and lung neoplasms, further proved the ability of HDMP to uncover potential disease-related candidates. HDMP can provide reliable disease-related miRNA candidates for experimental research, which facilitates future studies of miRNA involvement in the pathogenesis of diseases.

Supporting Information

Figure S1.

Prediction performance affected by α value, β value, and k value.

https://doi.org/10.1371/journal.pone.0070204.s001

(DOC)

Table S1.

Prediction results of HDMP with different functional similarity measurements.

https://doi.org/10.1371/journal.pone.0070204.s002

(DOC)

Table S2.

Prediction results for incorporating miRNA family and cluster respectively.

https://doi.org/10.1371/journal.pone.0070204.s003

(DOC)

Table S3.

The top 50 prostatic neoplasms-related miRNA candidates in the ranked list. (1) ‘literature’ means that there is a literature to support that the miRNA is upregulated or downregulated in human prostatic neoplasm, as compared with normal prostatic tissue. (2) With analysis of the microarray data sets, a miRNA is considered to potentially have different express levels in prostatic cancer when compared to normal tissues. This kind of miRNAs is labeled by ‘dbDEMC’. (3) ‘HMDD’ means that a miRNA is a newly reported prostatic neoplasms-related miRNA which is collected by the latest version of human miRNA-disease database HMDD. (4) ‘miR2Disease’ means that a miRNA is included in the manually curated miRNA-disease association database, miR2Disease. (5) ‘higher RWRMDA’ means a miRNA has higher rank in the ranked list of RWRMDA. (6) ‘higher FCS’ means a miRNA has greater functional consistency score (FCS) among their target genes and the known target genes associated with prostatic neoplasms. (7) ‘higher Jiang’ means a miRNA has higher rank in the ranked list of Jiang's method.

https://doi.org/10.1371/journal.pone.0070204.s004

(DOC)

Table S4.

The top 50 breast neoplasms-related miRNA candidates in the ranked list. (1) ‘literature’ means that there is a literature to support that the miRNA is upregulated or downregulated in human breast neoplasm, as compared with normal breast tissue. (2) With analysis of the microarray data sets, a miRNA is considered to potentially have different express levels in breast cancer when compared to normal tissues. This kind of miRNAs is labeled by ‘dbDEMC’. (3) ‘HMDD’ means that a miRNA is a newly reported breast neoplasms-related miRNA which is collected by the latest version of human miRNA-disease database HMDD. (4) ‘miR2Disease’ means that a miRNA is included in the manually curated miRNA-disease association database, miR2Disease. (5) G2SBC is a genes-to-systems breast cancer database, which is usually used for assistant studying the breast cancer. ‘G2SBC’ means some of the top predicted target mRNAs of a miRNA are breast cancer-related genes. (6) ‘higher RWRMDA’ means a miRNA has higher rank in the ranked list of RWRMDA. (7) ‘higher FCS’ means a miRNA has greater functional consistency score (FCS) among their target genes and the known target genes associated with breast neoplasms.

https://doi.org/10.1371/journal.pone.0070204.s005

(DOC)

Table S5.

The top 50 lung neoplasms-related miRNA candidates in the ranked list. (1) ‘literature’ means that there is a literature to support that the miRNA is upregulated or downregulated in human lung neoplasm, as compared with normal lung tissue. (2) With analysis of the microarray data sets, a miRNA is considered to potentially have different express levels in lung cancer when compared to normal tissues. This kind of miRNAs is labeled by ‘dbDEMC’. (3) ‘HMDD’ means that a miRNA is a newly reported lung neoplasms-related miRNA which is collected by the latest version of human miRNA-disease database HMDD. (4) ‘miR2Disease’ means that a miRNA is included in the manually curated miRNA-disease association database, miR2Disease. (5) ‘higher RWRMDA’ means a miRNA has higher rank in the ranked list of RWRMDA. (6) ‘higher FCS’ means a miRNA has greater functional consistency score (FCS) among their target genes and the known target genes associated with lung neoplasms. (7) ‘higher Jiang’ means a miRNA has higher rank in the ranked list of Jiang's method. (8) ‘unconfirmed’ means there is no evidence to confirm that a miRNA is potentially associated with lung neoplasms.

https://doi.org/10.1371/journal.pone.0070204.s006

(DOC)

Acknowledgments

We appreciate Prof. Qinghua Cui et al. from Peking University Health Science Center for their kindly providing us with the different versions of HMDD.

Author Contributions

Conceived and designed the experiments: PX YG KH MG JBL JD YH. Performed the experiments: PX KH YL QD JL ZT. Analyzed the data: PX YG KH MG JBL. Contributed reagents/materials/analysis tools: PX JD QD JL KH. Wrote the paper: PX YG KH MG YH.

References

  1. 1. Bartel DP (2004) MicroRNAs: genomics, biogenesis, mechanism, and function. Cell 116: 281–297.
  2. 2. Chatterjee S, Grobhans H (2009) Active turnover modulates mature microRNA activity in caenorhabditis elegans. Nature 461: 546–549.
  3. 3. Ambros V (2006) The functions of animal microRNAs. Nature 431: 350–355.
  4. 4. Esquela-Kerscher A, Slack FJ (2006) Oncomirs-microRNAs with a role in cancer. Nat Rev Cancer 6: 259–269.
  5. 5. Iorio MV, Ferracin M, Liu C, Veronese A, Spizzo R, et al. (2005) MicoRNA gene expression deregulation in human breast cancer. Cancer Res 65: 7065–7070.
  6. 6. Latronico MV, Catalucci D, Condorelli G (2007) Emerging role of microRNAs in cardiovascular biology. Circ Res 101: 1225–1236.
  7. 7. Lynam-Lennon N, Maher SG, Reynolds JV (2009) The roles of microRNA in cancer and apoptosis. Biol Rev Camb Philos Soc 84: 55–71.
  8. 8. Bandyopadhyay S, Mitra R, Maulik U, Zhang MQ (2010) Development of the human cancer microRNA network. Silence 1: 6.
  9. 9. Gutierrez NC, Sarasquete ME, Misiewicz-Krzeminska I, Delgado M, De Las Rivas J, et al. (2010) Deregulation of microRNA expression in the different genetic subtypes of multiple myeloma and correlation with gene expression profiling. Leukemia 24: 629–637.
  10. 10. Lu J, Getz G, Miska EA, Alvarez-Saavedra E, Lamb J, et al. (2005) MicroRNA expression profiles classify human cancers. Nature 435: 834–838.
  11. 11. Gaur A, Jewell DA, Liang Y, Ridzon D, Moore JH, et al. (2007) Characterization of microRNA expression levels and their biological correlates in human cancer cell lines. Cancer Res 67: 2456–2468.
  12. 12. Barad O, Meiri E, Avniel A, Aharonov R, Barzilai A, et al. (2004) MicroRNA expression detected by oligonucleotide microarrays: system establishment and expression profiling in human tissues. Genome Research 14: 2486–2494.
  13. 13. Chen Y, Gelfond JAL, McManus LM, Shireman PK (2009) Reproducibility of quantitative RT-PCR array in miRNA expression profiling and comparison with microarray analysis. BMC Genomics 10: 407.
  14. 14. Saba R, Booth SA (2006) Target labeling for the detection and profiling of microRNAs expressed in CNS tissue using microarrays. BMC Biotechnol 6: 47.
  15. 15. Yakhini Z, Jurisica I (2011) Cancer computational biology. BMC Bioinformatics 12: 210.
  16. 16. Lee Y, Yang X, Huang Y, Fan H, Zhang Q, et al. (2010) Network modeling identifies molecular functions targeted by miR-204 to suppress head and neck tumor metastasis. PLoS Comput Biol 6 (4): e1000730.
  17. 17. Xu J, Li C, Lv J, Li Y, Xiao Y, et al. (2011) Prioritizing candidate disease miRNAs by topological features in the miRNA target-dysregulated network: case study of prostate cancer. Molecular Cancer Therapeutics 10: 1857.
  18. 18. Jiang Q, Hao Y, Wang G, Juan L, Zhang T, et al. (2010) Prioritization of disease microRNAs through a human phenome-microRNAome network. BMC Systems Biology (Suppl 1): S2.
  19. 19. Jiang Q, Hao Y, Wang G, Zhang T, Wang Y (2010) Weighted network-based inference of human microRNA-disease associations. International Conference on Frontier of Computer Science and Technology August 18–22: 431–435.
  20. 20. Wang D, Wang J, Lu M, Song F, Cui Q (2010) Inferring the human microRNA functional similarity and functional network based on microRNA-associated diseases. Bioinformatics 26: 1644–1650.
  21. 21. Li X, Wang Q, Zheng Y, Lv S, Ning S, et al. (2011) Prioritizing human cancer microRNAs based on genes' functional consistency between microRNA and cancer. Nucleic Acids Res 39: 1–10.
  22. 22. Chen X, Liu M, Yan G (2012) RWRMDA: predicting novel human microRNA-disease associations. Molecular BioSystems 8 (10): 2792–2798.
  23. 23. Kertesz M, Iovino N, Unnerstall U, Gaul U, Segal E (2007) The role of site accessibility in microRNA target recognition. Nat Genet 39: 1278–1284.
  24. 24. Lewis BP, Shih IH, Jones-Rhoades MW, Bartel DP, Burge CB (2003) Prediction of mammalian microRNA targets. Cell 115: 787–798.
  25. 25. Bartel DP (2009) MicroRNAs: target recognition and regulatory functions. Cell 136: 215–233.
  26. 26. John B, Enright AJ, Aravin A, Tuschl T, Sander C, et al. (2005) Human microRNA targets. PLoS Biol 3 (7): e264.
  27. 27. Krek A, Grün D, Poy MN, Wolf R, Rosenberg L, et al. (2005) Combinatorial microRNA target predictions. Nat Genet 37: 495–500.
  28. 28. Goh KI, Cusick ME, Valle D, Childs B, Vidal M, et al. (2007) The human disease network. Proc Natl Acad Sci USA 104: 8685–8690.
  29. 29. Lu M, Zhang Q, Deng M, Miao J, Guo Y, et al. (2008) An analysis of human microRNA and disease associations. PLoS One 3: e3420.
  30. 30. van Driel MA, Bruggeman J, Vriend G, Brunner HG, Leunissen JAM (2006) A text-mining analysis of the human phenome. Eur J Hum Genet 14: 535–542.
  31. 31. Yu F, Yao H, Zhu P, Zhang X, Pan Q, et al. (2007) Let-7 regulates self renewal and tumorigenicity of breast cancer cells. Cell 131: 1109–1123.
  32. 32. Gardner PP, Daub J, Tate JG, Nawrocki EP, Kolbe DL, et al. (2009) Rfam: updates to the RNA families database. Nucleic Acids Res (Suppl. 1): 136–140.
  33. 33. Baskerville S, Bartel DP (2005) Microarray profiling of microRNAs reveals frequent coexpression with neighboring miRNAs and host genes. RNA 11: 241–247.
  34. 34. Griffiths-Jones S, Saini HK, Dongen S, Enright AJ (2008) MiRBase: tools for microRNA genomics. Nucleic Acids Res 36: 154–158.
  35. 35. Davis AP, Murphy CG, Johnson R, Lay JM, Lennon-Hopkins K, et al. (2013) The comparative toxicogenomics databases: update 2013. Nucleic Acids Res 41 (D1): D1104–1114.
  36. 36. Hamosh A, Scott AF, Amberger JS, Bocchini CA, McKusick VA (2005) Online mendelian inheritance in man (OMIM), a knowledgebase of human genes and genetic disorders. Nucleic Acids Res 33: 514–517.
  37. 37. Jiang Q, Wang Y, Hao Y, Juan L, Teng M, et al. (2009) miR2Disease: a manually curated database for microRNA deregulation in human disease. Nucleic Acids Res 37: D98–D104.
  38. 38. Yang Z, Ren F, Liu C, He S, Sun G, et al. (2008) dbDEMC: a database of differentially expressed miRNAs in human cancers. BMC Genomics (Suppl 4): S5.
  39. 39. Wang L, Tang H, Thayanithy V, Subramanian S, Oberg AL, et al. (2009) Gene networks and microRNAs implicated in aggressive prostate cancer. Cancer Research 69 (24): 9490–9497.
  40. 40. Waltering KK, Porkka KP, Jalava SE, Urbanucci A, Kohonen PJ, et al. (2011) Androgen regulation of microRNAs in prostate cancer. Prostate 71: 604–614.
  41. 41. Xiong S, Lin T, Xu K, Dong W, Ling X, et al. (2013) MicroRNA-335 acts as a candidate tumor suppressor in prostate cancer. Pathol Oncol Res Mar 3.
  42. 42. Ramalinga M, Srivastava A, Dimtchev A, Soldin O, Li J, et al. (2012) MicroRNA-212 targets multiple signaling pathways in prostate cancer. Cancer Research 72 (8): 5028.
  43. 43. Chen J, Xiao H, Qi T, Chen Z, Zhang B (2012) MicroRNA-124 regulate cell growth of prostate cancer cells targeting iASPP. Translational Andrology and Urology s162.
  44. 44. Watahiki A, Wang Y, Morris J, Dennis K, O'Dwyer HM, et al. (2011) MicroRNAs associated with metastatic prostate cancer. PLoS ONE 6 (9): e24950.
  45. 45. Yamamoto Y, Yoshioka Y, Minoura K, Takahashi R, Takeshita F, et al. (2011) An integrative genomic analysis revealed the relevance of microRNA and gene expression for drug-resistance in human breast cancer cells. Molecular Cancer 10: 135.
  46. 46. Miyamoto K, Ushijima T (2009) MicroRNAs and epigenetics in human breast cancer. Cancer Res (Suppl 2): 4051.
  47. 47. Yang X, Feng M, Jiang X, Wu Z, Li Z, et al. (2009) MiR-449a and miR-449b are direct transcriptional targets of E2F1 and negatively regulate pRb–E2F1 activity through a feedback loop by targeting CDK6 and CDC25A. Genes & Dev 23: 2388–2393.
  48. 48. Mosca E, Alfieri R, Merelli I, Viti F, Calabria A, et al. (2010) A multilevel data integration resource for breast cancer study. BMC Systems Biology 4: 76.
  49. 49. Leidinger P, Keller A, Meese E (2011) MicroRNAs-important molecules in lung cancer research. Front Genet 2: 104.
  50. 50. Lu Y, Govindan R, Wang L, Liu P, Goodgame B, et al. (2012) MicroRNA profiling and prediction of recurrence/relapse-free survival in stage I lung cancer. Carcinogenesis 0: 1–9.
  51. 51. Yanaihara N, Caplen N, Bowman E, Seike M, Kumamoto K, et al. (2006) Unique microRNA molecular profiles in lung cancer diagnosis and prognosis. Cancer Cell 9: 189–198.
  52. 52. Keller A, Leidinger P, Gislefoss R, Haugen A, Langseth H, et al. (2011) Stable serum miRNA profiles as potential tool for non-invasive lung cancer diagnosis. RNA Biology 8: 506–516.
  53. 53. Landi MT, Zhao Y, Rotunno M, Koshiol J, Liu H, et al. (2010) MicroRNA expression differentiates histology and predicts survival of lung cancer. Clinical Cancer Research 16: 430–441.