Literature DB >> 31395072

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

Kai Zheng1, Zhu-Hong You2, Lei Wang3,4, Yong Zhou5, Li-Ping Li6, Zheng-Wei Li5.   

Abstract

BACKGROUND: Emerging evidences show that microRNA (miRNA) plays an important role in many human complex diseases. However, considering the inherent time-consuming and expensive of traditional in vitro experiments, more and more attention has been paid to the development of efficient and feasible computational methods to predict the potential associations between miRNA and disease.
METHODS: In this work, we present a machine learning-based model called MLMDA for predicting the association of miRNAs and diseases. More specifically, we first use the k-mer sparse matrix to extract miRNA sequence information, and combine it with miRNA functional similarity, disease semantic similarity and Gaussian interaction profile kernel similarity information. Then, more representative features are extracted from them through deep auto-encoder neural network (AE). Finally, the random forest classifier is used to effectively predict potential miRNA-disease associations.
RESULTS: The experimental results show that the MLMDA model achieves promising performance under fivefold cross validations with AUC values of 0.9172, which is higher than the methods using different classifiers or different feature combination methods mentioned in this paper. In addition, to further evaluate the prediction performance of MLMDA model, case studies are carried out with three Human complex diseases including Lymphoma, Lung Neoplasm, and Esophageal Neoplasms. As a result, 39, 37 and 36 out of the top 40 predicted miRNAs are confirmed by other miRNA-disease association databases.
CONCLUSIONS: These prominent experimental results suggest that the MLMDA model could serve as a useful tool guiding the future experimental validation for those promising miRNA biomarker candidates. The source code and datasets explored in this work are available at http://220.171.34.3:81/ .

Entities:  

Keywords:  Association prediction; Auto-encoder neural network; Disease; Random forest; microRNA

Mesh:

Substances:

Year:  2019        PMID: 31395072      PMCID: PMC6688360          DOI: 10.1186/s12967-019-2009-x

Source DB:  PubMed          Journal:  J Transl Med        ISSN: 1479-5876            Impact factor:   5.531


Background

MicroRNAs (miRNAs) are a large number of endogenous non-coding RNAs which transcribed as short hairpin precursors (~ 70 nt) [1, 2]. Recently, miRNA genes were discovered expressed in some types of diseases including Arthritis, Adenoid Cystic, Arteriosclerosis Obliterans, Immune Thrombocytopenic Purpura, and Idiopathic Pulmonary Hypertension exceptionally [3-10]. Therefore, more and more researchers believe that miRNAs could associate with sorts of disease. With the progression of biotechnology and accumulate of theories, a great quantity of miRNA–disease associations have been found and confirmed [11-14]. Although making use of the association between miRNAs and diseases could improve prognosis of the patients, the cost of confirming the relationship between miRNAs and diseases by experimental method is extremely high. Therefore, more and more computational methods have been developed in recent years [15-25]. Jiang et al. proposed a network-based approach to predict disease-miRNA associations [26]. Mork et al. built a model named miRPD which can definitely infer miRNA–protein-disease associations [27]. In order to further utilize miRNA-target interaction information, Xuan et al. built a prediction model named human disease-related miRNA Prediction (HDMP) according to weighted k most semblable node [28]. A prediction method named MIDP using random walk on the network was constructed by Xuan et al. [29]. This method reduced the negative impact of noisy data through restarting the walking. Chen et al. developed a prediction model named heterogeneous graph inference for miRNA–disease association prediction (HGIMDA) by mapping confirmed miRNA–disease associations into a heterogeneous graph [30]. Chen et al. developed regularized least squares for miRNA–disease association (RLSMDA) which can only use diseases without confirmed miRNAs to discover the association between diseases and miRNAs [31]. A model named ranking-based KNN for miRNA–disease association prediction (RKNNMDA) can predict unconfirmed miRNA without utilizing confirmed miRNAs, built by Chen et al. [32]. In this study, we propose a novel computational method, called MLMDA, based on the machine learning algorithm to predict miRNA–disease associations. MLMDA integrates different classes of information, including miRNA sequence information, disease semantic information, miRNA–disease association information and miRNA function information. An improvement to this approach is the introduction of sequence information to predict potential associations. Specifically, miRNA and disease similarity matrixes can be first computed respectively according to miRNA–disease association, the miRNA functional similarity and disease semantic similarity information. Second, MLMDA combines the matrixes of disease as a gathered similarity matrix. Third, auto-encoder is used to reduce the dimensionality of feature vectors for distinguishing miRNA–disease associations. Finally, the abstract feature is fed into random forest classifier to predict potential disease-related miRNA. For assessing the performance of MLMDA, we implement the fivefold cross validation method in the human microRNA disease database and get the AUCs of 91.72 ± 0.73%. Besides, to further evaluate the prediction performance of MLMDA model, three case studies are carried out with Human complex diseases including Lymphoma, Lung Neoplasm, and Esophageal Neoplasms. As a result, 97.5%, 92.5% and 90% of the top 40 predicted miRNAs are confirmed by two other miRNA–disease association databases, respectively. The above experimental results demonstrated that MLMDA is a powerful and efficacious method for predicting potential miRNA–disease associations.

