Skip to main content

ORIGINAL RESEARCH article

Front. Genet., 26 April 2019
Sec. Computational Genomics

Bipartite Heterogeneous Network Method Based on Co-neighbor for MiRNA-Disease Association Prediction

\r\nMin Chen&#x;Min Chen1Yi Zhang*&#x;Yi Zhang2*Ang Li*Ang Li1*Zejun LiZejun Li1Wenhua LiuWenhua Liu1Zheng ChenZheng Chen1
  • 1School of Computer Science and Technology, Hunan Institute of Technology, Hengyang, China
  • 2School of Information Science and Engineering, Guilin University of Technology, Guilin, China

In recent years, miRNA variation and dysregulation have been found to be closely related to human tumors, and identifying miRNA-disease associations is helpful for understanding the mechanisms of disease or tumor development and is greatly significant for the prognosis, diagnosis, and treatment of human diseases. This article proposes a Bipartite Heterogeneous network link prediction method based on co-neighbor to predict miRNA-disease association (BHCN). According to the structural characteristics of the bipartite network, the concept of bipartite network co-neighbors is proposed, and the co-neighbors were used to represent the probability of association between disease and miRNA. To predict the isolated diseases and the new miRNA based on the association probability expressed by co-neighbors, we utilized the similarity between disease nodes and the similarity between miRNA nodes in heterogeneous networks to represent the association probability between disease and miRNA. The model's predictive performance was evaluated by the leave-one-out cross validation (LOOCV) on different datasets. The AUC value of BHCN on the gold benchmark dataset was 0.7973, and the AUC obtained on the prediction dataset was 0.9349, which was better than that of the classic global algorithm. In this case study, we conducted predictive studies on breast neoplasms and colon neoplasms. Most of the top 50 predicted results were confirmed by three databases, namely, HMDD, miR2disease, and dbDEMC, with accuracy rates of 96 and 82%. In addition, BHCN can be used for predicting isolated diseases (without any known associated diseases) and new miRNAs (without any known associated miRNAs). In the isolated disease case study, the top 50 of breast neoplasm and colon neoplasm potentials associated with miRNAs predicted an accuracy of 100 and 96%, respectively, thereby demonstrating the favorable predictive power of BHCN for potentially relevant miRNAs.

Introduction

MiRNAs are a class of noncoding RNA molecules that play important roles in various biological processes, including proliferation, differentiation, aging, development, and apophasis (Ambros, 2004). MiRNAs are closely related to various complex human diseases, such as breast cancer (Iorio et al., 2005), lung cancer (Yanaihara et al., 2006), prostate cancer (Porkka et al., 2007), colon cancer (Akao et al., 2007), leukemia (Calin et al., 2002), liver cancer (Toffanin et al., 2011), and gastric cancer (Li et al., 2012). MiRNAs may serve as potential biomarkers for various diseases. Thus, further exploration of the relationship between miRNAs and diseases can help elucidate the pathogenesis of diseases. Traditional experimental methods such as PCR and microarray (Chen et al., 2009) can reveal the relationship between miRNA and disease, but time consuming and only applicable to small-scale experimental data. In the past few years, many computational methods that predict the association between miRNA and diseases were suggested to find the association between miRNA and disease on a large scale (Alaimo et al., 2014; Zou et al., 2015b; Chen et al., 2017f; Chen and Qu, 2018).

The goal of the computational approach is to reduce the number of candidate miRNAs for a certain disease (Zeng et al., 2015, 2018; Chen et al., 2018b). Numerous net-based methods based on abundant bioinformatics data have been proposed to infer the relationship between miRNA and disease. MiRNAs with similar functions tend to be associated with similar diseases and vice versa. On the basis of this hypothesis, Wang et al. (2010) defined human miRNA functional similarity (MISIM) by calculating the semantic similarity of miRNA-related diseases. Jiang et al. (2010a) also developed a scoring system to evaluate the intensity of miRNAs and disease associations, but higher false-positive and false-negative target gene predictions can affect the predictive performance. To overcome this problem, Jiang et al. (2010b) used a Bayesian model to integrate genomic data to rank disease-related miRNAs. Meanwhile, Li et al. (2011) proposed a method of gene functional consistency to predict oncogenic miRNAs. Xu et al. (2014) transformed the association probability between miRNA and diseases into a functional similarity calculation between miRNA targets and disease-related genes. Thereafter, they calculated the association degree value between miRNA and diseases by using the known disease–gene associations and the interaction with miRNA target, and then used this score to predict the disease-related miRNA. In another study, Rossi et al. (2011) calculated the degree of overlap between miRNA loci and disease loci in OMIM as the association between miRNA and disease. This method can calculate the association between disease and miRNA without using additional information such as miRNA target. Moreover, Xuan et al. (2013) proposed the k-nearest neighbor prediction model (HDMP) to predict disease-related miRNAs. Chen et al. (2017e, 2018c) designed the new KNN-based disease association ranking algorithms (RKNNMDA and BLHARMDA). Le (2015) used the k-step Markov algorithm to predict association between disease and miRNA.

In recent years, many researchers have applied the restarted random walk model to disease-related miRNA prediction and obtained a reliable predictive performance (Chen et al., 2012; Shi et al., 2013, 2016; Liao et al., 2015; Xuan et al., 2015; Liu et al., 2017; Luo and Xiao, 2017; Mugunga et al., 2017). Furthermore, network-consistent prediction methods have also been widely used to predict disease-associated miRNAs (Chen and Zhang, 2013; Chen et al., 2016a, 2018a). Nalluri et al. (2015) and Chen et al. (2018h) designed prediction methods from the perspective of graph theory. Chen et al. (2016b) constructed a heterogeneous graph method to predict miRNA-disease association. You et al. (2017) used a depth-first search algorithm in heterogeneous graphs to forecast. Sun et al. (2016) used network topological similarity, and Chen et al. (2017a) used miRNA (disease) Graphlet interaction to predict the association between the disease and the miRNA. In 2017, Chen et al. (2017b) introduced the concepts of “super miRNA” and “super disease” to enhance the similarity measurement of diseases and miRNAs. All these methods have achieved favorable predictive results.

Machine learning-based algorithms can help improve the predictive performance, and many machine learning-based models have been proposed to predict potential miRNA-disease associations (Chen et al., 2018f,k). Jiang et al. (2013) extracted feature sets based on known associations (positive samples) and unknown associations (negative samples) for training support vector machine (SVM) classifiers to predict potential miRNAs and disease associations. Xu et al. (2011) obtained a network of interactions between miRNAs and target genes based on target gene prediction software and then trained SVM to identify disease-associated miRNAs. However, the target gene prediction software results of such methods had high false positives and false negatives, which directly affected the accuracy of miRNA-disease association prediction. In 2016, Zeng et al. (2016b) used two multipath methods and machine learning method to predict potential disease-related candidate miRNAs. One big challenge for such supervised machine learning methods is how to acquire the negative sample data which is hard to be obtained, Chen and Yan (2014) proposed a semi-supervised machine learning method based on least squares to predict the potential association between miRNAs and diseases, namely, RLSMDA. This method can simultaneously obtain predictive values for all miRNAs and diseases without requiring negative sample data. Chen and Huang (2017) also used Laplacian-regularized sparse subspace learning to reveal the relation of miRNA-disease pairs. Meanwhile, Qabaja et al. (2013) proposed a protein network based on the Lasso regression model to mine miRNA-disease associations achieving favorable prediction results.

Matrix factorization is also used to predict miRNA-disease associations. Zhao et al. (2018) used symmetric non-negative matrix factorization to reveal the miRNA-disease association. In 2016, Lan et al. (2015, 2016) used the nuclearized Bayesian matrix factorization method to infer the association scores of disease and miRNA. In 2018, Xiao et al. (2018) performed graph-regularized non-negative matrix factorization of heterogeneous omics data to predict the potential miRNA-disease association. In 2018, Zhong et al. (2018) constructed a two-layered network to represent the complex relationships between miRNAs and diseases. Then, they used non-negative matrix factorization methods to speculate the underlying disease and miRNA relationship. Chen et al. (2018j) developed a computational model of matrix decomposition and heterogeneous graph inference to reveal the miRNA-disease associations. Pasquier and Gardès (2016) used the singular value decomposition vector space to reveal information related to miRNA and disease. On the basis of the idea of Kronecker's regularized least squares method based on multi-core learning, Chen et al. (2017d) established the MKRMDA model in 2017 which can be applied to large-scale data. In 2017, Luo et al. (2017b) and Peng et al. (2017c) also used the same Kronecker method for miRNA-disease prediction and achieved good prediction results.

The recommendation system is also used to predict the association of disease and miRNA (Li et al., 2014). In 2017, Gu et al. (2017) used the collaborative filtering recommendation algorithm for miRNA-disease association prediction. In 2017, Peng et al. (2017a) combined rating-based recommendation algorithms with negative-perception algorithms. Furthermore, Chen et al. (2018l) employed the combination of integrated learning and link prediction to predict potential disease-related candidate miRNAs, used the mixed graph-based recommendation algorithm (Chen et al., 2017c), and utilized the bipartite network recommendation algorithm (Chen et al., 2018i) to reveal new miRNA-disease interactions. Meanwhile, Zou et al. (2015a) used two social network analysis methods, KATZ and CATAPULT, to predict miRNA-associated disease association.

Algorithms such as neural networks have also been applied in the field of bioinformatics. Examples are extreme gradient boosting machine (Chen et al., 2018e), automatic encoder (Fu and Peng, 2017; Chen et al., 2018d), and transduction learning to predict association between miRNA and disease (Luo et al., 2017a). Chen et al. (2015) used the restricted Boltzmann machine to predict the different types of miRNA-disease associations.

Considering that only few miRNA similarity data and few experimental associations between miRNA-disease are known, Zeng et al. (2016a) and Li et al. (2017) used matrix completion to predict miRNA-disease association. Peng et al. (2017b) employed the improved low-rank matrix recovery (ILRMR) algorithm, whereas Chen et al. (2018g) used the inductive matrix completion to determine the miRNA-disease relationship.

