Literature DB >> 31077936

Prediction of Potential Disease-Associated MicroRNAs by Using Neural Networks.

Xiangxiang Zeng1, Wen Wang2, Gaoshan Deng3, Jiaxin Bing2, Quan Zou4.   

Abstract

Identifying disease-related microRNAs (miRNAs) is an essential but challenging task in bioinformatics research. Much effort has been devoted to discovering the underlying associations between miRNAs and diseases. However, most studies mainly focus on designing advanced methods to improve prediction accuracy while neglecting to investigate the link predictability of the relationships between miRNAs and diseases. In this work, we construct a heterogeneous network by integrating neighborhood information in the neural network to predict potential associations between miRNAs and diseases, which also consider the imbalance of datasets. We also employ a new computational method called a neural network model for miRNA-disease association prediction (NNMDA). This model predicts miRNA-disease associations by integrating multiple biological data resources. Comparison of our work with other algorithms reveals the reliable performance of NNMDA. Its average AUC score was 0.937 over 15 diseases in a 5-fold cross-validation and AUC of 0.8439 based on leave-one-out cross-validation. The results indicate that NNMDA could be used in evaluating the accuracy of miRNA-disease associations. Moreover, NNMDA was applied to two common human diseases in two types of case studies. In the first type, 26 out of the top 30 predicted miRNAs of lung neoplasms were confirmed by the experiments. In the second type of case study for new diseases without any known miRNAs related to it, we selected breast neoplasms as the test example by hiding the association information between the miRNAs and this disease. The results verified 50 out of the top 50 predicted breast-neoplasm-related miRNAs.
Copyright © 2019 The Author(s). Published by Elsevier Inc. All rights reserved.

Entities:  

Keywords:  disease; disease similarity; miRNA-disease association; miRNAs; neural network

Year:  2019        PMID: 31077936      PMCID: PMC6510966          DOI: 10.1016/j.omtn.2019.04.010

Source DB:  PubMed          Journal:  Mol Ther Nucleic Acids        ISSN: 2162-2531            Impact factor:   8.886


Introduction