Results

Performance evaluation

Prediction of miRNA–disease association

We make use of fivefold cross validation according to the marked miRNA–disease associations in HMDD v3.0 to estimate the performance of MLMDA. The MLMDA gain a mean area under the receiver operation curve (AUC) of 91.72 ± 0.73% which is the average of AUCs of 90.84%, 91.73%, 92.11%, 91.12% and 92.91% in fivefold cross validation as showed in Fig. 1 and the yielded averages of accuracy, recall, precision and f1-score come to be 83.77%, 78.61%, 87.68% and 82.90% as showed in Table 1.
Fig. 1

ROC curves performed by MLMDA on HMDD v3.0 dataset

Table 1

Five-fold cross-validation results performed by MLMDA on HMDD v3.0 dataset

Testing setAccuracy (%)Recall (%)Precision (%)F1-score (%)
182.2477.4785.6481.35
284.2979.0188.3583.42
383.7477.3588.6982.64
483.4378.6886.9582.61
585.1980.5788.7884.48
Average83.77 ± 1.0878.82 ± 1.3187.68 ± 1.3582.90 ± 1.15
ROC curves performed by MLMDA on HMDD v3.0 dataset Five-fold cross-validation results performed by MLMDA on HMDD v3.0 dataset

Comparison with different classifier models

In order to test the performance of MLMDA model using the Random Forest classifier, we compare it with different classifier models. Here, two models consisting of the state-of-the-art support vector machine (SVM) classifier and decision tree (DT) classifier are constructed to compare with the MLMDA model. In particular, all three models use the same training set and test set. In the experiment, SVM model achieves AUC of 87.01 ± 1.07% in the average of AUCs of 85.61%, 87.54%, 87.35%, 86.19% and 88.65% under fivefold cross validation, as shown in Fig. 2. Decision tree achieves AUC of 78.17 ± 0.27% in the average of AUCs of 77.66%, 78.39%, 78.18%, 78.43% and 78.21% under fivefold cross validation, as shown in Fig. 3. The yielded averages of accuracy, recall, precision and f1-score come to be 81.47%, 79.50%, 81.88% and 80.66% as show in Table 2 and 78.17%, 84.75%, 74.91% and 79.52% as in show Table 3. For a more intuitive comparison of performance, the evaluation parameters for the three models are summarized in Table 4. The experimental results show that MLMDA has achieved the best results among the evaluation criteria of accuracy, Precision, F1 and AUC. In summary, MLMDA has better performance and robustness than the other two models, especially in the accuracy, AUC and F1 values that can quantify the performance of the entire model, although MLMDA model is not as good as SVM model are in recall. Based on the above results, the random forest is the most suitable classifier for the model.
Fig. 2

ROC curves performed by SVM model on HMDD v3.0 dataset

Fig. 3

ROC curves performed by DT model on HMDD v3.0 dataset

Table 2

Five-fold cross-validation results performed by SVM model on HMDD v3.0 dataset

Testing setAccuracy (%)Recall (%)Precision (%)F1-score (%)
181.0076.5483.0479.66
281.5979.8481.8680.83
381.2079.0181.7080.33
481.2080.6680.6680.66
582.3981.4882.1681.82
Average81.47 ± 0.5579.50 ± 1.8981.88 ± 0.8580.66 ± 0.78
Table 3

Five-fold cross-validation results performed by DT model on HMDD v3.0 dataset

Testing setAccuracy (%)Recall (%)Precision (%)F1-score (%)
177.6684.5674.3179.11
278.3883.6775.6779.47
378.1884.9174.8479.56
478.4383.9775.6079.56
578.2186.6574.1379.91
Average78.17 ± 0.3084.75 ± 1.1674.91 ± 0.7179.52 ± 0.28
Table 4

The comparison results of MLMDA model, SVM model and DT model on HMDD v3.0 dataset

ModelAccuracy (%)Recall (%)Precision (%)F1-score (%)AUC (%)
SVM81.4779.5081.8880.6687.01
DT78.1784.7574.9179.5278.17
MLMDA 83.77 78.82 87.68 82.90 91.72

MLMDA obtains the highest value in the evaluation criteria (italics)

ROC curves performed by SVM model on HMDD v3.0 dataset ROC curves performed by DT model on HMDD v3.0 dataset Five-fold cross-validation results performed by SVM model on HMDD v3.0 dataset Five-fold cross-validation results performed by DT model on HMDD v3.0 dataset The comparison results of MLMDA model, SVM model and DT model on HMDD v3.0 dataset MLMDA obtains the highest value in the evaluation criteria (italics)

Comparison with different feature descriptors