In summary, the above methods have the following limitations: (1) low prediction accuracy, (2) inability to predict isolated diseases and new miRNAs, (3) many machine learning methods require negative samples. Inspired by the general network co-neighbors and considering the characteristics of the bipartite network, we proposed the concept of bipartite network co-neighbors, in which eight local structural similarity indexes were defined, to represent the association probabilities between nodes. These association probabilities can be used to effectively calculate the association score between diseases and miRNAs nodes. The AUC of this method on the gold benchmark dataset was 0.7973, and the AUC on the prediction dataset was 0.9349. Then, we evaluated the independent predictive performance of the method by breast neoplasm and colon neoplasm. Of the top 50 potential associated miRNAs predicted by our method, 48 and 41 were confirmed in the updated HDMM, mir2disease and dbDEMC databases. In predicting the isolated disease, the top 50 obtained the database support validation by the aforementioned databases of 50 and 48, respectively. The results of LOOCV and case studies demonstrated the reliable performance of our method.

Materials and Methods

Framework Structure of Bipartite Heterogeneous Network Method Based on Co-neighbor

The basic process of inferring miRNA-disease association based on bipartite heterogeneous network link prediction algorithm of co-neighbor is as follows (see Figure 1): (1) family information is used to reconstruct miRNA similarity network; (2) the experimentally validated miRNA-disease information and disease semantic similarity information are used to reconstruct the disease similarity network; (3) the number of simple paths is calculated with a path of length 3L between the unrelated disease node and the miRNA node; (4) the initial association scores of disease and miRNA nodes are calculated based on the number of simple paths; (5) the disease spatial secondary association score is calculated according to the disease similarity network and the initial association score; (6) the miRNA spatial secondary association score is calculated according to the miRNA similarity network and the initial association score; (7) integrated disease spatial secondary and miRNA spatial secondary association scores are used to obtain the final prediction score.

FIGURE 1
www.frontiersin.org

Figure 1. Flow chart of bipartite heterogeneous network method based on co-neighbor.

Disease Semantic Similarity Score

Using disease DAG can measure the disease semantic similarity. The basic assumption is that the more items the two diseases share, the more similar the two diseases are. Wang et al. (2010) used these attributes of the disease in the Mesh database to calculate the semantic similarity between diseases. Many researchers used this method to calculate the similarity between diseases (Chen and Yan, 2014; Gu et al., 2016) with the download address from http://www.cuilab.cn/fles/images/cuilab/misim.zip. Matrix SD was used to represent the adjacency matrix of the semantic similarity of the disease, and SD(i, j) was used to represent the semantic similarity score between disease di and disease dj.

miRNA Functional Similarity Score

The relationship between miRNAs and miRNAs is mainly established by miRNA- related diseases or genes regulated by miRNAs. Wang et al. (2010)proposed a strategy for inferring miRNA similarity by using semantic similarities between miRNA-related diseases on the basis of the hypothesis that functionally similar miRNAs are related to phenotypically similar diseases, and they converted the miRNA similarity data into a public database MISIM which was successfully applied to several methods, such as RWRMDA (Chen et al., 2012), ILRMR (Peng et al., 2017b), NetCBI (Chen and Zhang, 2013), and NCPMDA (Gu et al., 2016). We obtained this dataset from http://www.ncbi.nlm.nih.gov/ by using the matrix SM to represent the adjacency matrix of the miRNA, and SM (i,j) to represent the functional similarity score between the miRNA mi and the miRNA mj.

miRNA Family Information

More mRNA target genes are shared by the same miRNA family, and their functions are more similar (Bandyopadhyay et al., 2010). This study considers the use of family information to reconstruct the miRNA network, giving higher values to a group of miRNAs in the same family. The miRNA information is obtained from the miRBase database (Kozomara and Griffithsjones, 2011). Herein, the matrix SMfam represented the family information of the miRNA. If the two miRNAs were in the same family, the corresponding weight was set to 1. Otherwise, it was set to 0.

Experimentally Validated miRNA-Disease Association

In this paper, we used two datasets for training tests. The first dataset was obtained from 270 pairs of high-quality experimentally validated miRNA-disease association data from the miR2disease and HMDD databases. The relationship between these miRNAs and diseases was caused by the dysregulation of miRNAs, including 51 diseases and 118 miRNAs. We obtained these data from the supplemental data in Wang's previous study (Wang et al., 2010). Given that 19 of these miRNAs could not be found in MISIM (Wang et al., 2010), we removed these miRNAs and their association with the diseases. Then, we removed some of the highly similar miRNA-disease relationship pairs, eventually leaving 99 miRNAs and 51 diseases containing 225 miRNA-disease pairs. We referred to this dataset as the gold benchmark dataset.

The second miRNA-disease association dataset was obtained directly from Wang's literature (Wang et al., 2010), which was compiled from the HMDD database released in September 2009, with 1,616 bioassay-identified human disease-miRNA relationships. After combining the records of different miRNAs and unifying the names of miRNAs and diseases, 1,395 miRNA-disease associations were retained within 271 miRNAs and 137 diseases. We called this dataset the predictive dataset.

For the convenience of our description, we used a Boolean matrix AS to represent the association between disease and miRNA, and AS(i,j) to indicate the association between miRNA mi and disease dj. If the element value of AS(i,j) was 1, the known experiment implied that miRNA mi was associated with disease dj, otherwise, no known experiments in this dataset that indicated that miRNA mi was associated with disease dj. Our main job was to use computational methods to infer whether or not miRNAs and diseases in the database were associated.

Similarity Network Construction

To more accurately characterize the relationship between diseases and the relationship between miRNAs, we used known disease-miRNA association information combined with disease semantic similarity data to construct disease similarity network, and we utilized the miRNA family information and miRNA similarity data to construct miRNA similarity network.

miRNA Similarity Network Reconstruction

Bandyopadhyay et al. (2010) found that miRNAs in the same family share more mRNA targets, and their functions are more similar. To make full use of the family information of miRNAs, we provided higher weights to miRNAs belonging to the same family when constructing miRNA networks. For miRNA network reconstruction, the miRNA similarity network was widely proposed by combining known experimentally validated miRNA, disease association network information and miRNA similarity information. Considering that Wang et al. (2010) constructed the miRNA similarity network that utilized miRNA-disease similarity information. We no longer used the experimentally validated miRNA-disease association information to reconstruct miRNA similarity network. Herein, we integrated the miRNA similarity scores calculated by Wang et al. (2010) and miRNA family information to construct the miRNA similarity network. The formula is as follows:

SIM(i,j)=SM(i,j)×(α+(1-α)×SMfam(i,j))    (1)

where SIM(i, j) indicates the similarity score between miRNA mi and miRNA mj after the fusion of information, SM(i, j) is the functional similarity score between miRNA mi and miRNA mj, SMfam is the miRNA family information matrix, α denotes the weight parameter. For simplicity, we set α to 0.5. The higher the similarity score of the two miRNAs, the more similar the miRNAs are.

Disease Similarity Network Reconstruction

On the basis of the hypothesis that functionally similar miRNAs are related to phenotypically similar diseases (Wang et al., 2010), we believed that the more miRNAs contributed to both diseases, the more similar the two diseases were. Given that diseases share the same number of miRNAs, the less miRNAs that caused the two diseases, the more similar the two diseases are. The following is the method used to measure the disease functional similarity by using the experimentally verified disease-miRNA association:

SDAS(i,j)={comm(di,dj)deg(di)+deg(dj)  comm(di,dj)00    comm(di,dj)=0    (2)

where SDAS(i, j) denotes the disease functional similarity score between diseases di and diseases dj, comm(di, dj) represents the number of miRNAs shared by the disease di and disease dj, deg(di) and deg(dj) are the degrees of diseases di and diseases dj in the disease–miRNA network, respectively (the number of miRNAs associated with disease).

Then, the disease similarity network was constructed by integrating the disease functional similarity score and disease semantic similarity information:

SDD(i,j)=β×SDAS(i,j)+(1-β)×SD(i,j)    (3)

where SDD(i, j) indicates the similarity score between diseases di and disease dj, SDAS(i, j) is the disease functional similarity score between disease di and disease dj, SD(i, j) is the semantic similarity score of disease di and disease dj. β indicates the weight parameter. For the sake of simplicity, we set β to 0.5.

Heterogeneous Bipartite Network Link Prediction Based on Co-neighbor

Link prediction of general network is often predicted by structural similarity between nodes, and any two different nodes are connected by co-neighbor nodes between the two nodes (Martínez et al., 2017). In the bipartite network, the nodes between the same categories are not connected, and the connected node pairs belong to different categories. There are no co-neighbors between the two nodes from different not associated categories. We cannot describe the structural similarity between nodes through co-neighbors, and the link prediction algorithm of general networks cannot be implemented in bipartite networks. To solve this problem, we defined the concept of co-neighbor in bipartite network as follows:

For any disease node diD and miRNA node mj ∈ M, if a simple path of length 3L diḿd́mj exists between the disease di and the miRNA mj in the bipartite network, disease node d́ and miRNA node ḿ are defined as the co-neighbors between disease node di and miRNA node mj in the bipartite network.

Some of the commonly used indexes of the general network link prediction algorithm based on structural similarity included the co-neighbor (Newman, 2001), Salton, Jaccard (Jaccard, 1901), Sørensen (Sørensen, 1957), HPI (Ravasz et al., 2002), HDI (Zhou et al., 2009), LHN1 (Leicht et al., 2006), and PA indexes (Barabasi and Albert, 1999).

These indexes use local information such as the degree or neighbors of nodes to measure the similarity between nodes, which can be used to measure the relationship between nodes. We extended the general network structure similarity index to the bipartite network and used these indexes to calculate the initial association score between disease nodes di and miRNA nodes mj. The specific definition is as follows:

(1) Bipartite network co-neighbor index (CN index)

Ri,jCN=NCN(di,mj)    (4)

(2) Bipartite network Salton index

Ri,jSalton=NCN(di,mj)deg(di)×deg(mj)    (5)

(3) Bipartite network Jaccard index

Ri,jJaccard=NCN(di,mj)deg(di)+deg(mj)    (6)

(4) Bipartite network Sørensen index

Ri,jSørensen=2×NCN(di,mj)deg(di)+deg(mj)    (7)

(5) Bipartite network HPI index

Ri,jHPI=NCN(di,mj)min(deg(di),deg(mj))    (8)

(6) Bipartite network HDI index

Ri,jHDI=NCN(di,mj)max(deg(di),deg(mj))    (9)

(7) Bipartite network LHN1 index

Ri,jLHN1=NCN(di,mj)deg(di)×deg(mj)    (10)

(8) Bipartite network PA index

Ri,jPA=NCN(di,mj)×deg(di)×deg(mj)    (11)

The Jaccard index of bipartite network is one half of Sørensen index of bipartite network, so we only discussed the Sørensen index of bipartite network in following section.

In the above formula, Rij* is the association score between disease node di and miRNA nodemj, NCN(di, mj) is the number of path with length 3 between disease node di and miRNA node mj, deg(di) is the number of edges associated with disease node di, and deg(mj) is the degree of miRNA mj.

The above indexes were all improved on the basis of the co-neighbors, but the normalization method is different. Through any of the above indexes, we can measure the initial association score between disease node di and miRNA node mj. If no connection existed between the disease node di and miRNA node mj or no path of length 3L existed between them, then their predicted score cannot be judged. At this time, we set the score between them as 0. To ensure a high association score between the experimentally validated disease and miRNA, after all the initial association scores were obtained, and before the second score was obtained through similarity, we can set the disease node and the miRNA score, which were already associated, to be the maximum.

The calculation process of the method about bipartite heterogeneous network based on co-neighbor has three main steps. The HDI index of bipartite network was regarded as an example (Figure 2).

FIGURE 2
www.frontiersin.org

Figure 2. Calculation process of the bipartite heterogeneous network method based on co-neighbor.

Step 1. The miRNA-disease association (shown in the light blue matrix in Figure 2) is used to calculate the number of paths with a length of 3L between all disease nodes and all miRNA nodes (light orange matrix in Figure 2) and the local structure of similarity on the bipartite network was utilized to obtain the initial association score between any disease node di and miRNA node mj (gray matrix in Figure 2).

Step 2. The second prediction score between the miRNA node mj and the disease node di was calculated by using the sum of the product of the miRNA similarity and the initial association score of miRNA-disease (the pink matrix in Figure 2). Then, the sum of the product of the initial association score of miRNA-disease and the disease similarity was used to obtain the secondary prediction score between disease node di and miRNA node mj (the cyan matrix in Figure 2). The specific calculation is as follows:

(a) Secondary prediction score based on miRNA similarity

The basic idea of this score calculation is as the following. If a certain miRNA mj is associated with disease di, the other miRNA mk similar to miRNA mj is also associated with disease di. We used the sum of the product of the similarity scores mk-mj and the initial association score di-mj as the secondary prediction score between disease node di and miRNA node mj. The concrete formula is as follows:

RFBM(i,j)=k=0mRPB(i,k)× SIM(k,j)    (12)

where RFBM(i, j) is the secondary prediction score between disease node di and miRNA node mj based on miRNA similarity, RPB(i, k) is the initial association score between the disease node di and miRNA node mk and SIM(k, j) denotes the similarity scores between miRNA mk and miRNA mj.

(b) Secondary prediction score based on disease similarity

The basic idea of this score calculation is the following: if a disease node di and miRNA node mj are related to each other, the other diseases dk similar to disease di are also associated with miRNA mj. We used the sum of the product of the similarity scores of dk-di and the initial association score of dk-mj as the secondary association scores of disease node di and miRNA node mj. The formula is as follows:

RFBD(i,j)=k=0nRPB(k,j)× SDD(k,i)     (13)

where RFBD(i, j) is the secondary prediction score between disease node di and miRNA node mj based on disease similarity, RPB(k, j) is the initial association score between the disease node dk and the miRNA node mj and SDD(k, i) denotes the similarity scores between disease dk and disease node di.

Step 3. The two spatial scores were integrated. The weighted sum of the secondary prediction score between di-mj based on miRNA similarity RFBM(i, j) and the secondary prediction score di-mj based on disease similarity RFBD(i, j) was used as the final association score RFB(i, j) of di-mj (yellow matrix in Figure 2).

RFB(i,j)=(1-γ)×RFBM(i,j)+γ×RFBD(i,j)    (14)

where RFB(i, j) is the final association score. γ is the weight coefficient. We defined γ as the rational number between 0 and 1. The larger RFB(i, j), the more likely the disease node di and miRNA node mj are related.

When no connection exists between disease node di and miRNA node mj or when no co-neighbor exists between them, the number of paths with a length of 3L cannot be used to obtain the score of the initial association between them. If the initial association score is used directly as the predictive score, no predictive power exists for the isolated disease (without association of any miRNA) and new miRNA (without association of any disease). However, we have solved the problem of predicting isolated diseases by utilizing the similarity of disease space. Utilizing the similarity of miRNA space solves the problem of new miRNA prediction.

Results

Performance Evaluation

We proposed a link prediction method of bipartite heterogeneous network based on co-neighbors to predict miRNA-disease association (BHCN). We tested the model predictive performance with eight similarity indexes in six different scenarios which are as follows:predictive performance using only known miRNA-disease association information (BHCN-MDA); predictive performance based on miRNA similarity without miRNA similarity network reconstruction (BHCN-MS-noMSR); predictive performance based on miRNA similarity with miRNA similarity network reconstruction using miRNA family information (BHCN-MS-MSR); predictive performance based on disease similarity without disease similarity network reconstruction (BHCN-DS-noDSR); predictive performance based on disease similarity with disease similarity network reconstruction using known miRNA-disease association information (BHCN-DS-DSR) and predictive performance using all information (BHCN). The eight indexes are as follows: co-neighbor, Salton, Jaccard, Sørensen, HPI, HDI, LHN1, and PA. Considering that Jaccard index is extremely similar to the Sørensen index in the bipartite network, we only discussed the Sørensen index for these two indexes. Given that the last scenarios need to be considered the influence of the weighting parameters, these scenarios will be discussed later. Figures 39 show the ROC and AUC calculated by the seven indexes in the first five scenarios of the gold benchmark dataset. Figure 3 illustrates the prediction performance when using the co-neighbor index.

FIGURE 3
www.frontiersin.org

Figure 3. ROC curve and AUC value of co-neighbor index in five scenarios.

As shown in Figure 3, even without using family information for miRNA network reconstruction, the predictive performance based on miRNA similarity significantly improved compared with that on BHCN-MDA. AUC increased from 0.6734 of BHCN-MDA to 0.7438 of BHCN-MS-noMSR after using the family information to reconstruct the miRNA network. Thus, the prediction accuracy had improved again, and the AUC further reached 0.7745. However, the predictive performance in the scenarios of co-neighbors based on disease similarity was not ideal. The prediction accuracy was lower than BHCN-MDA, and the AUC values were 0.5822 and 0.6334, respectively. Nevertheless, the use of known miRNA-disease association information improved the prediction accuracy of disease network reconstruction, thereby increasing the AUC from 0.5822 of BHCN-DS-noDSR to 0.6334 of BHCN-DS-DSR.

The Salton index predictive performance changes similar to co-neighbor index. Using miRNA similarity can greatly improve the predictive performance, whereas such performance can decrease when the disease similarity is used. Reconstructing the miRNA network with family information can improve the prediction performance. Reconstructing disease networks using known miRNA-disease association information can also improve prediction accuracy. ROC curve and AUC values were listed in Figure 4. The Salton index poorly predicts the overall performance and is inferior to the co-neighbor index in all scenarios. The best scenarios were to use the family information to reconstruct the miRNA network, and the AUC value was only 0.7485.

FIGURE 4
www.frontiersin.org

Figure 4. ROC curve and AUC value of Salton index in five scenarios.

The third index is the Sørensen index. The overall performance of the forecast performance of this index was the same as the previous two indexes. ROC curve and AUC values were given in Figure 5. The predicted performance of the Sørensen index was lower than that of the Salton index, with the maximum and minimum AUC values of 0.7389 and 0.5758, respectively.

FIGURE 5
www.frontiersin.org

Figure 5. ROC curve and AUC value of Sørensen index in five scenarios.

The ROC curve and AUC values using the HPI index were presented in Figure 6. The HPI index had good predictive performance. The AUC of BHCN-MDA and BHCN-MS-MSR reached 0.7289 and 0.7934, respectively. The worst prediction was BHCN-DS-noDSR with an AUC of 0.6502.

FIGURE 6
www.frontiersin.org

Figure 6. ROC curve and AUC value of HPI index in five scenarios.

Figure 7 showed the ROC curve and AUC values of HDI index. As depicted in Figure 7, HDI indicators also have favorable predictive performance. The AUC value of BHCN-MDA was 0.7325, which was nearly 5% higher than that of the HPI indicator. At this time, we solely used the experimentally validated miRNA-disease association information for prediction. The best predictive effect was BHCN-MS-MSR, whose AUC value was 0.7869, which was better than the co-neighbor, Salton and Sørensen indexes.

FIGURE 7
www.frontiersin.org

Figure 7. ROC curve and AUC value of HDI index in five scenarios.

The sixth index was the LHN1 index. As shown in Figure 8, the AUC value of BHCN-MDA was 0.7127. The best predictive effect was BHCN-MS-MSR, which had an AUC value of 0.7736, better than the results of Sørensen and Salton indexes.

FIGURE 8
www.frontiersin.org

Figure 8. ROC curve and AUC value of LHN1 index in five scenarios.

As shown in Figure 9, the PA index also had better predictive performance. For the best scenarios, the BHCN-MS-MSR AUC value was 0.7915, which was only lower than the 0.7936 of the HPI index.

FIGURE 9
www.frontiersin.org

Figure 9. ROC curve and AUC value of PA index in five scenarios.

As depicted in Figures 39, in the scenarios of BHCN-MDA, the AUC values obtained by using the co-neighbor, the results of Salton and Sørensen indexes were all less than 0.7, whereas those of HPI, HDI, LHN1, and PA indexes were all >0.7. We only used the 225 known association information from theoretical 5,049 associations that may be obtained in the gold benchmark dataset with 99 miRNAs and 51 diseases. The AUC value of HDI index was as high as 0.7325. Consequently, the prediction effect was satisfactory.

As shown in Figures 39, the miRNA similarity can be used to improve the prediction performance. In the scenario of BHCN-MS-noMSR, the AUC value of each type of index was higher than that of BHCN-MDA, and their AUC values improved which were >0.7. The AUC value predicted by the HPI index reached 0.7546, and the PA index was 0.7542. Hence, using the score of miRNA similarity and the initial association score of miRNA-disease as the secondary prediction score were effective.

To more accurately describe the similarity relationship between miRNAs, we reconstructed the miRNA similarity by using the family information. In this scenario, the prediction accuracy of any type of index improved compared with that of the previous scenarios, among which the AUC values of the HPI and PA indexes both exceeded 0.79, thereby fully demonstrating the effectiveness of reconstructing miRNAs with family information.

As presented in Figures 39, the AUC value of BHCN-DS-noDSR and BHCN-DS-DSR did not increase compared with that of BHCN-MDA. This finding was mainly due to the fact that when predicting the association between a specific disease node di and miRNA node mj, we used the initial association scores of all other disease node dk and miRNA node mj as the prediction association scores of disease di and miRNA mj. Considering that we used phenotypic similarity as the similarity between diseases, the similarity method itself could not accurately describe the relationship between diseases. Given the introduction of all the diseases during the calculation, noise was observed unfortunately, thereby leading to an un-ideal forecast effect. In BHCN with DSR, we used the known miRNA-disease-related information to reconstruct the disease similarity network. The prediction performance of the seven indexes improved compared with that in BHCN-DS-noDSR. The most improved index was the PA, and the AUC value was from 0.5887 to 0.6477, thereby indicating an increase of 10.79%. The lowest improvement was shown by the HPI index, with the AUC value from 0.6502 to 0.6760, thereby indicating an increase of mere 3.97%. These facts further verified the abovementioned reason analysis, which indicated that building accurate network can improve the prediction accuracy.

Thereafter, the prediction effect of BHCN was verified. First, the AUC values predicted by BHCN-MS-MSR and BHCN-DS-DSR were listed in the gold benchmark dataset by using various indexes (Table 1).

TABLE 1
www.frontiersin.org

Table 1. The AUC values of BHCN-MS-MSR and BHCN-DS-DSR.

The AUC values of the BHCN were listed in Table 2, and the first column was the weighting factor γ in the Formula 14. As presented in Tables 1, 2, when the weight coefficient increased from 0.1 to 0.6, the weighted prediction results of all indicators were better than those of BHCN-MS-MSR and BHCN-DS-DSR. Most of the indicators acquired the highest AUC value when the weight was 0.5, and the prediction effect was the best. However, when the weight increased from 0.6 to 0.9, the prediction effect was dragged down, caused by the disease similarity as the foundation of co-neighbor link prediction score, and the AUC value gradually decreased. The comparison between Tables 1, 2 illustrates the information of the two networks of integrated diseases and miRNAs which is helpful for our prediction.

TABLE 2
www.frontiersin.org

Table 2. The AUC values of BHCN.

Comparison With Other Method

We then compared the classic global method RWRMDA (Chen et al., 2012) with BHCN. The RWRMDA restart parameters were as described in the literature (Chen et al., 2012). The weight of BHCN was 0.5. The comparison of RWRMDA and BHCN prediction effects is shown in Figure 10. The AUC value of the RWRMDA on the gold benchmark dataset was 0.6732. The worst predictive performance of the seven indexes in BHCN was manifested in the Sørensen index, with the AUC value of 0.7422, whereas the best was the HPI index with the AUC of 0.7973, which was higher than the RWR AUC value.

FIGURE 10
www.frontiersin.org

Figure 10. ROC curve and AUC value of BHCN compared with other methods on the gold benchmark dataset.

To verify whether the BHCN was sensitive to the dataset, we performed a comparative experiment on the predicted dataset. The experimental results were shown in Figure 11. The prediction accuracy of BHCN and RWRMDA greatly improved. The AUC value of RWRMDA was 0.8617, and that of LHN1 indicator of BHCN was 0.8087, which was lower than the RWR algorithm. The AUC values of the six other indexes were higher than RWR. The minimum AUC value for the six indexes was noted in the Salton index. Its AUC value was 0.8815, which was 2.3% higher than the ARC value of the RWR. The AUC value of the PA index was 0.9349, which was considerably larger than the RWR. These facts fully demonstrated the superiority of the BHCN.

FIGURE 11
www.frontiersin.org

Figure 11. ROC curve and AUC value of BHCN compared with other methods on the predictive dataset.

Considering that the indexes were based on the number of co-neighbors in the bipartite work, the normalization method varied according to the degree of the disease node and the miRNA node. The prediction performance of each index naturally followed the heterogeneous bipartite graph, and the change produced different prediction effects. Hence, our algorithm was not sensitive to the dataset and had a good prediction effect. However, some indexes still depended on the dataset, and different prediction effects were generated according to the different distributions of the network node degrees.

Isolated Disease and New miRNA Prediction

The new miRNA refers to the miRNA without known information related to the disease. With the continuous improvement of miRNA recognition technology, increasing number of miRNAs is continuously being excavated. Most of their relationships with disease are unknown. Using biological methods to identify miRNA-disease association is time consuming and labor intensive. If the relationship between new miRNA and disease can be inferred by computational methods, the blindness of subsequent biological methods can be reduced. In recent years, the association prediction problem of new miRNAs and diseases has become a hot topic in the field of disease association prediction. To simulate new miRNAs, we removed the association between each miRNA and all diseases. The predicted results in the gold benchmark dataset are shown in Figure 12. The highest AUC value was 0.7854 of the PA index, and the lowest was the LHN1 index of 0.7345, thereby fully demonstrating that our method has a good performance for new miRNAs.

FIGURE 12
www.frontiersin.org

Figure 12. ROC curve and AUC value of BHCN of new miRNA.

Isolated disease refers to the diseases without any miRNA-associated information. The association prediction of isolated diseases also helps scientists to understand the molecular mechanism of disease and contribute to the diagnosis and treatment of diseases. We used LOOCV to verify the predictive power of BHCN for isolated diseases. To simulate isolated diseases, we removed the association of the disease with all miRNAs when each disease was verified. The ROC curve and AUC value of BHCN for isolated disease prediction in the gold dataset were shown in Figure 13. The best AUC value was only 0.6040, and the worst case AUC value was only 0.5623. We used BHCN-DS-noDSR and BHCN-DS-DSR to conduct experiments in isolated diseases and found that the prediction results were the same as in BHCN. The reason is that the reconstruction of disease network was based on the information related to known miRNA-disease, and the known diseases were deleted in the simulation of isolated diseases. Therefore, such disease network reconstruction method was not helpful for the prediction of isolated diseases. Such predictions further validated our previous analyses. Firstly, we were not precise enough to describe the relationship between diseases. Secondly, we utilized all diseases information which might have produced noise.

FIGURE 13
www.frontiersin.org

Figure 13. ROC curve and AUC value of BHCN of isolated disease.

Case Studies

To validate the predictive power of BHCN for known miRNA-disease associations, we used BHCN (weighted value was 0.5, similarity index was PA) to predict breast neoplasms and colon neoplasms. Firstly, we used the known disease-miRNA association training model. Secondly, we used the unknown association as the test validation set. Finally, all the prediction results were verified in the updated HDMM, mir2disease and dbDEMC databases. The top 50 miRNAs for the prediction of the two neoplasms and the validation are listed in Tables 3, 4, respectively.

TABLE 3
www.frontiersin.org

Table 3. Prediction of the top 50 predicted miRNAs associated with breast neoplasms based on known associations in HMDD database.

TABLE 4
www.frontiersin.org

Table 4. Prediction of the top 50 predicted miRNAs associated with colon neoplasms based on known associations in HMDD database.

A total of 78 miRNAs were associated with breast neoplasms in the predicted dataset. We used these known associations for prediction. From Table 3, only 2 of the top 50 miRNAs were not confirmed. The first one was hsa-mir-30e, ranking 9th, and the other one was hsa-mir-142, which ranked 42. However, Lin et al. (2016)confirmed that hsa-mir-30e is down-regulated in breast cancer tissues, and Isobe et al. (2014) found that miR-142 regulates the tumorigenicity of human breast cancer stem cells via WNT signaling pathway. Furthermore, Schwickert et al. (2015) found that has-mir-142 inhibits breast cancer cell invasion by integrating Alpha V and simultaneously targeting WASL. These literature were published after the last update of the above three databases and were not collected in the database, thereby further confirming the validity of BHCN for miRNA-disease association prediction.

In the predictive dataset, 37 miRNAs were associated with colon neoplasm, and we used these known information for miRNA-disease association prediction. From Table 4, 41 of the top 50 colon neoplasm-associated miRNAs predicted by BHCN were found in updated HMDD, miR2disease, and dbDEMC. The unverified ones were the hsa-mir-200a (ranked 6th), hsa-mir-92b (11th), hsa-mir-34b (12th), hsa-mir-34c (13th), hsa-mir-199a (16th), hsa-mir-103 (30th), hsa-mir-373 (39th), hsa-mir-339 (45th), and hsa-mir-219 (47th). For these miRNAs that were not validated in the above three databases, some supporting evidence were obtained by searching with the relevant literature. Pichler et al. (2014) found that MiR-200a affects the prognosis of patients with rectal cancer by regulating epithelial–mesenchymal transition-related gene expression. Niu et al. (2016) found that hsa-miR-92b can be used as a reference gene in circulating miRNAs in colorectal cancer. To elucidate the role of the miR-34 family in colon cancer, Hiyoshi et al. (2015) used quantitative RT-PCR to measure tumors and adjacent non-cancerous tissues of 159 American and 113 Chinese patients with colon cancer, and all mir-34 family members showed significantly increased colon tumors. Nonaka et al. (2014) discovered that miR-199a can be used as a serum biomarker for colorectal cancer. Mussnich et al. (2015) found that MiR-199a and MiR-375 affected the colon cancer cells' sensitivity to cetuximab by targeting PHLPP1. Moreover, Drusco et al. (2014) reported that the up-regulation of hsa-miR-21, hsa-miR-103, hsa-miR-93, hsa-miR-31, and the down-regulation of hsa-miR-566 are the markers of colon cancer metastasis. Tanaka et al. (2011) found that miR-373 plays an important regulatory role in colon cancer cell proliferation.

Predecessors also used the computational prediction method to confirm that the miRNAs such as hsa-mir-92 and hsa-mir-200a are closely related to colon neoplasm. These two miRNAs were predicted to be associated with colon neoplasm in the case analysis of RLSMDA (Chen and Yan, 2014). DRMA (Chen et al., 2018d) also predicted that hsa-mir-199a was associated with colon neoplasm in case studies. MCMDA (Li et al., 2017), PBMDA (You et al., 2017), and EGBMMDA (Chen et al., 2018e) predicted hsa-mir-199a and hsa-mir-200a to be associated with colon neoplasm in the case analysis. Meanwhile, GIMDA (Chen et al., 2017a) predicted that hsa-mir-199a was associated with colon neoplasm.

Considering all the datasets used in this paper were generated before the publication of the abovementioned literature, the reliability of the proposed method was further illustrated.

To validate the predictive capability of BHCN for isolated diseases, we removed the known associations of miRNAs with the disease. We used breast and colon neoplasms as case studies, and the results were shown in Tables 5, 6, respectively.

TABLE 5
www.frontiersin.org

Table 5. The top 50 breast neoplasms-related miRNAs candidates predicted by BHCN with removed all known breast neoplasms-miRNAs associations and the confirmation of these associations.

TABLE 6
www.frontiersin.org

Table 6. The top 50 colon neoplasms-related miRNAs candidates predicted by BHCN with removed all known colon neoplasms-miRNAs associations and the confirmation of these associations.

For breast neoplasm, we removed 78 known associations between breast neoplasm and miRNAs, used BHCN to predict the association of potential miRNAs with breast neoplasm. All of the top 50 miRNAs predicted can be found in the updated HMDD, miR2disease, and dbDEMC databases.

For colon neoplasm, the associations of 37 known miRNAs with colon neoplasm were removed. Of the top 50 miRNAs predicted, 48 miRNAs were confirmed in the above three datasets. The first one unverified was hsa-mir-199a (24th), and the second one unverified was hsa-mir-200a (38th). Both of these miRNAs were predicted in the previous colon neoplasm case, and many previous literatures have shown that these miRNAs are associated with colon neoplasm. Therefore, we believe that BHCN is able to perform well for predicting the isolated diseases.

Discussion and Conclusion

Inspired by the general network co-neighbors, this paper proposed the definition of the co-neighbors of the bipartite network based on the hypothesis that that functionally similar miRNAs are related to phenotypically similar diseases. Eight local structural similarity indexes which are co-neighbor, Salton, Jaccard, Sørensen, HPI, HDI, LHN1, and PA were used to measure the association probabilities between nodes. Several types calculation methods of computational miRNA-disease prediction score were introduced, namely, the bipartite network co-neighbor link prediction score using only known association information, the co-neighbor link prediction score based on miRNA similarity, the co-neighbor link prediction score based on disease similarity, the weighted co-neighbor link prediction score based on miRNA similarity and disease similarity. Using only known association information, the co-neighbor link prediction score on bipartite network cannot predict the isolated diseases and new miRNAs, but the score calculation is simple, and only the experimentally verified miRNA-disease association information can be used for inference prediction. The co-neighbor link prediction score based on miRNA similarity used the association probability of all miRNAs and specific diseases to measure the degree of association between specific miRNAs and specific diseases. Using this score can significantly improve the prediction accuracy, but it cannot be used to predict isolated diseases. This approach also used the association probability of all diseases and specific miRNAs to measure the degree of association between specific diseases and specific miRNAs. Given that the disease network is not sufficiently precise and using only known association information between all diseases and specific miRNAs creates noise. The predicted AUC value failed to rise and fall compared with that in the bipartite network co-neighbor link prediction score. However, the method can be used for the prediction of isolated diseases. After considering the advantages and disadvantages of the previous prediction scores, we finally developed a weighted co-neighbor link prediction score based on miRNA similarity and disease similarity with absorbing the advantages of the abovementioned methods to get high prediction accuracy.

In the current case study, we predicted breast and colon neoplasms with the results showing that our method had a good predictive ability. Compared with the most advanced computing methods at present, our method is simple to implement, can be used in the prediction of isolated diseases and new miRNAs, has strong interpretability with few parameters. Therefore, our proposed calculation method can be used as a powerful auxiliary tool for biological experiments.

Although our method has many advantages, some drawbacks are still noted. Firstly, it is not accurate enough to construct disease similarity networks and miRNA similarity networks. Secondly, our method is a local method that uses only local structural information. In future research, to avoid noise, we will use only the association information of diseases that are closely related to the disease to be predicted. Thus, we will use more scientific metrics to construct the similarity network.

Author Contributions

MC and YZ conceived the concept of the work and designed the experiments. AL, ZL, WL, and ZC performed the literature search. MC, YZ, and AL collected and analyzed the data. MC and YZ wrote the paper. All authors have approved the manuscript.

Funding

The research of this paper has been sponsored by National Nature Science Foundation of China (Grant No. 61772192, 61672214, 61672223, 61662017), Nature Science Foundation of Hunan Province, China (Grant No. 2018JJ2085, 2019JJ40064, 2019JJ40063), Major cultivation projects of Hunan Institute of Technology (Grant No. 2017HGPY001), Science and technology innovative research team of Hunan Institute of Technology (Grant No. TD18005).

Conflict of Interest Statement

The authors declare that the research was conducted in the absence of any commercial or financial relationships that could be construed as a potential conflict of interest.

References

Akao, Y., Nakagawa, Y., and Naoe, T. (2007). MicroRNA-143 and-145 in colon cancer. DNA Cell Biol. 26, 311–320. doi: 10.1089/dna.2006.0550

PubMed Abstract | CrossRef Full Text | Google Scholar

Alaimo, S., Giugno, R., and Pulvirenti, A. (2014). ncPred: ncRNA-disease association prediction through tripartite network-based inference. Front. Bioeng. Biotechnol. 2:71. doi: 10.3389/fbioe.2014.00071

PubMed Abstract | CrossRef Full Text | Google Scholar

Ambros, V. (2004). The functions of animal microRNAs. Nature 431, 350–355. doi: 10.1038/nature02871

PubMed Abstract | CrossRef Full Text | Google Scholar

Bandyopadhyay, S., Mitra, R., Maulik, U., and Zhang, M. Q. (2010). Development of the human cancer microRNA network. Silence 1:6. doi: 10.1186/1758-907X-1-6

PubMed Abstract | CrossRef Full Text | Google Scholar

Barabasi, A. L., and Albert, R. (1999). Emergence of scaling in random networks. Science 286, 509–512. doi: 10.1126/science.286.5439.509

PubMed Abstract | CrossRef Full Text | Google Scholar

Calin, G. A., Dumitru, C. D., Shimizu, M., Bichi, R., Zupo, S., Noch, E., et al. (2002). Frequent deletions and down-regulation of micro-RNA genes miR15 and miR16 at 13q14 in chronic lymphocytic leukemia. Proc. Natl. Acad. Sci. USA. 99, 15524–15529. doi: 10.1073/pnas.242606799

PubMed Abstract | CrossRef Full Text | Google Scholar

Chen, H., and Zhang, Z. (2013). Similarity-based methods for potential human microRNA-disease association prediction. BMC Med. Genomics 6:12. doi: 10.1186/1755-8794-6-12

PubMed Abstract | CrossRef Full Text | Google Scholar

Chen, M., Liao, B., and Li, Z. (2018a). Global similarity method based on a two-tier random walk for the prediction of microRNA-disease association. Sci. Rep. 8:6481. doi: 10.1038/s41598-018-24532-7

PubMed Abstract | CrossRef Full Text | Google Scholar

Chen, M., Lu, X., Liao, B., Li, Z., Cai, L., and Gu, C. (2016a). Uncover miRNA-disease association by exploiting global network similarity. PLoS ONE 11:e0166509. doi: 10.1371/journal.pone.0166509

PubMed Abstract | CrossRef Full Text | Google Scholar

Chen, M., Peng, Y., Li, A., Li, Z., Deng, Y., Liu, W., et al. (2018b). A novel information diffusion method based on network consistency for identifying disease related microRNAs. RSC Adv. 8, 36675–36690. doi: 10.1039/C8RA07519K

CrossRef Full Text | Google Scholar

Chen, X., Cheng, J.-Y., and Yin, J. (2018c). Predicting microRNA-disease associations using bipartite local models and hubness-aware regression. RNA Biol. 15, 1192–1205. doi: 10.1080/15476286.2018.1517010

PubMed Abstract | CrossRef Full Text | Google Scholar

Chen, X., Gong, Y., Zhang, D. H., You, Z. H., and Li, Z. W. (2018d). DRMDA: deep representations-based miRNA-disease association prediction. J. Cell. Mol. Med. 22, 472–485. doi: 10.1111/jcmm.13336

PubMed Abstract | CrossRef Full Text | Google Scholar

Chen, X., Guan, N., Li, J., and Yan, G. (2017a). GIMDA: graphlet interaction-based MiRNA-disease association prediction. J. Cell. Mol. Med. 1548–1561. doi: 10.1111/jcmm.13429

PubMed Abstract | CrossRef Full Text | Google Scholar

Chen, X., and Huang, L. (2017). LRSSLMDA: laplacian regularized sparse subspace learning for MiRNA-disease association prediction. PLoS Comput. Biol. 13:e1005912. doi: 10.1371/journal.pcbi.1005912

PubMed Abstract | CrossRef Full Text | Google Scholar

Chen, X., Huang, L., Xie, D., and Zhao, Q. (2018e). EGBMMDA: extreme gradient boosting machine for MiRNA-disease association prediction. Cell Death Dis. 9:3. doi: 10.1038/s41419-017-0003-x

PubMed Abstract | CrossRef Full Text | Google Scholar

Chen, X., Jiang, Z. C., Xie, D., Huang, D. S., Zhao, Q., Yan, G. Y., et al. (2017b). A novel computational model based on super-disease and miRNA for potential miRNA-disease association prediction. Mol. Biosyst. 13, 1202–1212. doi: 10.1039/C6MB00853D

PubMed Abstract | CrossRef Full Text | Google Scholar

Chen, X., Liu, M.-X., and Yan, G.-Y. (2012). RWRMDA: predicting novel human microRNA-disease associations. Mol. Biosyst. 8, 2792–2798. doi: 10.1039/c2mb25180a

PubMed Abstract | CrossRef Full Text | Google Scholar

Chen, X., Niu, Y. W., Wang, G. H., and Yan, G. Y. (2017c). HAMDA: hybrid approach for MiRNA-disease association prediction. J. Biomed. Inform. 76, 50–58. doi: 10.1016/j.jbi.2017.10.014

PubMed Abstract | CrossRef Full Text | Google Scholar

Chen, X., Niu, Y. W., Wang, G. H., and Yan, G. Y. (2017d). MKRMDA: multiple kernel learning-based Kronecker regularized least squares for MiRNA-disease association prediction. J. Transl. Med. 15:251. doi: 10.1186/s12967-017-1340-3

PubMed Abstract | CrossRef Full Text | Google Scholar

Chen, X., and Qu, J. (2018). TLHNMDA: triple layer heterogeneous network based inference for MiRNA-disease association prediction. Front. Genet. 9:234. doi: 10.3389/fgene.2018.00234

PubMed Abstract | CrossRef Full Text | Google Scholar

Chen, X., Wang, C.-C., Yin, J., and You, Z.-H. (2018f). Novel human miRNA-disease association inference based on random forest. Mol. Ther.Nucleic Acids 13, 568–579. doi: 10.1016/j.omtn.2018.10.005

PubMed Abstract | CrossRef Full Text | Google Scholar

Chen, X., Wang, L., Qu, J., Guan, N.-N., and Li, J.-Q. (2018g). Predicting miRNA-disease association based on inductive matrix completion. Bioinformatics 34, 4256–4265. doi: 10.1093/bioinformatics/bty503

PubMed Abstract | CrossRef Full Text | Google Scholar

Chen, X., Wang, L. Y., and Huang, L. (2018h). NDAMDA: network distance analysis for Mi RNA-disease association prediction. J. Cell. Mol. Med. 22, 2884–2895. doi: 10.1111/jcmm.13583

PubMed Abstract | CrossRef Full Text | Google Scholar

Chen, X., Wu, Q.-F., and Yan, G.-Y. (2017e). RKNNMDA: ranking-based KNN for MiRNA-disease association prediction. RNA Biol. 14, 952–962. doi: 10.1080/15476286.2017.1312226

PubMed Abstract | CrossRef Full Text | Google Scholar

Chen, X., Xie, D., Wang, L., Zhao, Q., You, Z.-H., and Liu, H. (2018i). BNPMDA: bipartite network projection for MiRNA-disease association prediction. Bioinformatics 34, 3178–3186. doi: 10.1093/bioinformatics/bty333

PubMed Abstract | CrossRef Full Text | Google Scholar

Chen, X., Xie, D., Zhao, Q., and You, Z.-H. (2017f). MicroRNAs and complex diseases: from experimental results to computational models. Brief. Bioinform. 20, 515–539. doi: 10.1093/bib/bbx130

PubMed Abstract | CrossRef Full Text | Google Scholar

Chen, X., Yan, C. C., Xu, Z., You, Z. H., Yuan, H., and Yan, G. Y. (2016b). HGIMDA: heterogeneous graph inference for miRNA-disease association prediction. Oncotarget 7, 65257–65269. doi: 10.18632/oncotarget.11251

PubMed Abstract | CrossRef Full Text | Google Scholar

Chen, X., Yan, C. C., Zhang, X., Li, Z., Deng, L., Zhang, Y., et al. (2015). RBMMMDA: predicting multiple types of disease-microRNA associations. Sci. Rep. 5:13877. doi: 10.1038/srep13877

PubMed Abstract | CrossRef Full Text | Google Scholar

Chen, X., and Yan, G.-Y. (2014). Semi-supervised learning for potential human microRNA-disease associations inference. Sci. Rep. 4:5501. doi: 10.1038/srep05501

PubMed Abstract | CrossRef Full Text | Google Scholar

Chen, X., Yin, J., Qu, J., and Huang, L. (2018j). MDHGI: matrix decomposition and heterogeneous graph inference for miRNA-disease association prediction. PLoS Comput. Biol. 14:e1006418. doi: 10.1371/journal.pcbi.1006418

PubMed Abstract | CrossRef Full Text | Google Scholar

Chen, X., Zhang, D.-H., and You, Z.-H. (2018k). A heterogeneous label propagation approach to explore the potential associations between miRNA and disease. J. Transl. Med. 16:348. doi: 10.1186/s12967-018-1722-1

PubMed Abstract | CrossRef Full Text | Google Scholar

Chen, X., Zhou, Z., and Zhao, Y. (2018l). ELLPMDA: Ensemble learning and link prediction for miRNA-disease association prediction. RNA Biol. 15, 807–818. doi: 10.1080/15476286.2018.1460016

PubMed Abstract | CrossRef Full Text | Google Scholar

Chen, Y., Gelfond, J. A., Mcmanus, L. M., and Shireman, P. K. (2009). Reproducibility of quantitative RT-PCR array in miRNA expression profiling and comparison with microarray analysis. BMC Genomics 10:407. doi: 10.1186/1471-2164-10-407

PubMed Abstract | CrossRef Full Text | Google Scholar

Drusco, A., Nuovo, G. J., Zanesi, N., Di Leva, G., Pichiorri, F., Volinia, S., et al. (2014). MicroRNA profiles discriminate among colon cancer metastasis. PLoS ONE 9:e96670. doi: 10.1371/journal.pone.0096670

PubMed Abstract | CrossRef Full Text | Google Scholar

Fu, L., and Peng, Q. (2017). A deep ensemble model to predict miRNA-disease association. Sci. Rep. 7:14482. doi: 10.1038/s41598-017-15235-6

PubMed Abstract | CrossRef Full Text | Google Scholar

Gu, C., Bo, L., Li, X., and Li, K. (2016). Network consistency projection for human miRNA-disease associations inference. Sci. Rep. 6:36054. doi: 10.1038/srep36054

PubMed Abstract | CrossRef Full Text | Google Scholar

Gu, C., Liao, B., Li, X., Cai, L., Chen, H., Li, K., et al. (2017). Network-based collaborative filtering recommendation model for inferring novel disease-related miRNAs. RSC Adv. 7, 44961–44971. doi: 10.1039/C7RA09229F

CrossRef Full Text | Google Scholar

Hiyoshi, Y., Schetter, A. J., Okayama, H., Inamura, K., Anami, K., Nguyen, G. H., et al. (2015). Increased MicroRNA-34b and −34c predominantly expressed in stromal tissues is associated with poor prognosis in human colon cancer. PLoS ONE 10:e0124899. doi: 10.1371/journal.pone.0124899

PubMed Abstract | CrossRef Full Text | Google Scholar

Iorio, M. V., Ferracin, M., Liu, C.-G., Veronese, A., Spizzo, R., Sabbioni, S., et al. (2005). MicroRNA gene expression deregulation in human breast cancer. Cancer Res. 65, 7065–7070. doi: 10.1158/0008-5472.CAN-05-1783

PubMed Abstract | CrossRef Full Text | Google Scholar

Isobe, T., Hisamori, S., Hogan, D. J., Zabala, M., Hendrickson, D. G., Dalerba, P., et al. (2014). miR-142 regulates the tumorigenicity of human breast cancer stem cells through the canonical WNT signaling pathway. Elife 3:e01977. doi: 10.7554/eLife.01977

PubMed Abstract | CrossRef Full Text | Google Scholar

Jaccard, P. (1901). Etude de la distribution florale dans une portion des Alpes et du Jura. Bull. Soc. Vaudoise Sci. Nat. 37, 547–579.

Google Scholar

Jiang, Q., Hao, Y., Wang, G., Juan, L., Zhang, T., Teng, M., et al. (2010a). Prioritization of disease microRNAs through a human phenome-microRNAome network. BMC Syst. Biol. 4:S2. doi: 10.1186/1752-0509-4-S1-S2

PubMed Abstract | CrossRef Full Text | Google Scholar

Jiang, Q., Wang, G., Jin, S., Li, Y., and Wang, Y. (2013). Predicting human microRNA-disease associations based on support vector machine. Int. J. Data Min. Bioinform. 8, 282–293. doi: 10.1504/IJDMB.2013.056078

PubMed Abstract | CrossRef Full Text | Google Scholar

Jiang, Q., Wang, G., and Wang, Y. (2010b). “An approach for prioritizing disease-related microRNAs based on genomic data integration,” in 2010 3rd International Conference on Biomedical Engineering and Informatics (BMEI), IEEE (Yanta), 2270–2274.

Google Scholar

Kozomara, A., and Griffithsjones, S. (2011). miRBase: integrating microRNA annotation and deep-sequencing data. Nucleic Acids Res. 39, D152–D157. doi: 10.1093/nar/gkq1027

PubMed Abstract | CrossRef Full Text | Google Scholar

Lan, W., Wang, J., Li, M., Liu, J., and Pan, Y. (2015). “Predicting microRNA-disease associations by integrating multiple biological information,” in IEEE International Conference on Bioinformatics and Biomedicine (BIBM) (Washington, DC).

Google Scholar

Lan, W., Wang, J., Li, M., Liu, J., Wu, F. X., and Pan, Y. (2016). Predicting microRNA-disease associations based on improved microRNA and disease similarities. IEEE/ACM Trans. Comput. Biol. Bioinform. 15, 1774–1782. doi: 10.1109/TCBB.2016.2586190

PubMed Abstract | CrossRef Full Text | Google Scholar

Le, D. H. (2015). Network-based ranking methods for prediction of novel disease associated microRNAs. Comput. Biol. Chem. 58, 139–148. doi: 10.1016/j.compbiolchem.2015.07.003

PubMed Abstract | CrossRef Full Text | Google Scholar

Leicht, E. A., Holme, P., and Newman, M. E. (2006). Vertex similarity in networks. Phys. Rev. E Stat. Nonlinear Soft Matter Phys. 73:026120. doi: 10.1103/PhysRevE.73.026120

PubMed Abstract | CrossRef Full Text | Google Scholar

Li, B.-S., Zhao, Y.-L., Guo, G., Li, W., Zhu, E.-D., Luo, X., et al. (2012). Plasma microRNAs, miR-223, miR-21 and miR-218, as novel potential biomarkers for gastric cancer detection. PLoS ONE 7:e41629. doi: 10.1371/journal.pone.0041629

PubMed Abstract | CrossRef Full Text | Google Scholar

Li, J., Wu, Z., Cheng, F., Li, W., Liu, G., and Tang, Y. (2014). Computational prediction of microRNA networks incorporating environmental toxicity and disease etiology. Sci. Rep. 4:5576. doi: 10.1038/srep05576

PubMed Abstract | CrossRef Full Text | Google Scholar

Li, J. Q., Rong, Z. H., Chen, X., Yan, G. Y., and You, Z. H. (2017). MCMDA: Matrix Completion for MiRNA-Disease Association prediction. Oncotarget 8, 21187–21199. doi: 10.18632/oncotarget.15061

PubMed Abstract | CrossRef Full Text | Google Scholar

Li, X., Wang, Q., Zheng, Y., Lv, S., Ning, S., Sun, J., et al. (2011). Prioritizing human cancer microRNAs based on genes' functional consistency between microRNA and cancer. Nucleic Acids Res. 39:e153. doi: 10.1093/nar/gkr770

PubMed Abstract | CrossRef Full Text | Google Scholar

Liao, B., Ding, S., Chen, H., Li, Z., and Cai, L. (2015). Identifying human microRNA-disease associations by a new diffusion-based method. J. Bioinform. Comput. Biol. 13:1550014. doi: 10.1142/S0219720015500146

PubMed Abstract | CrossRef Full Text | Google Scholar

Lin, Z., Li, J.-W., Wang, Y., Chen, T., Ren, N., Yang, L., et al. (2016). Abnormal miRNA-30e expression is associated with breast cancer progression. Clin. Lab. 62, 121–128. doi: 10.7754/Clin.Lab.2015.150607

PubMed Abstract | CrossRef Full Text | Google Scholar

Liu, Y., Zeng, X., He, Z., and Zou, Q. (2017). Inferring microRNA-disease associations by random walk on a heterogeneous network with multiple data sources. IEEE/ACM Trans. Comput. Biol. Bioinform. 14, 905–915. doi: 10.1109/TCBB.2016.2550432

PubMed Abstract | CrossRef Full Text | Google Scholar

Luo, J., Ding, P., Cheng, L., Cao, B., and Chen, X. (2017a). Collective prediction of disease-associated miRNAs based on transduction learning. IEEE/ACM Trans. Comput. Biol. Bioinform. 14:7. doi: 10.1109/TCBB.2016.2599866

PubMed Abstract | CrossRef Full Text | Google Scholar

Luo, J., and Xiao, Q. (2017). A novel approach for predicting microRNA-disease associations by unbalanced bi-random walk on heterogeneous network. J. Biomed. Inform. 66, 194–203. doi: 10.1016/j.jbi.2017.01.008

PubMed Abstract | CrossRef Full Text | Google Scholar

Luo, J., Xiao, Q., Liang, C., and Ding, P. (2017b). Predicting MicroRNA-disease associations using kronecker regularized least squares based on heterogeneous omics data. IEEE Access 5, 2503–2513. doi: 10.1109/ACCESS.2017.2672600

CrossRef Full Text | Google Scholar

Martínez, V., Berzal, F., and Cubero, J.-C. (2017). A survey of link prediction in complex networks. ACM Comput. Surveys 49:69. doi: 10.1145/3012704

CrossRef Full Text | Google Scholar

Mugunga, I., Ju, Y., Liu, X., and Huang, X. (2017). Computational prediction of human disease-related microRNAs by path-based random walk. Oncotarget 8, 58526–58535. doi: 10.18632/oncotarget.17226

PubMed Abstract | CrossRef Full Text | Google Scholar

Mussnich, P., Ros, R., Bianco, R., Fusco, A., and D'angelo, D. (2015). MiR-199a-5p and miR-375 affect colon cancer cell sensitivity to cetuximab by targeting PHLPP1. Expert Opin. Ther. Targets 19, 1017–1026. doi: 10.1517/14728222.2015.1057569

PubMed Abstract | CrossRef Full Text | Google Scholar

Nalluri, J. J., Kamapantula, B. K., Barh, D., Jain, N., Bhattacharya, A., De Almeida, S. S., et al. (2015). DISMIRA: prioritization of disease candidates in miRNA-disease associations based on maximum weighted matching inference model and motif-based analysis. BMC Genomics 16:S12. doi: 10.1186/1471-2164-16-S5-S12

PubMed Abstract | CrossRef Full Text | Google Scholar

Newman, M. E. J. (2001). Clustering and preferential attachment in growing networks. Phys. Rev. E Stat. Nonlinear Soft Matter Phys. 64:025102. doi: 10.1103/PhysRevE.64.025102

PubMed Abstract | CrossRef Full Text | Google Scholar

Niu, Y., Wu, Y., Huang, J., Li, Q., Kang, K., Qu, J., et al. (2016). Identification of reference genes for circulating microRNA analysis in colorectal cancer. Sci. Rep. 6:35611. doi: 10.1038/srep35611

PubMed Abstract | CrossRef Full Text | Google Scholar

Nonaka, R., Nishimura, J., Kagawa, Y., Osawa, H., Hasegawa, J., Murata, K., et al. (2014). Circulating miR-199a-3p as a novel serum biomarker for colorectal cancer. Oncol. Rep. 32, 2354–2358. doi: 10.3892/or.2014.3515

PubMed Abstract | CrossRef Full Text | Google Scholar

Pasquier, C., and Gardès, J. (2016). Prediction of miRNA-disease associations with a vector space model. Sci. Rep. 6:27036. doi: 10.1038/srep27036

PubMed Abstract | CrossRef Full Text | Google Scholar

Peng, L., Chen, Y., Ma, N., and Chen, X. (2017a). NARRMDA: negative-aware and rating-based recommendation algorithm for miRNA-disease association prediction. Mol. Biosyst. 13, 2650–2659. doi: 10.1039/C7MB00499K

PubMed Abstract | CrossRef Full Text | Google Scholar

Peng, L., Peng, M., Liao, B., Huang, G., Liang, W., and Li, K. (2017b). Improved low-rank matrix recovery method for predicting miRNA-disease association. Sci. Rep. 7:6007. doi: 10.1038/s41598-017-06201-3

PubMed Abstract | CrossRef Full Text | Google Scholar

Peng, L., Peng, M., Liao, B., Xiao, Q., Liu, W., Huang, G., et al. (2017c). A novel information fusion strategy based on a regularized framework for identifying disease-related microRNAs. RSC Adv. 7, 44447–44455. doi: 10.1039/C7RA08894A

CrossRef Full Text | Google Scholar

Pichler, M., Ress, A. L., Winter, E., Stiegelbauer, V., Karbiener, M., Schwarzenbacher, D., et al. (2014). MiR-200a regulates epithelial to mesenchymal transition-related gene expression and determines prognosis in colorectal cancer patients. Br. J. Cancer 110, 1614–1621. doi: 10.1038/bjc.2014.51

CrossRef Full Text | Google Scholar

Porkka, K. P., Pfeiffer, M. J., Waltering, K. K., Vessella, R. L., Tammela, T. L., and Visakorpi, T. (2007). MicroRNA expression profiling in prostate cancer. Cancer Res. 67, 6130–6135. doi: 10.1158/0008-5472.CAN-07-0533

PubMed Abstract | CrossRef Full Text | Google Scholar

Qabaja, A., Alshalalfa, M., Bismar, T. A., and Alhajj, R. (2013). Protein network-based Lasso regression model for the construction of disease-miRNA functional interactions. Eur. J. Bioinform. Syst. Biol. 2013, 3–3. doi: 10.1186/1687-4153-2013-3

PubMed Abstract | CrossRef Full Text | Google Scholar

Ravasz, E., Somera, A. L., Mongru, D. A., Oltvai, Z. N., and Barabási, A. L. (2002). Hierarchical organisation of modularity in metabolic networks. Science 297, 1551–1555. doi: 10.1126/science.1073374

CrossRef Full Text | Google Scholar

Rossi, S., Tsirigos, A., Amoroso, A., Mascellani, N., Rigoutsos, I., Calin, G. A., et al. (2011). OMiR: identification of associations between OMIM diseases and microRNAs. Genomics 97, 71–76. doi: 10.1016/j.ygeno.2010.10.004

PubMed Abstract | CrossRef Full Text | Google Scholar

Schwickert, A., Weghake, E., Brüggemann, K., Engbers, A., Brinkmann, B. F., Kemper, B., et al. (2015). microRNA miR-142-3p inhibits breast cancer cell invasiveness by synchronous targeting of WASL, integrin alpha V, and additional cytoskeletal elements. PLoS ONE 10:e0143993. doi: 10.1371/journal.pone.0143993

PubMed Abstract | CrossRef Full Text | Google Scholar

Shi, H., Xu, J., Zhang, G., Xu, L., Li, C., Wang, L., et al. (2013). Walking the interactome to identify human miRNA-disease associations through the functional link between miRNA targets and disease genes. BMC Syst. Biol. 7:101. doi: 10.1186/1752-0509-7-101

PubMed Abstract | CrossRef Full Text | Google Scholar

Shi, H., Zhang, G., Zhou, M., Liang, C., Yang, H., Wang, J., et al. (2016). Integration of multiple genomic and phenotype data to infer novel miRNA-disease associations. PLoS ONE 11:e0148521. doi: 10.1371/journal.pone.0148521

PubMed Abstract | CrossRef Full Text | Google Scholar

Sørensen, T. (1957). A method of establishing groups of equal amplitude in plant sociology based on similarity of species and its application to analyses of the vegetation on Danish commons. Biol. Skr 5, 1–34.

Google Scholar

Sun, D., Li, A., Feng, H., and Wang, M. (2016). NTSMDA: prediction of miRNA-disease associations by integrating network topological similarity. Mol. Biosyst. 12:2224. doi: 10.1039/C6MB00049E

PubMed Abstract | CrossRef Full Text | Google Scholar

Tanaka, T., Arai, M., Wu, S., Kanda, T., Miyauchi, H., Imazeki, F., et al. (2011). Epigenetic silencing of microRNA-373 plays an important role in regulating cell proliferation in colon cancer. Oncol. Rep. 26, 1329–1335. doi: 10.3892/or.2011.1401

PubMed Abstract | CrossRef Full Text | Google Scholar

Toffanin, S., Hoshida, Y., Lachenmayer, A., Villanueva, A., Cabellos, L., Minguez, B., et al. (2011). MicroRNA-based classification of hepatocellular carcinoma and oncogenic role of miR-517a. Gastroenterology 140, 1618–1628-e16. doi: 10.1053/j.gastro.2011.02.009

PubMed Abstract | CrossRef Full Text | Google Scholar

Wang, D., Wang, J., Lu, M., Song, F., and Cui, Q. (2010). Inferring the human microRNA functional similarity and functional network based on microRNA-associated diseases. Bioinformatics 26, 1644–1650. doi: 10.1093/bioinformatics/btq241

PubMed Abstract | CrossRef Full Text | Google Scholar

Xiao, Q., Luo, J., Liang, C., Cai, J., and Ding, P. (2018). A graph regularized non-negative matrix factorization method for identifying microRNA-disease associations. Bioinformatics 34, 239–248. doi: 10.1093/bioinformatics/btx545

CrossRef Full Text | Google Scholar

Xu, C., Ping, Y., Li, X., Zhao, H., Wang, L., Fan, H., et al. (2014). Prioritizing candidate disease miRNAs by integrating phenotype associations of multiple diseases with matched miRNA and mRNA expression profiles. Mol. Biosyst. 10, 2800–2809. doi: 10.1039/C4MB00353E

PubMed Abstract | CrossRef Full Text | Google Scholar

Xu, J., Li, C.-X., Lv, J.-Y., Li, Y.-S., Xiao, Y., Shao, T.-T., et al. (2011). Prioritizing candidate disease miRNAs by topological features in the miRNA target-dysregulated network: case study of prostate cancer. Mol. Cancer Ther. 10, 1857–1866. doi: 10.1158/1535-7163.MCT-11-0055

PubMed Abstract | CrossRef Full Text | Google Scholar

Xuan, P., Han, K., Guo, M., Guo, Y., Li, J., Ding, J., et al. (2013). Prediction of microRNAs associated with human diseases based on weighted k most similar neighbors. PLoS ONE 8:e70204. doi: 10.1371/annotation/a076115e-dd8c-4da7-989d-c1174a8cd31e

CrossRef Full Text | Google Scholar

Xuan, P., Han, K., Guo, Y., Li, J., Li, X., Zhong, Y., et al. (2015). Prediction of potential disease-associated microRNAs based on random walk. Bioinformatics 31, 1805–1815. doi: 10.1093/bioinformatics/btv039

PubMed Abstract | CrossRef Full Text | Google Scholar

Yanaihara, N., Caplen, N., Bowman, E., Seike, M., Kumamoto, K., Yi, M., et al. (2006). Unique microRNA molecular profiles in lung cancer diagnosis and prognosis. Cancer Cell 9, 189–198. doi: 10.1016/j.ccr.2006.01.025

PubMed Abstract | CrossRef Full Text | Google Scholar

You, Z. H., Huang, Z. A., Zhu, Z., Yan, G. Y., Li, Z. W., Wen, Z., et al. (2017). PBMDA: a novel and effective path-based computational model for miRNA-disease association prediction. PLoS Comput. Biol. 13:e1005455. doi: 10.1371/journal.pcbi.1005455

PubMed Abstract | CrossRef Full Text | Google Scholar

Zeng, X., Ding, N., Rodríguez-Patón, A., Lin, Z., and Ju, Y. (2016a). Prediction of MicroRNA-disease associations by matrix completion. Curr. Proteomics 13, 151–157. doi: 10.2174/157016461302160514005711

CrossRef Full Text | Google Scholar

Zeng, X., Liu, L., Lü, L., and Zou, Q. (2018). Prediction of potential disease-associated microRNAs using structural perturbation method. Bioinformatics 34, 2425–2432. doi: 10.1093/bioinformatics/bty112

PubMed Abstract | CrossRef Full Text | Google Scholar

Zeng, X., Xuan, Z., Liao, Y., and Pan, L. (2016b). Prediction and validation of association between microRNAs and diseases by multipath methods. Biochim. Biophys. Acta 1860, 2735–2739. doi: 10.1016/j.bbagen.2016.03.016

PubMed Abstract | CrossRef Full Text | Google Scholar

Zeng, X., Zhang, X., and Zou, Q. (2015). Integrative approaches for predicting microRNA function andprioritizing disease-related microRNA using biological interaction networks. Brief. Bioinformatics 17, 193–203. doi: 10.1093/bib/bbv033

PubMed Abstract | CrossRef Full Text | Google Scholar

Zhao, Y., Chen, X., and Yin, J. (2018). A novel computational method for the identification of potential miRNA-disease association based on symmetric non-negative matrix factorization and Kronecker regularized least square. Front. Genet. 9:324. doi: 10.3389/fgene.2018.00324

PubMed Abstract | CrossRef Full Text | Google Scholar

Zhong, Y., Xuan, P., Wang, X., Zhang, T., Li, J., Liu, Y., et al. (2018). A non-negative matrix factorization based method for predicting disease-associated miRNAs in miRNA-disease bilayer network. Bioinformatics 34, 267–277. doi: 10.1093/bioinformatics/btx546

CrossRef Full Text | Google Scholar

Zhou, T., Lü, L., and Zhang, Y. C. (2009). Predicting missing links via local information. Eur. Phys. J. B 71, 623–630. doi: 10.1140/epjb/e2009-00335-8

CrossRef Full Text | Google Scholar

Zou, Q., Li, J., Hong, Q., Lin, Z., Wu, Y., Shi, H., et al. (2015a). Prediction of MicroRNA-disease associations based on social network analysis methods. Biomed Res. Int. 2015:810514. doi: 10.1155/2015/810514

PubMed Abstract | CrossRef Full Text | Google Scholar

Zou, Q., Li, J., Song, L., Zeng, X., and Wang, G. (2015b). Similarity computation strategies in the microRNA-disease network: a survey. Brief. Funct. Genomics 15, 55–64. doi: 10.1093/bfgp/elv024

PubMed Abstract | CrossRef Full Text | Google Scholar

Keywords: disease similarity, miRNA similarity, bipartite heterogeneous network, co-neighbor, computational prediction model

Citation: Chen M, Zhang Y, Li A, Li Z, Liu W and Chen Z (2019) Bipartite Heterogeneous Network Method Based on Co-neighbor for MiRNA-Disease Association Prediction. Front. Genet. 10:385. doi: 10.3389/fgene.2019.00385

Received: 28 November 2018; Accepted: 10 April 2019;
Published: 26 April 2019.

Edited by:

Alfredo Pulvirenti, Università degli Studi di Catania, Italy

Reviewed by:

Guan Nana, Shenzhen University, China
Quan Zou, University of Electronic Science and Technology of China, China

Copyright © 2019 Chen, Zhang, Li, Li, Liu and Chen. This is an open-access article distributed under the terms of the Creative Commons Attribution License (CC BY). The use, distribution or reproduction in other forums is permitted, provided the original author(s) and the copyright owner(s) are credited and that the original publication in this journal is cited, in accordance with accepted academic practice. No use, distribution or reproduction is permitted which does not comply with these terms.

*Correspondence: Yi Zhang, zywait@glut.edu.cn
Ang Li, liang@hnit.edu.cn

Joint first authors

Disclaimer: All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article or claim that may be made by its manufacturer is not guaranteed or endorsed by the publisher.