The first microRNA (miRNA) named lin-4 was discovered 20 years ago by Victor Ambros. Since then, thousands of currently annotated miRNAs have been discovered in various species of plants, animals, and viruses. The expression of mRNAs is suppressed in a sequence-specific manner by miRNAs that consist of small endogenous noncoding RNAs.3, 4 Many studies indicated that miRNAs are important cell components and have vital roles in multiple stages of biological processes, such as cell growth, cell development, cell cycle regulation, cell apoptosis, stress responses, and tumor invasion. Furthermore, the strong associations between miRNAs and diseases have been verified by numerous biological studies.10, 11 The accumulating knowledge of disease-related miRNAs could contribute to pathological classifications, individualized diagnoses, and disease treatments.12, 13, 14 However, exploring the underlying miRNA-disease associations still remains a challenge for biologists.15, 16, 17, 18 Powerful computational approaches that could effectively reveal miRNA-disease associations must be urgently developed. In recent years, many computational prediction methods have been used to identify reliable disease-miRNA candidates for further experimental studies19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30 and achieved excellent performance. Based on the assumptions that miRNAs that have similar functions are more likely associated with similar disease and vice versa, Jiang et al. estimated the similarity between miRNAs by measuring the similarity of their target genes. The miRNA network based on targets was combined with a disease phenotype network to infer the correlation scores between miRNAs and diseases. In addition, they improved the score calculation by further integrating the similarities of miRNAs with the phenotype similarities of diseases. Li et al. collected miRNA targets and measured the function consistency score (FCS) between the target genes and the disease-related genes. However, this method ignored the topological structure when calculating the FCS. Xu et al. focused on extracting features from the miRNA-disease network data, which were constructed under two considerations, namely, a feature set primarily related to miRNA information and disease phenotype information. HDMP predicted disease-related miRNAs by weighting the most similar neighbors. In addition, Chen et al. presented the random walk with restart for miRNA-disease association (RWRMDA) model to identify potential miRNA-disease pairs by adopting random walks on the miRNA functional similarity network. Shi et al. improved the RWRMDA by considering miRNA-target associations, disease-gene associations, and protein-protein interaction networks. Xuan et al. developed the method miRNAs associated with diseases prediction (MIDP), which utilizes the features of different nodes on the basis of random walks with a restart. Afterward, an extension method, named MIDPE, was proposed by constructing a miRNA-disease bilayer network. This approach was developed because nearly all the previous methods based on random walks could not be applied without any known related miRNA. Moreover, machine-learning methods have also been considered for identifying miRNA-disease associations. Chen and Yan presented regularized least-squares for miRNA-disease association (RLSMDA), in which data from known miRNA-disease associations, disease-disease similarity datasets, and miRNA-miRNA functional similarity networks were integrated. Zou et al. introduced two methods to predict miRNA-disease association. CATAPULT is a biased support vector machine (SVM) that was trained to classify miRNA-disease pairs. The other method, the KATZ method, denotes the associations on the basis of the paths of different lengths in the miRNA-disease network. Based on transduction learning, Luo et al. adopted a strategy of collective prediction based on transduction learning (CPTL) to infer potential miRNA-disease associations. Yu et al. first reconstructed the similarity matrices for miRNAs and diseases and then used label propagation to predict the possible links between miRNAs and diseases. The model of within and between score for miRNA-disease association prediction (WBSMDA) uncovers potential miRNA-disease associations according to the within and between scores for many complex diseases, which could predict the potential related miRNAs of new diseases and new miRNAs without known association information. Chen and Huang presented a computational model named Laplacian regularized sparse subspace learning for miRNA-disease association prediction (LRSSLMDA), which used Laplacian regularization to preserve the local structures of the training data. Li et al. designed the matrix completion for miRNA-disease association prediction model (MCMDA), which could efficiently update the low-rank miRNA-disease matrix to identify their associations. Meanwhile, the path-based miRNA-disease association (PBMDA) prediction model is an effective model to predict miRNA-disease association. This model adopts the depth-first search algorithm by integrating the disease semantic similarity, miRNA functional similarity, known human miRNA-disease associations, and Gaussian interaction profile kernel similarity for miRNAs and diseases. inductive matrix completion for miRNA-disease association prediction (IMCMDA) is a matrix computational algorithm that could efficiently update the low-rank miRNA-disease matrix to identify their associations. Chen et al. presented a computational model of matrix decomposition and heterogeneous graph inference for miRNA-disease association prediction (MDHGI) to find new miRNA-disease associations by integrating the predicted association probability obtained from matrix decomposition through sparse learning method. All mentioned methods have their own strengths, and these methods can be categorized into five aspects: (1) neighborhood-based methods, such as HDMP and CPTL; (2) random walk-based methods, such as RWRMDA, Shi’s method, MIDP, and MIDPE; (3) machine-learning-based methods, such as Xu et al.’s method and RLSMDA; (4) path-based methods, such as KATZ and PBMDA; and (5) matrix-based methods, such as MCMDA, IMCMDA, and MDHGI. Inspired by popular neural-network-based approaches and the latest advances in network embedding technologies, we employ NNMDA, which could accurately and efficiently predict miRNA-disease associations by integrating neighborhood information based on neural networks. Specifically, network embedding is an effective approach that aims at converting the network into a low-dimensional space while preserving the structural information of the network. In this way, nodes and associations of the network can be represented as compacted yet informative vectors in the embedding space. In the experiment, we use two evaluation methods, namely, leave-one-out cross-validation (LOOCV) and 5-fold cross-validation (5-fold CV), to verify the performance of our method. Compared with existing approach, our method achieves an outstanding performance in identifying potential miRNA-disease associations. For further verification, we used case studies to analyze the performance of NNMDA. Experimental results show that our method has reliable performance on detecting novel associations. We also found that some special associations and corresponding miRNAs require further attention.

Results

In this section, we analyze the performance of NNMDA from several aspects. Evaluation criteria and methods used in this paper are introduced. The performance of NNMDA was compared with those of other methods in identifying potential associations between miRNAs and diseases. Finally, case studies were utilized to further evaluate the reliability of NNMDA.

Evaluation Criteria and Methods

In this paper, area under the curve (AUC), precision (PRE), and recall (REC) were used as evaluation criteria for the performance of models. AUC is the area under the receiver operating characteristic (ROC) curve and is established by plotting the true positive rate (TPR) against false positive rate (FPR) at various threshold settings. PRE (also called positive predictive value) is the fraction of relevant instances among the retrieved instances, whereas REC is the fraction of relevant instances that have been retrieved over the total amount of relevant instances. The equations are as follows:where TP and FP are the numbers of true positive and false positive samples, respectively, with respect to a specific disease. A large PRE value indicates good prediction accuracy.where FN is the number of false negative samples with respect to a specific disease. We evaluated the performance of NNMDA to predict potential disease-related miRNAs by using two evaluation methods (LOOCV and 5-fold CV). 5-fold CV is often used to evaluate the ability of a model to predict potential associations. For a specific disease d, d-related relationships are randomly divided into five subsets, four of which are used as known information, whereas the remaining one is used for testing. LOOCV is also a widely used evaluation method. For the disease d(i) in our experiment, each known miRNA-disease pair (take miRNA-disease pair (m(j)-d(i)) as an example) was selected as the test sample, whereas all the other known miRNA-disease pairs were considered as training samples. First, we artificially changed the known miRNA-disease pairs (m(j)-d(i)) into unverified miRNA-disease pairs d(i) that were considered as candidate samples. We then ranked the predicted score of the test miRNA-disease pair (m(j)-d(i)) with the candidate samples. If the rank of the test miRNA-disease pair (m(j)-d(i)) exceeded the given threshold, then the model successfully predicted the miRNA-disease pair (m(j)-d(i)).