In order to verify that the proposed descriptor represents the validity of the feature information, different descriptors are constructed to be compared to the proposed descriptor. In detail, the proposed descriptor MLMDA is composed of miRNA similarity information, disease similarity information and miRNA sequence information; the descriptor “MLMDA_ds” is composed of disease similarity information and miRNA sequence information; the descriptor “MLMDA_sim” is composed of disease similarity information and miRNA similarity information. The descriptor “MLMDA_sim” model gains a mean AUC of 89.69 ± 0.0026% which is the average of AUCs of 89.80%, 89.63%, 89.99%, 89.25% and 89.43% in fivefold cross validation (Fig. 4). The yielded averages of accuracy, sensitivity, precision and f1-score come to be 79.38%, 85.61%, 76.15% and 80.59% as show in Table 5. The descriptor “MLMDA_ds” model gets a mean AUC of 0.8250 ± 0.0051 which is the average of AUCs of 83.11%, 85.70%, 85.61%, 85.61% and 85.56% in fivefold cross validation (Fig. 5). The yielded averages of accuracy, recall, precision and f1-score come to be 78.58%, 78.30%, 78.76% and 78.51% as show in Table 6. It is noteworthy that the performances of AUCs in MLMDA were greater than that of the above experimental methods in fivefold cross validation, which shows that our method has obvious prediction performance. By comparing the combination methods of multi-source data, we find that introducing sequence information can improve the accuracy and AUC.
Fig. 4

ROC curves performed by MLMDA_sim model on HMDD v3.0 dataset

Table 5

The comparison results of MLMDA model and feature model based on fivefold cross validation

Testing setAccuracy (%)Recall (%)Precision (%)F1-score (%)
179.8183.7377.6680.58
279.1985.9275.7480.51
379.4287.8175.2081.01
479.0384.8276.0380.18
579.4585.8076.1380.68
Average79.38 ± 0.2985.61 ± 1.5176.15 ± 0.9180.59 ± 0.58
Fig. 5

ROC curves performed by MLMDA_ds model on HMDD v3.0 dataset

Table 6

The comparison results of MLMDA model and with feature model based on fivefold cross validation

Testing setAccuracy (%)Recall (%)Precision (%)F1-score (%)
178.0777.5978.3577.97
278.5976.1780.0578.06
378.5777.8978.9878.43
479.1580.4578.4279.42
578.5279.4278.0278.71
Average78.58 ± 0.3878.30 ± 1.6678.76 ± 0.7978.51 ± 0.58
ROC curves performed by MLMDA_sim model on HMDD v3.0 dataset ROC curves performed by MLMDA_ds model on HMDD v3.0 dataset The comparison results of MLMDA model and feature model based on fivefold cross validation The comparison results of MLMDA model and with feature model based on fivefold cross validation Table 7 summarizes the results of five cross-validations of three descriptors using random forest classifier on HMDD v3.0, namely MLMDA, MLMDA_sim, and MLMDA_ds. Our descriptors have achieved the best results in all evaluation criteria except recall, which indicates that the proposed descriptor can improve the prediction effect. In particular, adding feature information can also cause noise to affect predictive performance. Our descriptors improve the performance of the prediction model while adding information, indicating that the proposed descriptor is more suitable for our model than the other two.
Table 7

The comparison results of MLMDA model, descriptor MLMDA_ds model and descriptor MLMDA _sim model by Random forest classifier

DescriptorAccuracy (%)Recall (%)Precision (%)F1-score (%)AUC (%)
MLMDA _ds78.5878.3078.7678.5182.50
MLMDA _sim79.3885.6176.1580.5989.60
MLMDA 83.77 78.82 87.68 82.90 91.72

MLMDA obtains the highest value in the evaluation criteria (italics)

The comparison results of MLMDA model, descriptor MLMDA_ds model and descriptor MLMDA _sim model by Random forest classifier MLMDA obtains the highest value in the evaluation criteria (italics)

Comparison with related works

To evaluate the effectiveness of our approach, we use the HMDD dataset to compare the performance of MLMDA with the 6 state-of-the-art methods which are BNPMDA, miRGOFS, MDHGI, DRMDA, SPM, LMTRDA and NNMDA, as shown in Table 8 [22, 33–37]. Since the version of HMDD used in the state-of-the-art methods is different, and some methods do not report detailed evaluation indicators, here we only compare the reported AUC values to verify the effectiveness of our method. As can be seen from Table 8, the proposed method is only 1.9% worse than the highest NNMDA of AUC, the second highest in all methods and 1.35% higher than the average AUC. This is due to the fact that sequence information can describe miRNAs more comprehensively and deeply, and can be used as an excellent source of knowledge for predicting potential miRNA–disease associations.
Table 8

The comparison results of MLMDA model and related works

MethodAUC (%)
BNPMDA89.80
miRGOFS87.70
MDHGI87.94
DRMDA91.56
SPM91.40
LMTRDA90.54
NNMDA93.60
MLMDA91.72
The comparison results of MLMDA model and related works

Case studies