5-Fold CV

In 5-fold CV, we randomly divided the associations of each disease into five subsets of equal sizes that were used as testing sets. We compared our method with the following widely applied miRNA-disease prediction algorithms: (1) RWRMDA, (2) HDMP, (3) IMCMDA, (4) RLSMDA, (4) MIDP, and (5) SPM. Table 1 shows the prediction performance measured as AUC for different diseases.
Table 1

Comparison of Various Computational Approaches’ AUC Values through 5-Fold Cross-Validation

MethodRWRMDAHDMPIMCMDARLSMDAMIDPSPMNNMDA
Breast neoplasm0.7850.8010.8120.8320.8380.9320.968
Hepatocellular carcinoma0.7490.7590.7440.7940.8070.9180.966
Renal cell carcinoma0.8150.8330.7930.8390.8620.9010.912
Squamous cell carcinoma0.8190.8200.8370.8490.8700.8990.924
Colorectal neoplasm0.7930.8020.7660.8310.8450.8850.927
Glioblastoma0.6800.7000.7810.7140.7860.8400.911
Heart failure0.7220.7700.9240.7380.8210.9500.945
Acute myeloid leukemia0.8390.8580.8610.8530.9150.9570.916
Lung neoplasm0.8270.8350.8410.8550.8760.8920.943
Melanoma0.7840.7900.7610.8070.8370.9510.949
Ovarian neoplasm0.8820.8840.8750.9090.9230.9490.928
Pancreatic neoplasm0.8710.8950.8940.8870.9450.9540.954
Prostatic neoplasm0.8230.8540.7750.8410.8820.9280.936
Stomach neoplasm0.7790.7870.7830.7970.8210.8590.955
Urinary bladder neoplasm0.8210.8500.8130.8450.8970.8980.920
Average AUC0.7990.8160.8170.8260.8620.9140.937
Comparison of Various Computational Approaches’ AUC Values through 5-Fold Cross-Validation Among the 15 algorithms, NNMDA achieved the best performance. Table 1 shows that the average AUC scores of RWRMDA, HDMP, IMCMDA, RLSMDA, SPM, and NNMDA were 79.9%, 81.6%, 81.7%, 82.6%, 86.2%, 91.4%, and 93.6%, respectively. The average AUC score of NNMDA was higher than that of the other methods by 13.8%, 12.1%, 12.0%, 11.0%, 7.5%, and 2.3%, respectively. In terms of AUC score, NNMDA achieved the highest averaged value but did not exhibit the best performance among all the diseases, particularly in heart failure. Hence, we compared the performance of NNMDA with those of PRE and REC. For a specific disease, we ranked the related candidates according to their scores. We measured the PRE and REC within the top 20, 40 …, 80, and 100 candidates in the rank list because the top portion of the prediction links is important. PRE indicates the ratio of positive samples in the top-k samples, whereas REC measures how many positive samples are correctly identified within the top-k. Figures 1A and 1B plot the performance of the three methods that achieved the top three AUC scores in heart failure. We found that NNMDA outperformed the other two methods in terms of PRE (Figure 1A) and REC (Figure 1B), indicating the competitiveness of this approach. We also showed that with the increase in k, REC increased but PRE declined. This finding reveals that the links ranked the top places have a high probability of being potential associations.
Figure 1

Performances on 5-Fold Cross-Validation Precision

(A) Precision on disease heart failure. (B) Recall on disease heart failure. (C) Average recalls for the 15 tested diseases on four methods (NNMDA, IMCMDA, MIDP, and SPM), which contain the diseases breast neoplasm, hepatocellular carcinoma, renal cell carcinoma, squamous cell carcinoma, colorectal neoplasm, glioblastoma, heart failure, acute myeloid leukemia, lung neoplasm, melanoma, ovarian neoplasm, pancreatic neoplasm, prostatic neoplasm, stomach neoplasm, and urinary bladder neoplasm.

Performances on 5-Fold Cross-Validation Precision (A) Precision on disease heart failure. (B) Recall on disease heart failure. (C) Average recalls for the 15 tested diseases on four methods (NNMDA, IMCMDA, MIDP, and SPM), which contain the diseases breast neoplasm, hepatocellular carcinoma, renal cell carcinoma, squamous cell carcinoma, colorectal neoplasm, glioblastoma, heart failure, acute myeloid leukemia, lung neoplasm, melanoma, ovarian neoplasm, pancreatic neoplasm, prostatic neoplasm, stomach neoplasm, and urinary bladder neoplasm. Figure 1C shows the average REC for the 15 tested diseases. Within the top 30, the average RECs of NNMDA, MIDP, SPM, and IMCMDA for all 15 diseases were 49.5%, 43.5%, 49.4%, and 43.0%, respectively. This finding indicates that NNMDA performs slightly better than the other three methods. With the increment of k, the performance of NNMDA remarkably increased for the top 60 to 120 predictions. NNMDA outperformed the other four methods.

LOOCV

In this section, a ROC curve was plotted by using the results of LOOCV. The x axis of the ROC graph is the TPR, whereas the y axis is the FPR. The ROC curve based on LOOCV is plotted in Figure 2. On the basis of the ROC curve, AUC could be calculated as an evaluation metric for the model.
Figure 2

Comparison of Performance among NNMDA and Baseline Methods (NNMDA, IMCMDA, RWRMDA, HDMP, and RLSMDA)

Comparison of Performance among NNMDA and Baseline Methods (NNMDA, IMCMDA, RWRMDA, HDMP, and RLSMDA) Based on the LOOCV results, we compared NNMDA with other four methods, namely, IMCMDA, RWRMDA, HDMP, and RLSMDA. The results showed that NNMDA, IMCMDA, RWRMDA, HDMP, and RLSMDA had obtained AUCs of 0.8432, 0.8034, 0.7891, 0.7702, and 0.6953, respectively. NNMDA achieved the best performance among all these models. Therefore, we can intuitively observe the improved performance of NNMDA in predicting miRNA-disease associations.

Case Study

Two different types of case studies were implemented to validate the performance and evaluate the accuracy of NNMDA for miRNA-disease association prediction. In the first case study, all the associations between miRNAs and diseases were used to uncover potential associations. For a special disease, we extract the top 30 candidate associations of this disease to determine whether or not these associations can be confirmed by miR2Disease and dbDEMC V2.0 databases. The number of known miRNA-disease associations that are not included in HMDD are used to estimate the performance of NNMDA. Table 2 shows the prediction results of the top 30 predicted lung neoplasm-related miRNAs.
Table 2

Prediction Results of the Top 30 Predicted Lung Neoplasm-Related miRNAs Based on Known Associations in HMDD V1.0

miRNAEvidencemiRNAEvidence
hsa-let-7gdbDEMC mir2diseasehsa-mir-18bdbDEMC
hsa-mir-135bdbDEMChsa-mir-17dbDEMC
hsa-mir-133bdbDEMChsa-mir-21dbDEMC mir2disease
hsa-mir-200bdbDEMC mir2diseasehsa-mir-148adbDEMC mir2disease
hsa-let-7ddbDEMC mir2diseasehsa-mir-18adbDEMC mir2disease
hsa-mir-181b-1unverifiedhsa-mir-30edbDEMC
hsa-mir-29cdbDEMC mir2diseasehsa-mir-101-1mir2disease
hsa-mir-98dbDEMC mir2diseasehsa-mir-30c-2unverified
hsa-mir-221dbDEMC mir2diseasehsa-mir-125adbDEMC mir2disease
hsa-mir-186dbDEMChsa-mir-200cdbDEMC mir2disease
hsa-mir-142unverifiedhsa-mir-126dbDEMC mir2disease
hsa-mir-146adbDEMChsa-mir-31dbDEMC mir2disease
hsa-mir-146bdbDEMC mir2diseasehsa-mir-30c-1unverified
hsa-mir-101-1mir2diseasehsa-mir-30adbDEMC
hsa-let-7bdbDEMChsa-mir-192mir2disease dbDEMC

The first column contains the top 1–15 related miRNAs, whereas the third column shows the top 16–30 related miRNAs.

Prediction Results of the Top 30 Predicted Lung Neoplasm-Related miRNAs Based on Known Associations in HMDD V1.0 The first column contains the top 1–15 related miRNAs, whereas the third column shows the top 16–30 related miRNAs. As shown in Table 2, 9 out of the top 10 and 26 out of the top 30 predicted lung-neoplasm-related miRNAs were included. Therefore, most of the potential associations were confirmed by the miR2Disease and dbDEMC V2.0 databases. An important criterion for evaluating the usefulness of a model is whether or not it can be used to predict potential related miRNAs for a new disease. In the second case study, we evaluated the performance of NNMDA when it was implemented to the new disease without any known related miRNAs. Breast neoplasms were used as an example in our experiment. Therefore, we hid the association information between miRNAs and breast neoplasms by setting all their known associations as unknown ones. We then implemented NNMDA to obtain the ranking list of the association prediction scores for miRNA-breast neoplasms. We analyzed in detail the prediction accuracy on breast neoplasm and mainly focused on the top 50 miRNA candidates. The results for breast neoplasms are represented in Table 3.
Table 3

Prediction Results of the Top 50 Predicted Breast Neoplasm-Related miRNAs When the Known Associations of Breast Neoplasms Were Considered as Unknown Ones