We prove the degree of MLMDA which could forecast potential miRNA–disease associations and confirm a high percentage of the possible disease-related miRNAs by carrying out three case studies. This means that MLMDA makes dependable predictions. Lymphoma, Lung Neoplasm, and Esophageal Neoplasms are chosen to construct the three cases studies and training samples for the method are constructed by miRNA–disease pairs from HMDD v3.0. Whereafter, we use the top 20 and 40 candidates as the prediction lists and validate in two notable miRNA–disease association databases dbDEMC v2.0 and miR2Database [38, 39]. There is no repeat of the training samples and the prediction lists, because of arranging and authenticating candidate miRNAs. In the first case study, Lymphoma is chosen as the example and we predict Lymphomas-related miRNAs by MLMDA. Lymphoma is a cancer that begins in infection-fighting cells of the immune system, called lymphocytes [40, 41]. As a result, 20 out of the top 20 and 39 out of the top 40 potentially miRNAs which associate with Lymphoma are verified by either dbDEMC and miR2 disease or other experimental studies, shown as Table 9. A malignant tumor is usually diagnosed at advanced stage and has a poor prognosis named Lung neoplasms. It is selected as the second case study and we use MLMDA to predict the potential associated miRNAs by ranked 771 miRNAs according to predicted scores. The results are shown in Table 10, 18 out of the top 20 and 37 out of the top 40 predicted miRNAs are verified in the experimental data. We choose Esophageal Neoplasms as the third investigated disease [42-45]. Esophageal cancer is a malignant tumor, the most common type of which is esophageal squamous cell carcinoma and adenocarcinoma. As shown in Table 11, the predicted scores of the candidate miRNAs are ranked and 36 were verified in the first 40 potential miRNAs associated with Esophageal Neoplasms.
Table 9

Prediction of the top 40 predicted miRNAs associated with Lymphoma based on known associations in dbDEMC v2.0 and miR2Databas

miRNAdbDEMCmiR2DmiRNAdbDEMCmiR2D
hsa-mir-191ConfirmedUnconfirmedhsa-mir-1ConfirmedUnconfirmed
hsa-mir-195ConfirmedUnconfirmedhsa-mir-206ConfirmedUnconfirmed
hsa-mir-30aConfirmedConfirmedhsa-let-7cConfirmedConfirmed
hsa-let-7aConfirmedConfirmedhsa-mir-106aConfirmedConfirmed
hsa-mir-183ConfirmedUnconfirmedhsa-mir-146bConfirmedUnconfirmed
hsa-mir-101ConfirmedUnconfirmedhsa-mir-132ConfirmedUnconfirmed
hsa-mir-141ConfirmedUnconfirmedhsa-mir-29aConfirmedUnconfirmed
hsa-mir-145ConfirmedConfirmedhsa-mir-181bConfirmedUnconfirmed
hsa-mir-34aConfirmedUnconfirmedhsa-mir-378ConfirmedUnconfirmed
hsa-mir-223ConfirmedUnconfirmedhsa-mir-151aConfirmedUnconfirmed
hsa-mir-451ConfirmedUnconfirmedhsa-mir-181cConfirmedUnconfirmed
hsa-let-7eConfirmedConfirmedhsa-mir-574ConfirmedUnconfirmed
hsa-mir-125bConfirmedUnconfirmedhsa-mir-214ConfirmedUnconfirmed
hsa-mir-99aConfirmedConfirmedhsa-mir-106bConfirmedUnconfirmed
hsa-mir-24ConfirmedUnconfirmedhsa-mir-137ConfirmedUnconfirmed
hsa-mir-144ConfirmedUnconfirmedhsa-mir-30c-2ConfirmedUnconfirmed
hsa-mir-449aConfirmedUnconfirmedhsa-mir-590ConfirmedUnconfirmed
hsa-let-7iConfirmedUnconfirmedhsa-mir-7ConfirmedUnconfirmed
hsa-mir-34cConfirmedUnconfirmedhsa-mir-30UnconfirmedUnconfirmed
hsa-let-7 gConfirmedUnconfirmedhsa-mir-196bConfirmedUnconfirmed
Table 10

Prediction of the top 40 predicted miRNAs associated with Lung Neoplasm based on known associations in dbDEMC v2.0 and miR2Database

miRNAdbDEMCmiR2DmiRNAdbDEMCmiR2D
hsa-mir-320b-1ConfirmedUnconfirmedhsa-mir-449bConfirmedUnconfirmed
hsa-mir-1266ConfirmedUnconfirmedhsa-mir-128ConfirmedUnconfirmed
hsa-mir-616ConfirmedUnconfirmedhsa-mir-19b-2ConfirmedUnconfirmed
hsa-mir-1228ConfirmedUnconfirmedhsa-mir-190aConfirmedUnconfirmed
hsa-mir-1307ConfirmedUnconfirmedhsa-mir-190bConfirmedUnconfirmed
hsa-mir-573ConfirmedUnconfirmedhsa-mir-634UnconfirmedUnconfirmed
hsa-mir-376UnconfirmedUnconfirmedhsa-mir-512-2ConfirmedUnconfirmed
hsa-mir-2110ConfirmedUnconfirmedhsa-mir-369ConfirmedUnconfirmed
hsa-mir-455ConfirmedUnconfirmedhsa-mir-320b-2ConfirmedUnconfirmed
hsa-mir-646ConfirmedUnconfirmedhsa-mir-320c-1ConfirmedUnconfirmed
hsa-mir-655ConfirmedUnconfirmedhsa-mir-193ConfirmedUnconfirmed
hsa-mir-516a-2ConfirmedUnconfirmedhsa-mir-618ConfirmedUnconfirmed
hsa-mir-526a-1UnconfirmedUnconfirmedhsa-mir-320d-1ConfirmedUnconfirmed
hsa-mir-133ConfirmedUnconfirmedhsa-mir-339ConfirmedConfirmed
hsa-mir-526a-2UnconfirmedUnconfirmedhsa-mir-576ConfirmedUnconfirmed
hsa-mir-384UnconfirmedUnconfirmedhsa-mir-106bConfirmedUnconfirmed
hsa-mir-544aConfirmedUnconfirmedhsa-mir-492ConfirmedUnconfirmed
hsa-mir-1285ConfirmedUnconfirmedhsa-mir-513cConfirmedUnconfirmed
hsa-mir-15bConfirmedConfirmedhsa-mir-193bConfirmedUnconfirmed
hsa-mir-92a-2ConfirmedUnconfirmedhsa-mir-519cConfirmedUnconfirmed
Table 11

Prediction of the top 40 predicted miRNAs associated with Esophageal Neoplasms based on known associations in dbDEMC v2.0 and miR2Database

miRNAdbDEMCmiR2DmiRNAdbDEMCmiR2D
hsa-mir-204ConfirmedUnconfirmedhsa-mir-199aConfirmedUnconfirmed
hsa-mir-15bConfirmedUnconfirmedhsa-mir-222ConfirmedUnconfirmed
hsa-mir-224ConfirmedUnconfirmedhsa-mir-221ConfirmedUnconfirmed
hsa-mir-335ConfirmedUnconfirmedhsa-mir-1-1UnconfirmedUnconfirmed
hsa-mir-138ConfirmedUnconfirmedhsa-mir-208UnconfirmedUnconfirmed
hsa-let-7 gConfirmedUnconfirmedhsa-mir-191ConfirmedUnconfirmed
hsa-let-7iConfirmedUnconfirmedhsa-mir-328ConfirmedUnconfirmed
hsa-mir-139ConfirmedUnconfirmedhsa-mir-200bUnconfirmedUnconfirmed
hsa-mir-140ConfirmedUnconfirmedhsa-mir-16-2ConfirmedUnconfirmed
hsa-let-7ConfirmedUnconfirmedhsa-mir-186ConfirmedUnconfirmed
hsa-mir-212UnconfirmedUnconfirmedhsa-mir-1ConfirmedUnconfirmed
hsa-mir-144ConfirmedUnconfirmedhsa-mir-20bConfirmedUnconfirmed
hsa-mir-499ConfirmedUnconfirmedhsa-mir-142ConfirmedUnconfirmed
hsa-mir-124-1ConfirmedUnconfirmedhsa-mir-370ConfirmedUnconfirmed
hsa-mir-96ConfirmedUnconfirmedhsa-mir-30aConfirmedUnconfirmed
hsa-mir-181bConfirmedUnconfirmedhsa-mir-497ConfirmedUnconfirmed
hsa-mir-16-1ConfirmedUnconfirmedhsa-mir-29b-2ConfirmedUnconfirmed
hsa-mir-19b-1ConfirmedUnconfirmedhsa-mir-374aConfirmedUnconfirmed
hsa-mir-92-1ConfirmedUnconfirmedhsa-mir-432ConfirmedUnconfirmed
hsa-mir-182ConfirmedUnconfirmedhsa-mir-320aConfirmedUnconfirmed
Prediction of the top 40 predicted miRNAs associated with Lymphoma based on known associations in dbDEMC v2.0 and miR2Databas Prediction of the top 40 predicted miRNAs associated with Lung Neoplasm based on known associations in dbDEMC v2.0 and miR2Database Prediction of the top 40 predicted miRNAs associated with Esophageal Neoplasms based on known associations in dbDEMC v2.0 and miR2Database

Materials and methods

Human miRNA–disease associations database

In the experiment, we use Human microRNA Disease Database (HMDD) established by Li et al. as the benchmark dataset [46], which can be downloaded at http://www.cuilab.cn/hmdd. This dataset includes 32,281 confirmed miRNA–disease pairs with 1102 miRNAs and 850 diseases. In pretreatment, we remove some pairs which cannot be confirmed by the miRBase. So, we choose all marked miRNA–disease associations that each miRNA can match its own sequence as positive set. Besides, the same amount of the unconfirmed miRNA–disease associations is selected as negative set. After screening, an adjacency matrix is established on this basis. The element ((),()) is assigned to 1, otherwise it is assigned to 0, if disease () and miRNA () are confirmed that they have a relationship in the HMDD v3.0 database [47].

MiRNA functional similarity