miRNAEvidencemiRNAEvidence
hsa-mir-155dbDEMC HMDDhsa-mir-19b-1HMDD
hsa-mir-21dbDEMC HMDDhsa-mir-1-1HMDD
hsa-mir-146adbDEMC HMDDhsa-mir-145dbDEMC HMDD
hsa-mir-29b-1HMDDhsa-mir-29cdbDEMC HMDD
hsa-mir-125b-1HMDDhsa-mir-199a-2HMDD
hsa-mir-29b-2HMDDhsa-mir-223dbDEMC HMDD
hsa-mir-34adbDEMC HMDDhsa-mir-126dbDEMC HMDD
hsa-mir-15adbDEMC HMDDhsa-mir-133a-2HMDD
hsa-mir-125b-2HMDDhsa-mir-19adbDEMC HMDD
hsa-mir-20adbDEMC HMDDhsa-mir-199a-1HMDD
hsa-mir-16-1HMDDhsa-let-7bdbDEMC HMDD
hsa-mir-16-2HMDDhsa-mir-26a-1HMDD
hsa-mir-221dbDEMC HMDDhsa-let-7cdbDEMC HMDD
hsa-mir-29adbDEMC HMDDhsa-mir-142HMDD
hsa-let-7a-2HMDDhsa-mir-146bHMDD
hsa-mir-26a-2HMDDhsa-mir-150dbDEMC HMDD
hsa-mir-1-2HMDDhsa-mir-210dbDEMC HMDD
hsa-let-7a-1HMDDhsa-mir-196a-2HMDD
hsa-let-7a-3HMDDhsa-let-7idbDEMC HMDD
hsa-mir-17dbDEMC HMDDhsa-let-7ddbDEMC HMDD
hsa-mir-31dbDEMC HMDDhsa-mir-195dbDEMC HMDD
hsa-mir-92a-1HMDDhsa-mir-222dbDEMC HMDD
hsa-mir-18adbDEMC HMDDhsa-mir-92a-2HMDD
hsa-mir-122dbDEMC HMDDhsa-mir-24-1HMDD
hsa-mir-133a-1HMDDhsa-mir-133bdbDEMC HMDD

The first column contains the top 1–25 related miRNAs, whereas the third column shows the top 26–50 related miRNAs.

Prediction Results of the Top 50 Predicted Breast Neoplasm-Related miRNAs When the Known Associations of Breast Neoplasms Were Considered as Unknown Ones The first column contains the top 1–25 related miRNAs, whereas the third column shows the top 26–50 related miRNAs.

Discussion

Identifying potential disease-related miRNAs could provide new insights into the role of miRNA for its impact on clinical measure, diagnosis, and treatment. However, relying on traditional experimental-based methods, predicting the associations between miRNA and disease seems inefficient. Consequently, great numbers of computational methods have been proposed to solve this challenging problem in recent years. In this paper, we apply a neural-network-based model to predict miRNA-disease associations, which aggregates the neighbor information during the process and preserves the topology of the original network at the same time. After that, to comprehensively verify the performance of our method, 5-fold CV and LOOCV are implemented to evaluate NNMDA in comparison with other state-of-the-art approaches. Compared to the state-of-the-art method, NNMDA performs better in terms of AUC values on the dataset and is able to retrieve more correct associations. In addition, case studies on two common diseases also gave a strong confirmation to the prediction ability of our method. Results show that NNMDA could be a useful tool for studying the miRNA-disease relationship. The success of our method is mainly due to the following two reasons. First, the constructed similarity networks for both miRNAs and diseases are well integrated in the neural network. Second, the imbalance of datasets that we take into consideration helped improve the efficiency. Nonetheless, more informative data sources should be integrated into our model to further improve the prediction performance. The future work may further take more optimization methods into account to accurately uncover associations between miRNAs and diseases.

Materials and Methods

miRNA-Disease Network

Data of known human miRNA-disease associations used in this paper were retrieved from the human miRNA-disease database (HMDDv2.0) to construct the miRNA-disease network. If a disease is associated with a miRNA, then an edge is added to link them. The miRNA-disease association matrix is asymmetric and binary, i.e., each entry of the association matrix could only be 0 or 1. A total of 6,441 associations between 577 miRNAs and 336 diseases were obtained after duplications were removed.

Disease Functional Similarity

Functionally similar genes exhibit a great probability of regulating similar diseases. Therefore, we used gene functional information to construct a disease similarity network. The data can be downloaded from the HumanNet database, which contains an associated log-likelihood score (LLS) of each interaction between two genes or gene sets. Similarity between diseases and is based on the gene functional information and was calculated as follows:where and represent the gene sets that are related to diseases and , respectively. and are the cardinalities of gene sets and , respectively. is the LLS between gene x and gene set , where . If > 0, then it can be considered as the weight of the link connecting diseases and . Hence, we obtained a weighted disease similarity network containing 112,896 similar associations among 336 diseases.

miRNA Similarity