The miRNA functional similarity information we use in the experiment was provided by Wang et al., which according to the assumption that miRNAs which have same function are more likely to relate with similar disease, vice versa [48-50]. The miRNA functional similarity information can be described as a matrix , which contains 495 rows and 495 columns. The element of represents the similarity value between miRNA and miRNA . It can be downloaded from http://www.cuilab.cn/files/images/cuilab/misim.zip. This part of the data is only used in case studies.

Disease semantic similarity

Medical Subject Headings (MeSH) diseases descriptors offer a strict system for classing disease and we use it to abstract disease semantic similarity. In this database, the nodes are diseases and the edges connecting two nodes from parent node to child node could describe a Directed Acyclic Graph (DAG) for each disease. In this work, the relations between miRNA-related diseases are constructed by disease MeSH descriptors. We download MeSH descriptors form the National Library of Medicine (http://www.nlm.nih.gov/). Disease can be described as , where is a node set containing disease and its ancestor diseases is an edge set containing the corresponding edges [48]. Here, we use the previous method that according to MeSH diseases descriptors to compute disease semantic similarity [28]. Particularly, the semantic value of disease D is described as the effect of disease t, as follows:where is the semantic contribution decay factor and if is unlike to , it will cut down the contribution of disease . On the contrary, the contribution of disease is equal to 1. In addition, we define the semantic value as follows: If disease and share larger part of their DAGs, two diseases will be more similar and their semantic similarity value could be computed based on this conjecture, defined as follows:where is a disease semantic similarity matrix. is the semantic similarity of and . We calculate disease semantic similarity with a diseases’ DAGs. They are built by MeSH descriptors novel edge-based method. On the whole, disease terms will have a larger contribution if they have higher specificity in semantic metric. Thus, preserving the characteristic of diseases is the key to the high precision of computation model. Firstly, we calculate the semantic characteristic of all diseases. We define a disease term , its semantic characteristic is described as follows [51]. Secondly, calculating the semantic similarity value between disease and is as follows: By formula (2), we can calculate or which is the semantic values of or similarly. is another disease semantic similarity matrix and the element is the semantic similarity of and according to disease semantic similarity model 2.

Gaussian interaction profile kernel similarity for diseases

According to previous work, the Gaussian interaction distribution nuclear similarity of disease can be calculated [52]. We describe binary vector to stand for the interaction profiles of disease . The vector is the a-th row vector of adjacency matrix A for the convenient utilization. The vector is the b-th row vector of adjacency matrix A. We define the similarity between and as follow:where parameter is applied to regulate the kernel bandwidth. It computes by normalizing original parameter :

Gaussian interaction profile kernel similarity for miRNAs

The calculation process of the Gaussian profile kernel similarity for miRNAs is same as the process of diseases, and it can be described as follows: where vector is the a-th column vector of adjacency matrix A for the convenient utilization. The vector is the b-th column vector of adjacency matrix A.

Integrated similarity for diseases

An integrated disease similarity matrix SD is constructed [53]. The element stand for gathered similarity between disease and , and its formula is as follows:

Similarity for miRNAs

We use miRNA Gaussian interaction profile kernel similarity and miRNA functional similarity to construct miRNA similarity. Thus, the similarity between miRNA and is calculated as follows:

miRNAs sequence feature

Since miRNAs derive from distinct hairpin precursors (pre-miRNAs), we choose the sequences of pre-miRNAs to describe the sequence characteristics of miRNAs. More specifically, we first downloaded precursor sequences of 1057 miRNA needed from the miRBase. Secondly, we picked up sequence composition characters for miRNAs to obtain raw features. We pulled out 3-mer frequency for miRNA sequence (A, C, G, U), which is AAA, AAC … UUU [54]. And then we extract conjoint triad (3-mer) from miRNA sequences and get sequence feature matrixes as 64× (sequence-2) which represent the sequence information of each miRNA. After that, sequence feature matrixes are converted into new matrixes whose shape is 64 × 5 by Singular Value Decomposition (SVD) [55]. Hence, each miRNA sequence can be defined by a 320-dimensional vector according to reshape the sequence feature matrixes:

Auto-encoder

Auto-encoder (AE) can avert the labor-intensive and feature designed by hand which is an unsupervised feature leaning methods. This method can conduct scientific experiments on computer vision, natural language process, audio processing and so on. The aim of AE is to make the input same as the output [56-58]. Substantially, AE is an unsupervised feed-forward neural network with the following structure (Fig. 6).
Fig. 6

The structure of an auto-encoder model

The structure of an auto-encoder model We choose to be the unsupervised training examples. is the encoding function for mapping the input layer to hidden layer and is the decoding function for reconstituting from . and are the relational parameters between two layers. is a non-linear mapping. and are vectors of bias parameters.

MLMDA model

We describe a method named machine learning for miRNA–disease association prediction (MLMDA) based on machine learning. Functionally similar diseases are allied to similar miRNAs more likely, it is an assumption used to analyze data and also used in figuring target protein-drug association. There are four main steps of MLMDA: First, constructing positive set and negative set; second, combining miRNA and disease information matrixes to build feature vectors; third, reducing the number of feature’s dimensions; finally, constructing the forecast model to analyze potential miRNA–disease pairs. Next, we will discuss the details of each step. Firstly, constructing positive set and negative set. We choose HMDD v3.0 as basic information and elected the confirmed miRNA–disease pairs as positive set. After that, we built negative set and it has three main process: (1) We chose a disease form all the 850 diseases; (2) We discretionarily choose one of the 1057 miRNAs; (3) A negative sample is constituted by the disease and the miRNA if the miRNA–disease association does not appear in the known miRNA–disease pairs. This process is repeated until we acquired negative samples. Secondly, we constitute a miRNA–disease association as a feature vector and compute the Gaussian interaction profile kernel similarity, semantic similarity 1 and semantic similarity 2 between each disease. We define feature vector of disease as follow:where the -th row vector of matrix is defined as and the combined similarity value of disease and is described as . We obtain miRNA similarity matrix through Gaussian interaction kernel profile similarity in the same way. can be defined as follow:where the -th column vector of matrix is described as . The combined similarity value between miRNAs is defined as . Then, reducing and to 16 dimensions respectively. We can describe each miRNA–disease sample as a 32-dimensional vector according to combined disease similarity matrix and combined miRNA similarity matrix as follow:where , represents the 16 combined similarity values of the disease and is the 16 values of the miRNAs. After that, the sequence feature matrixes are resized from 320 to 32 in same way. We can describe each miRNA–disease sample as a 64-dimensional vector based on combined resized and combined resized as follow: Finally, we use random forest classifier to build the prediction model. To be specific, the training sample is described as a 64-dimensional vector. We give a label of 1 if it is in the positive set and given a label of 0 if it is not in the negative set. And then, put the data of training samples into random forest classifier. After that, the model which can deduce potential miRNA–disease pairs can be gained. If the miRNA disease sample to be validated is higher, then the disease will be more likely to be associated with the miRNA (Fig. 7).
Fig. 7

Flowchart of MLMDA model to predict unconfirmed miRNA–diseases associations

Flowchart of MLMDA model to predict unconfirmed miRNA–diseases associations

Discussion

In this paper, functional similarities between miRNAs are quantified based on miRNA sequence information. The base of each nucleotide in the RNA is usually adenine (A), cytosine (C), guanine (G) or uracil (U). In general, the miRNA sequence may vary in length. To solve this problem, we first convert the sequence into a k-mer sparse matrix and then use the SVD alignment features. However, in previous experiments, we find that the traditional machine learning-based methods have huge feature vectors, and the data processing process is time consuming and resource intensive. So, we reduce the disease similarity information, miRNA similarity information and sequence information and use the combined feature vector, i.e., 64-D feature vector report result. We find that combining sequence information can successfully improve accuracy.

Conclusion

The improvements of this method are effectively reducing the complexity of data processing while retaining most of the information of the feature and introducing the sequence information to improve the prediction accuracy. In comparison with other classifiers and other multi-source combination model, MLMDA have gained good performance. Besides, to further evaluate the prediction performance of MLMDA model, we have carried out case studies with three Human complex diseases including Lymphoma, Lung Neoplasm, and Esophageal Neoplasms. In this experiment MLMDA also have gained good performance. It is anticipated that the MLMDA model is a useful tool for the selection of miRNA biomarker candidates. In the future work, we will use more effective miRNA sequence information extraction method to build prediction models in the hope of achieving better results.
  51 in total

1.  RKNNMDA: Ranking-based KNN for MiRNA-Disease Association prediction.

Authors:  Xing Chen; Qiao-Feng Wu; Gui-Ying Yan
Journal:  RNA Biol       Date:  2017-04-19       Impact factor: 4.652

Review 2.  Precision therapy for lymphoma--current state and future directions.

Authors:  Andrew M Intlekofer; Anas Younes
Journal:  Nat Rev Clin Oncol       Date:  2014-08-19       Impact factor: 66.675

Review 3.  MicroRNA signatures in human cancers.

Authors:  George A Calin; Carlo M Croce
Journal:  Nat Rev Cancer       Date:  2006-11       Impact factor: 60.716

4.  MiRGOFS: a GO-based functional similarity measurement for miRNAs, with applications to the prediction of miRNA subcellular localization and miRNA-disease association.

Authors:  Yang Yang; Xiaofeng Fu; Wenhao Qu; Yiqun Xiao; Hong-Bin Shen
Journal:  Bioinformatics       Date:  2018-10-15       Impact factor: 6.937

5.  Gene expression profiling in whole blood of patients with coronary artery disease.

Authors:  Chiara Taurino; William H Miller; Martin W McBride; John D McClure; Raya Khanin; María U Moreno; Jane A Dymott; Christian Delles; Anna F Dominiczak
Journal:  Clin Sci (Lond)       Date:  2010-07-09       Impact factor: 6.124

6.  E2 regulates MMP-13 via targeting miR-140 in IL-1β-induced extracellular matrix degradation in human chondrocytes.

Authors:  Yujie Liang; Li Duan; Jianyi Xiong; Weiming Zhu; Qisong Liu; Daming Wang; Wei Liu; Zigang Li; Daping Wang
Journal:  Arthritis Res Ther       Date:  2016-05-10       Impact factor: 5.156

7.  Prediction of Self-Interacting Proteins from Protein Sequence Information Based on Random Projection Model and Fast Fourier Transform.

Authors:  Zhan-Heng Chen; Zhu-Hong You; Li-Ping Li; Yan-Bin Wang; Leon Wong; Hai-Cheng Yi
Journal:  Int J Mol Sci       Date:  2019-02-21       Impact factor: 5.923

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

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

9.  Protein-driven inference of miRNA-disease associations.

Authors:  Søren Mørk; Sune Pletscher-Frankild; Albert Palleja Caro; Jan Gorodkin; Lars Juhl Jensen
Journal:  Bioinformatics       Date:  2013-11-21       Impact factor: 6.937

10.  Accurate Prediction of ncRNA-Protein Interactions From the Integration of Sequence and Evolutionary Information.

Authors:  Zhao-Hui Zhan; Zhu-Hong You; Li-Ping Li; Yong Zhou; Hai-Cheng Yi
Journal:  Front Genet       Date:  2018-10-08       Impact factor: 4.599

View more
  18 in total

1.  Predicting circRNA-Disease Associations Based on Deep Matrix Factorization with Multi-source Fusion.

Authors:  Guobo Xie; Hui Chen; Yuping Sun; Guosheng Gu; Zhiyi Lin; Weiming Wang; Jianming Li
Journal:  Interdiscip Sci       Date:  2021-06-29       Impact factor: 2.233

2.  DWPPI: A Deep Learning Approach for Predicting Protein-Protein Interactions in Plants Based on Multi-Source Information With a Large-Scale Biological Network.

Authors:  Jie Pan; Zhu-Hong You; Li-Ping Li; Wen-Zhun Huang; Jian-Xin Guo; Chang-Qing Yu; Li-Ping Wang; Zheng-Yang Zhao
Journal:  Front Bioeng Biotechnol       Date:  2022-03-21

3.  SMMDA: Predicting miRNA-Disease Associations by Incorporating Multiple Similarity Profiles and a Novel Disease Representation.

Authors:  Bo-Ya Ji; Liang-Rui Pan; Ji-Ren Zhou; Zhu-Hong You; Shao-Liang Peng
Journal:  Biology (Basel)       Date:  2022-05-20

4.  Hierarchical graph attention network for miRNA-disease association prediction.

Authors:  Zhengwei Li; Tangbo Zhong; Deshuang Huang; Zhu-Hong You; Ru Nie
Journal:  Mol Ther       Date:  2022-02-02       Impact factor: 12.910

5.  MIPDH: A Novel Computational Model for Predicting microRNA-mRNA Interactions by DeepWalk on a Heterogeneous Network.

Authors:  Leon Wong; Zhu-Hong You; Zhen-Hao Guo; Hai-Cheng Yi; Zhan-Heng Chen; Mei-Yuan Cao
Journal:  ACS Omega       Date:  2020-07-09

6.  Predicting miRNA-disease association from heterogeneous information network with GraRep embedding model.

Authors:  Bo-Ya Ji; Zhu-Hong You; Li Cheng; Ji-Ren Zhou; Daniyal Alghazzawi; Li-Ping Li
Journal:  Sci Rep       Date:  2020-04-20       Impact factor: 4.379

7.  DBMDA: A Unified Embedding for Sequence-Based miRNA Similarity Measure with Applications to Predict and Validate miRNA-Disease Associations.

Authors:  Kai Zheng; Zhu-Hong You; Lei Wang; Yong Zhou; Li-Ping Li; Zheng-Wei Li
Journal:  Mol Ther Nucleic Acids       Date:  2019-12-18       Impact factor: 8.886

8.  DLDTI: a learning-based framework for drug-target interaction identification using neural networks and network representation.

Authors:  Yihan Zhao; Kai Zheng; Baoyi Guan; Mengmeng Guo; Lei Song; Jie Gao; Hua Qu; Yuhui Wang; Dazhuo Shi; Ying Zhang
Journal:  J Transl Med       Date:  2020-11-13       Impact factor: 5.531

9.  PESM: predicting the essentiality of miRNAs based on gradient boosting machines and sequences.

Authors:  Cheng Yan; Fang-Xiang Wu; Jianxin Wang; Guihua Duan
Journal:  BMC Bioinformatics       Date:  2020-03-18       Impact factor: 3.169

10.  The Relationship Between the miRNA Sequence and Disease May be Revealed by Focusing on Hydrogen Bonding Sites in RNA-RNA Interactions.

Authors:  Tatsunori Osone; Naohiro Yoshida
Journal:  Cells       Date:  2019-12-11       Impact factor: 6.600

View more

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