The miRNA similarity network was constructed by employing four main miRNA similarities, which are based on verified miRNA-target associations, family information, cluster information, and verified miRNA-disease associations. The verified miRNA-target associations can be downloaded from the miRTarBase, a database of miRNA-target interactions (http://mirtarbase.mbc.nctu.edu.tw/php/index.php) validated by reporter assays and next-generation sequencing experiments. Two miRNA nodes are considered as connected if they share common targets. The edge weight, miRNA similarity based on target, represents the number of shared targets between miRNAs. We can obtain the family information and cluster information from miRBase. If two miRNAs belong to the same miRNA family, then the value of miRNA similarity based on family would be set as 1, otherwise 0. We obtained 153 clusters of miRNAs. In terms of miRNA similarity based on cluster, the value would be set to 1 if the two miRNAs belonged to the same cluster. These two matrices were found to both be Boolean types. According to literature,50, 51 functionally similar miRNAs tend to connect with similar diseases and vice versa. We downloaded functional similarity data from http://www.cuilab.cn/files/images/cuilab/misim.zip from a previous study. With these data, we constructed matrix FMS to represent the miRNA functional similarity. The element denotes the functional similarity between miRNA and . After a simple combination introduced in Zeng et al., a weighted miRNA similarity network containing 332,928 similar associations among 577 miRNAs was obtained.

Gaussian Interaction Profile Kernel Similarity for Diseases and miRNAs

Considering that similar diseases tend to be related to functionally similar miRNAs and vice versa,50, 52 we calculated Gaussian interaction profile kernel similarities for the miRNAs and diseases’ similarity. First, we used A(i, j) to represent the interaction between disease d(i) and miRNA m(j), where A is the miRNA-disease association matrix. Gaussian interaction kernel similarity between disease d(i) and d(j) was calculated as follows:where is used to control the kernel bandwidth that is obtained by normalizing a new bandwidth parameter by the average number of associations with miRNAs for all the diseases. is defined as follows:Gaussian interaction profile kernel similarity between miRNA m(i) and m(j) is defined in a similar way:

Schematic Overview

As shown in Figure 3, the framework consists of four major steps: (1; Figure 3A) construct a heterogeneous network based on three miRNA similarity interactions, two disease similarity interactions, and miRNA-disease associations. The similarity matrices are symmetric, whereas the miRNA-disease association matrix is asymmetric and binary, i.e., each entry of the association matrix could be only 0 or 1. (2; Figure 3B) Integrate the neighborhood information of miRNAs and diseases and further embed them into low-dimensional representations in neural network. (3; Figure 3C) Reconstruct miRNA-disease association matrix by using extracted feature vectors and minimize the loss between the new reconstructed matrices and the observed matrices. This step aims to enforce the learned representations as much as it could from the original matrices. (4; Figure 3D) Predict the miRNA-disease associations by ranking and selecting the values in a decreasing order in the reconstructed association matrix.
Figure 3

Flowchart of NNMDA

(A) NNMDA uses several individual miRNA-related or disease-related networks to construct a heterogeneous network (details of the used datasets are introduced in Materials and Methods). In a heterogeneous network, different types of nodes are connected by distinct types of edges. Two nodes can be connected by more than one edge (e.g., the solid link between diseases representing disease functional similarity and the chain line between them representing disease Gaussian similarity). (B) Each node adopts a neighborhood information aggregation operation to extract information from the neighborhood. Each arrow represents a specific aggregation function with respect to a specific edge type. Each node then updates its feature representation by integrating its current representation with the aggregated information. (C) NNMDA learns the topology-preserving node features that are useful for miRNA-disease interaction prediction by enforcing the node features to reconstruct the original individual networks. (D) Reconstruction of all individual matrices.

Flowchart of NNMDA (A) NNMDA uses several individual miRNA-related or disease-related networks to construct a heterogeneous network (details of the used datasets are introduced in Materials and Methods). In a heterogeneous network, different types of nodes are connected by distinct types of edges. Two nodes can be connected by more than one edge (e.g., the solid link between diseases representing disease functional similarity and the chain line between them representing disease Gaussian similarity). (B) Each node adopts a neighborhood information aggregation operation to extract information from the neighborhood. Each arrow represents a specific aggregation function with respect to a specific edge type. Each node then updates its feature representation by integrating its current representation with the aggregated information. (C) NNMDA learns the topology-preserving node features that are useful for miRNA-disease interaction prediction by enforcing the node features to reconstruct the original individual networks. (D) Reconstruction of all individual matrices.

Heterogeneous Network

Given a heterogeneous network G = (V, E), V is a node set that contains two kinds of node type, NT = {miRNA, disease}, and E is an edge set with edge types ET = {miRNA-miRNA, miRNA-miRNA-Gaussian, disease-disease-functional, disease-disease-Gaussian, miRNA-disease}. In our framework, each node only belongs to a single node type, whereas the same two nodes can be linked by more than one edge, e.g., two diseases can be simultaneously associated to a disease-disease-functional edge and a disease-disease-Gaussian edge. For each matrix, normalization is first implemented before further processing after data preparation. If is the corresponding normalized matrix of the original matrix A, then it can be formulated as follows:where Col(A) is the size of A column dimension. A heterogeneous network can be generated using the normalized matrices as association weight.

Neighborhood Information Aggregation and Node Embedding

To develop a network topology-preserving embedding model that can be used to predict miRNA-disease interactions, we adopted the neighborhood information aggregation strategy. For each node u with type (each node only belongs to a single node type), its features could be aggregated from its neighbors:where is the embedding of node type t (miRNA or disease), the initial representations of nodes are randomly set, v is the neighbor of u with node type , and is defined as follows:where and are the parameters trained in neural network, is the weights parameter, and is the bias term. σ (·) (implemented as RELU(x) = max(x, 0)) is activation function in the neural network. In this step, we further learned node representations into lower dimensional vectors and implement normalization:where is the embedding of node u, is the weights, is the responding bias term, and σ (·) (implemented as RELU(x) = max(x, 0)) is activation function. Therefore, the new embedding was normalized by its -norm. Through neighborhood aggregation, the final neighborhood information is the summation of neighborhood information aggregation with respect to every edge type. We then obtained the representation of each node considering its neighbor information and its own features and learned structural and topological information as the feature vectors.

Topology-Preserving Learning of the Node Embedding

Given the embedding of nodes E(·), topology-preserving learning of the node embedding is defined as:where functions are projection matrices that can be used to extract the principle features from node representations. and are the embeddings of miRNA or disease with . After projections of and by P and G, the inner product of the two projected vectors should reconstruct the original edge weight. For a symmetric matrix reconstruction (i.e., miRNA-miRNA or disease-disease similarity matrix), matrix P = G was used to enforce symmetry of the recovery. Here, the summation of the squared reconstruction errors was minimized for all edges with respect to all unknown parameters. Given that all operations are differentiable and subdifferentiable, parameters can be trained in an end-to-end manner by performing gradient descent. After training, each interaction confidence score between miRNA and disease could be predicted by the reconstructed miRNA-disease association matrix. A high score indicates a large probability for the potential association:where represents miRNA feature matrix and represents disease feature matrix. In this sense, we can consider our prediction task as a matrix factorization or completion problem. However, our method incorporates a deeper learning model to construct the feature matrices by explicitly defining the construction processes. Through these steps, our method incorporates the prior knowledge of network topology, after which the loss minimization procedure is implemented to prevent the network from arbitrarily factorized. To further improve the performance of NNMDA, the imbalance of datasets is also taken into consideration. In the process of recovering the associations between miRNAs and diseases, we calculated the loss between prediction matrix and original matrix. To our intuition, the loss obtained from incorrectly predicting a verified entry as an unverified entry (FN) should be different from the loss obtained from wrongly indicating an unknown entry as an verified entry (FP). Because the unknown entries should be considered as unlabeled instead of negative, we redefine loss as follows:In our experiment, labeled data are regarded more important than unlabeled. To balance the datasets, in the process of recovering the miRNA-disease matrix, we set parameter α to the ratio of number of entries to size of the matrix, which was finally set to be for the experiments. As a result, the method obtained performance improvement in identifying miRNA-disease associations.

Author Contributions

X.Z. conceived the project, designed the experiments, and edited the final paper. W.W. wrote the paper and drafted the figures. G.D. and J.B. contributed to materials and data analysis. W.W., G.D., and J.B. performed the experiments. Q.Z. wrote the paper and edited the paper.

Conflicts of Interest

The authors declare no potential conflicts of interest.
  50 in total

1.  Inferring the human microRNA functional similarity and functional network based on microRNA-associated diseases.

Authors:  Dong Wang; Juan Wang; Ming Lu; Fei Song; Qinghua Cui
Journal:  Bioinformatics       Date:  2010-05-03       Impact factor: 6.937

2.  MicroRNAs as tumor suppressors.

Authors:  Scott M Hammond
Journal:  Nat Genet       Date:  2007-05       Impact factor: 38.330

3.  Network embedding in biomedical data science.

Authors:  Chang Su; Jie Tong; Yongjun Zhu; Peng Cui; Fei Wang
Journal:  Brief Bioinform       Date:  2018-12-10       Impact factor: 11.622

Review 4.  MicroRNAs and cell cycle regulation.

Authors:  Michael Carleton; Michele A Cleary; Peter S Linsley
Journal:  Cell Cycle       Date:  2007-06-26       Impact factor: 4.534

5.  NeoDTI: neural integration of neighbor information from a heterogeneous network for discovering new drug-target interactions.

Authors:  Fangping Wan; Lixiang Hong; An Xiao; Tao Jiang; Jianyang Zeng
Journal:  Bioinformatics       Date:  2019-01-01       Impact factor: 6.937

6.  Prioritizing candidate disease miRNAs by topological features in the miRNA target-dysregulated network: case study of prostate cancer.

Authors:  Juan Xu; Chuan-Xing Li; Jun-Ying Lv; Yong-Sheng Li; Yun Xiao; Ting-Ting Shao; Xiao Huo; Xiang Li; Yan Zou; Qing-Lian Han; Xia Li; Li-Hua Wang; Huan Ren
Journal:  Mol Cancer Ther       Date:  2011-07-18       Impact factor: 6.261

7.  Using microRNAs to understand cancer biology.

Authors:  Joanne Weidhaas
Journal:  Lancet Oncol       Date:  2009-12-18       Impact factor: 41.316

8.  Development of the human cancer microRNA network.

Authors:  Sanghamitra Bandyopadhyay; Ramkrishna Mitra; Ujjwal Maulik; Michael Q Zhang
Journal:  Silence       Date:  2010-02-02

9.  Tumour invasion and metastasis initiated by microRNA-10b in breast cancer.

Authors:  Li Ma; Julie Teruya-Feldstein; Robert A Weinberg
Journal:  Nature       Date:  2007-09-26       Impact factor: 49.962

10.  EGBMMDA: Extreme Gradient Boosting Machine for MiRNA-Disease Association prediction.

Authors:  Xing Chen; Li Huang; Di Xie; Qi Zhao
Journal:  Cell Death Dis       Date:  2018-01-05       Impact factor: 8.469

View more
  16 in total

1.  RFPR-IDP: reduce the false positive rates for intrinsically disordered protein and region prediction by incorporating both fully ordered proteins and disordered proteins.

Authors:  Yumeng Liu; Xiaolong Wang; Bin Liu
Journal:  Brief Bioinform       Date:  2021-03-22       Impact factor: 11.622

2.  Missing Value Estimation Methods Research for Arrhythmia Classification Using the Modified Kernel Difference-Weighted KNN Algorithms.

Authors:  Fei Yang; Jiazhi Du; Jiying Lang; Weigang Lu; Lei Liu; Changlong Jin; Qinma Kang
Journal:  Biomed Res Int       Date:  2020-06-21       Impact factor: 3.411

3.  MLMDA: a machine learning approach to predict and validate MicroRNA-disease associations by integrating of heterogenous information sources.

Authors:  Kai Zheng; Zhu-Hong You; Lei Wang; Yong Zhou; Li-Ping Li; Zheng-Wei Li
Journal:  J Transl Med       Date:  2019-08-08       Impact factor: 5.531

4.  A Novel Approach Based on Bipartite Network Recommendation and KATZ Model to Predict Potential Micro-Disease Associations.

Authors:  Shiru Li; Minzhu Xie; Xinqiu Liu
Journal:  Front Genet       Date:  2019-11-15       Impact factor: 4.599

5.  IMPContact: An Interhelical Residue Contact Prediction Method.

Authors:  Chao Fang; Yajie Jia; Lihong Hu; Yinghua Lu; Han Wang
Journal:  Biomed Res Int       Date:  2020-03-25       Impact factor: 3.411

6.  Predicting miRNA-based disease-disease relationships through network diffusion on multi-omics biological data.

Authors:  Marissa Sumathipala; Scott T Weiss
Journal:  Sci Rep       Date:  2020-05-26       Impact factor: 4.379

7.  Predicting Disease Related microRNA Based on Similarity and Topology.

Authors:  Zhihua Chen; Xinke Wang; Peng Gao; Hongju Liu; Bosheng Song
Journal:  Cells       Date:  2019-11-07       Impact factor: 6.600

8.  Prediction of miRNA-Disease Association Using Deep Collaborative Filtering.

Authors:  Li Wang; Cheng Zhong
Journal:  Biomed Res Int       Date:  2021-02-23       Impact factor: 3.411

9.  A Mendelian Randomization Analysis to Expose the Causal Effect of IL-18 on Osteoporosis Based on Genome-Wide Association Study Data.

Authors:  Ni Kou; Wenyang Zhou; Yuzhu He; Xiaoxia Ying; Songling Chai; Tao Fei; Wenqi Fu; Jiaqian Huang; Huiying Liu
Journal:  Front Bioeng Biotechnol       Date:  2020-03-20

10.  Transcription factor AP-4 (TFAP4)-upstream ORF coding 66 aa inhibits the malignant behaviors of glioma cells by suppressing the TFAP4/long noncoding RNA 00520/microRNA-520f-3p feedback loop.

Authors:  Yipeng Wang; Chunqing Yang; Xiaobai Liu; Jian Zheng; Fangfang Zhang; Di Wang; Yixue Xue; Xiaozhi Li; Shuyuan Shen; Lianqi Shao; Yang Yang; Libo Liu; Jun Ma; Yunhui Liu
Journal:  Cancer Sci       Date:  2020-02-11       Impact factor: 6.716

View more

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