Literature DB >> 36072658

Predict potential miRNA-disease associations based on bounded nuclear norm regularization.

Yidong Rao1, Minzhu Xie1, Hao Wang1.   

Abstract

Increasing evidences show that the abnormal microRNA (miRNA) expression is related to a variety of complex human diseases. However, the current biological experiments to determine miRNA-disease associations are time consuming and expensive. Therefore, computational models to predict potential miRNA-disease associations are in urgent need. Though many miRNA-disease association prediction methods have been proposed, there is still a room to improve the prediction accuracy. In this paper, we propose a matrix completion model with bounded nuclear norm regularization to predict potential miRNA-disease associations, which is called BNNRMDA. BNNRMDA at first constructs a heterogeneous miRNA-disease network integrating the information of miRNA self-similarity, disease self-similarity, and the known miRNA-disease associations, which is represented by an adjacent matrix. Then, it models the miRNA-disease prediction as a relaxed matrix completion with error tolerance, value boundary and nuclear norm minimization. Finally it implements the alternating direction method to solve the matrix completion problem. BNNRMDA makes full use of available information of miRNAs and diseases, and can deals with the data containing noise. Compared with four state-of-the-art methods, the experimental results show BNNRMDA achieved the best performance in five-fold cross-validation and leave-one-out cross-validation. The case studies on two complex human diseases showed that 47 of the top 50 prediction results of BNNRMDA have been verified in the latest HMDD database.
Copyright © 2022 Rao, Xie and Wang.

Entities:  

Keywords:  bounded nuclear norm regularization; disease; matrix completion; miRNA; miRNA-disease associations

Year:  2022        PMID: 36072658      PMCID: PMC9441603          DOI: 10.3389/fgene.2022.978975

Source DB:  PubMed          Journal:  Front Genet        ISSN: 1664-8021            Impact factor:   4.772


1 Introduction

MicroRNA (miRNA) is a non-coding single-stranded RNA molecule of about 22 nt in length, which have been proved involved in gene regulation by binding to 3’ UTRs of the target mRNAs. It plays a critical role in human cell differentiation, growth, and disease development. Accumulating evidence has shown that miRNAs are closely related to complex human diseases (Liu et al. (2010); Chen et al. (2019); Feng et al. (2012); Zhang et al. (2013)), and discovering miRNA-disease associations is of great significance for the prevention, diagnosis and treatment of human complex diseases. Recently, many miRNA-disease associations have been confirmed and collected in different databases. For example, the HMDD v3.2 database (http://www.cuilab.cn/hmdd) contains 32281 confirmed associations between 850 diseases and 1102 miRNAs (Huang et al. (2019)). However, it is time-consuming and labor intensive for current biological experiments to determine miRNA-disease associations. Therefore, effective computational prediction models are in urgent need. As so far, a number of computational miRNA-disease associations prediction models have been proposed [Chen et al. (2019); Chen and Zhang (2013); Jiang et al. (2013); Zeng et al. (2016b,a)], and all the models are based on the known miRNA-disease associations to predict the potential associations. For example, based on the known miRNA-disease associations and a miRNA-miRNA functional similarity network, Chen et al. [Chen X. et al. (2012)] developed a method RWRMDA, which used a global network similarity measurement and random walk with restart to predict potential miRNA-disease associations. Based on a miRNA-disease bilayer network constructed according to the above information, Xuan et al. [Xuan et al. (2015)] presented a method using random walk with restart to infer potential associations between miRNAs and diseases. By including an extra disease similarity network, Liao et al. [Liao et al. (2015)] proposed a diffusion-based method NDBM, which also used a global network similarity to predict miRNA-disease associations. Furthermore, Chen et al. (Chen et al. (2016)) integrated the information of miRNA functional similarity, disease semantic similarity, Gaussian interaction profile kernel similarity and the known miRNA-disease associations to build a heterogeneous network, and proposed a new prediction method HGIMDA. You et al. [You et al. (2017)] proposed a path-based prediction model PBMDA, which constructed a similar heterogeneous network and used a depth-first search algorithm to predict potential associations. Based on the heterogeneous network, Chen et al. [Chen et al. (2018c)] proposed a method BNPMDA, which adopted a bipartite network recommendation algorithm to infer potential associations between miRNAs and diseases. Recently, machine learning methods have been applied to miRNA-disease potential association prediction [Jiang et al. (2013); Chen and Yan (2014); Chen et al. (2018a); Zheng et al. (2019); Zeng et al. (2019); Liang et al. (2019); Li et al. (2020); Zhou et al. (2021)]. For example, Jiang et al. [Jiang et al. (2013)] used support vector machine (SVM) to predict miRNA-disease interaction. Chen et al. [Chen et al. (2018a)] employed a random forest algorithm to predict miRNA-disease associations and proposed a prediction model RFMDA. RFMDA can effectively distinguish related miRNA-disease pairs from unrelated miRNA-disease pairs. Zheng et al. [Zheng et al. (2019)] presented a prediction model MLMDA. MLMDA first used a deep auto-encoder neural network to extract features from the information of disease semantic similarity, Gaussian interaction profile kernel similarity, miRNA functional similarity and miRNA sequences, and adopted a random forest classifier to predict potential associations between miRNAs and diseases based on the extracted features. Liang et al. [Liang et al. (2019)] proposed a method AMVML to infer disease-related miRNAs based on adaptive multi-view multi-label learning. Li et al. [Li et al. (2020)] proposed a miRNA-disease association prediction model NIMCGCN. NIMCGCN used graph convolutional networks to obtain the features of miRNA and disease, and then adopted a neural inductive matrix completion model to infer a new association matrix. Based on graph embedding and multiple meta-paths fusion, Zhang et al. [Zhang et al. (2020)] proposed a model M2GMDA to predict miRNA-disease associations. Based on a heterogeneous network integrating various known associations between miRNA, disease, protein, long non-coding RNA (lncRNA) and drugs, Li et al. [Li H. Y. et al. (2021)] proposed a miRNA-disease association prediction model DF-MDA. DF-MDA adopted a diffusion-based machine-learning method to extract features from the network, and a random forest classifier to predict miRNA-disease associations. Besides, other techniques such as structural deep network embedding [Gong et al. (2019)] and matrix decomposition [Chen et al. (2021); Li L. et al. (2021)] are also used in miRNA-disease association prediction. To further improve the performance of miRNA-disease association prediction, we propose a novel Bounded Nuclear Norm Regularization based miRNA-disease association prediction model BNNRMDA. At first, BNNRMDA integrates the information of the disease semantic similarity, the miRNA functional similarity, the Gaussian interaction profile kernel similarity and the experimentally verified miRNA-disease associations to construct a heterogeneous miRNA-disease network. Since the number of verified miRNA-disease associations is very small than the total miRNA-disease pairs, the adjacent matrix of the network is sparse, BNNRMDA uses a bounded nuclear norm regularization method to complete the sparse matrix, and the element value of the completed matrix indicates the likelihood that the corresponding miRNA and disease are related. The experiments of leave-one-out cross-validation and five-fold cross-validation in a benchmark dataset showed that BNNRMDA is effective to predict potential miRNA-disease associations. In addition, case studies of colon neoplasms and lung neoplasms showed that the accuracy of BNNRMDA reached 94%.

2 Methods

Figure 1 gives a flowchart of BNNRMDA. The process of BNNRMDA consists of 3 steps. The first step collects the information of known miRNA–disease associations, the disease similarity and the miRNA similarity. The second step constructs a heterogeneous miRNA-disease network and obtain the corresponding adjacent matrix M. The third step uses a matrix completion method to complete M, and predicts potential miRNA-disease associations based on the completed matrix.
FIGURE 1

Flowchart of BNNRMDA. The first step collects the information of known miRNA–disease associations, the disease similarity and the miRNA similarity. The second step constructs a heterogeneous miRNA-disease network. The third step uses a matrix completion method BNNR (bounded nuclear norm regularization) to calculate a score for the miRNA-disease pairs with unknown relationship.

Flowchart of BNNRMDA. The first step collects the information of known miRNA–disease associations, the disease similarity and the miRNA similarity. The second step constructs a heterogeneous miRNA-disease network. The third step uses a matrix completion method BNNR (bounded nuclear norm regularization) to calculate a score for the miRNA-disease pairs with unknown relationship.

2.1 Data and similarity measures

2.1.1 Validated human miRNA-disease associations

As most of similar works, the HMDD v2.0 database [Li et al. (2014)] was used as the benchmark dataset, which contains 5430 verified associations between 495 miRNAs and 383 diseases. For convenience, we used a n × n binary matrix A DM to store the validated associations from the database with n = 383 and n = 495. If the ith disease has a known association with the jth miRNA, then the element is set to 1, otherwise it is 0.

2.1.2 MiRNA functional similarity

Based on the hypothesis that miRNAs with similar functions are more likely to be related to similar diseases, Wang et al. [Wang et al. (2010)] calculated the similarity between miRNAs based on the similarity of their associated disease DAGs. The miRNA functional similarity data was directly downloaded via the link http://www.cuilab.cn/files/images/cuilab/misim.zip provided by Wang et al. [Wang et al. (2010)]. We used a matrix FS to represent the data, where the element FS represents the functional similarity score between the ith miRNA and the jth miRNA.

2.1.3 Disease semantic similarity

We combined two disease semantic similarity measures to calculate the semantic similarity between two diseases. The first was introduced by Wang et al. (Wang et al. (2010)), which is based on the medical subject headings (MeSH) descriptors. The MeSH descriptor of a disease is organized as a hierarchical directed acyclic graph (DAG) with each node is a disease term. For a disease D, let the DAG corresponding to its MeSH descriptor be DAG(D) = (T(D), E(D)). T(D) includes the node D and its ancestor nodes (more general disease term), and E(D) is the set of direct edges representing the parent-child relationship between the disease terms. The semantic contribution of a disease term t to D in DAG(D) is defined as Eq. 1. where θ is the semantic contribution factor, and is set 0.5 as suggested in Wang et al. (2010). The semantic value of disease D is calculated by Eq. 2, and the Wang’s similarity between diseases d and d is defined as Eq. 3. The second disease similarity measure was introduced by Xuan et al. (Xuan et al. (2013)), and it is defined as Eq. 4. IC(t) is the information content of the likelihood of t occurring as a node in a disease DAG, and can be calculated as follows. Finally, we average the above two similarity measures of d and d and obtain the combined disease semantic similarity.

2.1.4 Gaussian interaction profile kernel similarity

Based on similar diseases may be related to miRNAs with similar functions, Gaussian interaction profile kernel (GIPK) similarity has been widely used to calculate miRNA similarity and disease similarity. Let K(d ) be the vector containing elements at the ith row of the binary miRNA-disease association matrix A DM, and K(m ) be the vector containing elements at the jth column of A DM. K(d ) and K(m ) represent the interaction profiles of disease d and miRNA m respetively. The equations to calculate the disease GIPK similarity and the miRNA GIPK similarity are as follows. The coefficients ρ and ρ are defined in the following equations.

2.2 Similarity integration and heterogeneous network construction

Since some diseases do not have any MeSH descriptor, we cannot calculate the semantic similarity between these diseases and others. In the case, we use GIPK similarity to replace the semantic similarity. Similarly, when the functional similarity between two miRNAs is missing, the corresponding GIPK similarity is used instead. Finally we obtain a disease similarity matrix ADD and a miRNA similarity matrix AMM as follows. We integrate the information of disease similarity, miRNA similarity, the known miRNA-disease associations into a heterogeneous miRNA-disease network. The heterogeneous miRNA-disease network is encoded into a (n + n ) × (n + n ) matrix M as follows.

2.3 Matrix completion with bounded nuclear norm regularization

Since the verified miRNA-disease associations are much less than the total miRNA-disease pairs, ADM is very sparse (most elements are 0). The miRNA-disease association prediction problem can be model as the matrix completion problem of M. If M corresponds to a known miRNA-disease association, indicates a miRNA similarity or a disease similarity, it called a known entry. Let Ω = {(i, j)∣M is a known entry}. The goal of our miRNA-disease association prediction is to find appropriate values for the unknown entries of M as the final miRNA-disease association prediction scores. The matrix completion problem of M is generally formulated as find a matrix M* such that the projections of M* and M onto Ω are equal and the rank of M* is minimized, and the formulation is as follows: where is the projection function such that However the rank minimization matrix completion problem is NP-hard. Inspired by Yang et al. (2019), we model the miRNA-disease association prediction as a relaxed matrix completion with error tolerance, value boundary and nuclear norm minimization, which is called the BNNR (bounded nuclear norm regularization) model (Yang et al. (2019)) and is formulated as follows. where ‖X‖* is the nuclear norm of X, i.e. the sum of all singular values of X. ‖ ⋅‖ is the Frobenius norm and α is the parameter that balances the nuclear norm and error term. The BNNR model is a convex optimization problem, and many effective algorithms such as AMM (alternating direction method) (Chen C. H. et al. (2012)) could be used solve it. To use AMM (Chen C. H. et al. (2012)) to solve the BNNR model, we introduce an auxiliary matrix H, and the BNNR model is equivalent to the following model. Therefore, the extended Lagrange function is: where β > 0 is the penalty parameter and Y is the Lagrange multiplier. The model (14) could be solved by an iterative process, whose details could be found in (Yang et al. (2019). After a series of iterations, a convergent H would be finally obtained, which is denoted by H*. Let The predicted miRNA-disease associations are found from matrix .

3 Results

3.1 Parameter setting

The values of parameters α and β were determined by 5-fold cross-validation experiments on the benchmark dataset. The values were chosen from 0.1, 1, 2, 10, 100, and the AUC results are shown in Figure 2. The experimental results show that when α = 1 and β = 2, BNNRMDA achieved the best performance. Therefore, in the following experiments, we set α = 1 and β = 2.
FIGURE 2

The AUC values using different α and β values in five fold CV experiments on the training dataset.

The AUC values using different α and β values in five fold CV experiments on the training dataset.

3.2 Performance evaluation

We compared BNNRMDA with four state-of-the-art methods IMCMDA (Chen et al. (2018b)), KATZBNRA (Li et al. (2019)), PMFMDA (Xu et al. (2019)) and WBNPMD (Xie et al. (2019)) using global leave-one-out cross-validation (LOOCV) and 5-fold cross-validation (5-fold CV). The benchmark dataset was from the HMDD v2.0 database, which contains 5430 known miRNA-disease associations. Under the global LOOCV framework, each known association is selected out for testing, the others are used as the training set, and all unknown miRNA-disease associations will be used as candidate associations. After BNNRMDA calculates all associated prediction scores, the rank of each test sample will be obtained by comparing with the candidate samples. Higher the rank of the test sample, more effective our model is. We changed the threshold to calculate the true positive rate (TPR) and false positive rate (FPR) and drew the ROC curve. The area under the ROC curve (AUC) was calculated to compare the performance. The higher the AUC value, the better the performance of the model. The experimental results of the global LOOCV is shown in Figure 3 (a). The AUC values of BNNRMDA, IMCMDA, KATZBNRA, PMFMDA, and WBNPMD are 0.9393, 0.8470, 0.9311, 0.9252, 0.9321 respectively.
FIGURE 3

Performance comparisons of BNNRMDA with baseline methods (WBNPMD, KATZBNRA, PMFMDA, IMCMDA) in terms of AUC based on (A) the global LOOCV scheme and (B) 5-CV scheme.

Performance comparisons of BNNRMDA with baseline methods (WBNPMD, KATZBNRA, PMFMDA, IMCMDA) in terms of AUC based on (A) the global LOOCV scheme and (B) 5-CV scheme. In the 5-CV framework, all known miRNA-disease association pairs will be randomly divided into five parts; in each experiment, one part is tested, and the other four parts are used as a training set. Similar to LOOCV, the AUC values are used to compare the performance of these models. Figure 3 (b) shows the results of the 5CV experiment, and BNNRMDA achieved the best AUC of 0.9356. The AUC values of IMCMDA, KATZBNRA, PMFMDA, and WBNPMD are 0.8341, 0.9295, 0.9194, 0.9225 respectively.

3.3 Case studies

In order to further verify the effect of the BNNRMDA model, we conducted case studies on two human diseases colon neoplasms and lung neoplasms. These diseases pose a great threat to human life. For example, lung neoplasms are one of the common neoplasms in the human body. In recent years, a large number of colon neoplasms cases have died, posing a major threat to human life (DeSantis et al. (2019)). For colon neoplasms, after removing all known related miRNA-disease pairs, we rank the final prediction results of the miRNA related to them. We use two miRNA-disease association databases for verification, namely the dbDEMC (Yang et al. (2017)) database and the HMDD (Huang et al. (2019)) database. As can be clearly seen in Table 1, 47 of the top 50 prediction results have been confirmed to be related in dbDEMC2.0 and HMDD v3.2. Similarly, the results of the top 50 miRNAs predicted for lung neoplasms are shown in Table 2. Among them, 47 of the top 50 can be confirmed in dbDEMC2.0 and HMDD v3.2.
TABLE 1

The top 50 potential miRNAs associated with colon neoplasms.

(2 pt) miRNAEvidencemiRNAEvidence
hsa-mir-155dbDEMC;HMDDhsa-mir-31dbDEMC;HMDD
hsa-mir-21dbDEMC;HMDDhsa-mir-146bdbDEMC
hsa-mir-146adbDEMC;HMDDhsa-mir-141dbDEMC;HMDD
hsa-mir-20adbDEMC;HMDDhsa-mir-199aunconfirmed
hsa-mir-16dbDEMChsa-mir-24dbDEMC;HMDD
hsa-mir-125bdbDEMC;HMDDhsa-let-7adbDEMC;HMDD
hsa-mir-15bdbDEMC;HMDDhsa-mir-150dbDEMC;HMDD
hsa-mir-29bdbDEMC;HMDDhsa-mir-200bdbDEMC;HMDD
hsa-mir-143dbDEMC;HMDDhsa-mir-7dbDEMC
hsa-mir-101HMDDhsa-mir-9dbDEMC
hsa-mir-19bdbDEMChsa-mir-148adbDEMC;HMDD
hsa-mir-34adbDEMC;HMDDhsa-let-7cdbDEMC;HMDD
hsa-mir-29adbDEMC;HMDDhsa-mir-221dbDEMC;HMDD
hsa-mir-106bdbDEMC;HMDDhsa-mir-23adbDEMC;HMDD
hsa-mir-19adbDEMC;HMDDhsa-mir-107dbDEMC;HMDD
hsa-mir-196adbDEMC;HMDDhsa-mir-133bdbDEMC;HMDD
hsa-mir-125adbDEMC;HMDDhsa-mir-34cunconfirmed
hsa-mir-1dbDEMC;HMDDhsa-mir-25dbDEMC;HMDD
hsa-mir-15adbDEMC;HMDDhsa-mir-30cdbDEMC;HMDD
hsa-mir-223dbDEMC;HMDDhsa-mir-29cdbDEMC
hsa-mir-214dbDEMChsa-let-7bdbDEMC;HMDD
hsa-mir-133adbDEMC;HMDD5hsa-mir-26aunconfirmed
hsa-mir-132dbDEMC;HMDDhsa-mir-203dbDEMC;HMDD
hsa-mir-18adbDEMC;HMDDhsa-let-7idbDEMC;HMDD
hsa-mir-92adbDEMC;HMDDhsa-mir-222dbDEMC;HMDD
TABLE 2

The top 50 potential miRNAs associated with lung neoplasms.

(2 pt) miRNAEvidencemiRNAEvidence
hsa-mir-106bdbDEMChsa-mir-429dbDEMC
hsa-mir-20bdbDEMChsa-mir-296unconfirmed
hsa-mir-130adbDEMC;HMDDhsa-mir-129dbDEMC;HMDD
hsa-mir-16dbDEMC;HMDDhsa-mir-708dbDEMC
hsa-mir-23bdbDEMChsa-mir-211dbDEMC
hsa-mir-342dbDEMC;HMDDhsa-mir-196bdbDEMC;HMDD
hsa-mir-15adbDEMC;HMDDhsa-mir-302cdbDEMC
hsa-mir-378aunconfirmedhsa-mir-302bdbDEMC
hsa-mir-195dbDEMC;HMDDhsa-mir-328dbDEMC;HMDD
hsa-mir-15bdbDEMChsa-mir-99bdbDEMC
hsa-mir-122dbDEMC;HMDDhsa-mir-149dbDEMC;HMDD
hsa-mir-193bdbDEMChsa-mir-423HMDD
hsa-mir-424dbDEMChsa-mir-152dbDEMC;HMDD
hsa-mir-144dbDEMC;HMDDhsa-mir-449bdbDEMC
hsa-mir-92bdbDEMChsa-mir-194dbDEMC;HMDD
hsa-mir-130bdbDEMC;HMDDhsa-mir-208aHMDD
hsa-mir-204dbDEMChsa-mir-302adbDEMC
hsa-mir-451adbDEMC;HMDDhsa-mir-491dbDEMC
hsa-mir-99adbDEMC;HMDDhsa-mir-452dbDEMC
hsa-mir-449adbDEMC;HMDDhsa-mir-373dbDEMC;HMDD
hsa-mir-10adbDEMC;HMDDhsa-mir-625dbDEMC
hsa-mir-141dbDEMC;HMDDhsa-mir-181ddbDEMC
hsa-mir-139dbDEMC;HMDDhsa-mir-367dbDEMC
hsa-mir-151aunconfirmedhsa-mir-520adbDEMC
hsa-mir-28dbDEMChsa-mir-520ddbDEMC
The top 50 potential miRNAs associated with colon neoplasms. The top 50 potential miRNAs associated with lung neoplasms.

4 Conclusion

We proposed a new miRNA-disease association prediction model BNNRMDA. BNNRMDA constructs a miRNA-disease heterogeneous network by integrating miRNA similarity network, disease similarity network and miRNA-disease known association network, and formulates the miRNA-disease association prediction problem as a relaxed matrix completion with error tolerance, value boundary and nuclear norm minimization (BNNR), and at last uses alternating direction method (AMM) to obtain an optimal solution. The global leave-one-out cross-validation experiments and the five-fold cross-validation framework experiments on the benchmark dataset show that BNNRMDA performs better than four state-of-the-art methods. In addition, the case studies on two complex human diseases also illustrate the reliability of BNNRMDA. BNNRMDA can be an effective tool to identify potential miRNA-disease associations. There are some factors that will affect the final prediction results of BNNRMDA. First of all, the materials we used include experimentally verified miRNA-disease associations, miRNA functional similarities, and disease semantic similarities. These data may contain noises and outliers, and appropriate preprocess of the data might enhance the prediction accuracy of BNNRMDA. The choice of parameters α and β has a certain impact on the prediction performance, and how to choose appropriate parameters based on some statistical characteristics of data is challenging.
  36 in total

1.  Identifying human microRNA-disease associations by a new diffusion-based method.

Authors:  Bo Liao; Sumei Ding; Haowen Chen; Zejun Li; Lijun Cai
Journal:  J Bioinform Comput Biol       Date:  2015-04-06       Impact factor: 1.122

2.  Cancer statistics for African Americans, 2019.

Authors:  Carol E DeSantis; Kimberly D Miller; Ann Goding Sauer; Ahmedin Jemal; Rebecca L Siegel
Journal:  CA Cancer J Clin       Date:  2019-02-14       Impact factor: 508.702

3.  BNPMDA: Bipartite Network Projection for MiRNA-Disease Association prediction.

Authors:  Xing Chen; Di Xie; Lei Wang; Qi Zhao; Zhu-Hong You; Hongsheng Liu
Journal:  Bioinformatics       Date:  2018-09-15       Impact factor: 6.937

4.  HGIMDA: Heterogeneous graph inference for miRNA-disease association prediction.

Authors:  Xing Chen; Chenggang Clarence Yan; Xu Zhang; Zhu-Hong You; Yu-An Huang; Gui-Ying Yan
Journal:  Oncotarget       Date:  2016-10-04

5.  dbDEMC 2.0: updated database of differentially expressed miRNAs in human cancers.

Authors:  Zhen Yang; Liangcai Wu; Anqiang Wang; Wei Tang; Yi Zhao; Haitao Zhao; Andrew E Teschendorff
Journal:  Nucleic Acids Res       Date:  2016-11-28       Impact factor: 16.971

6.  Novel Human miRNA-Disease Association Inference Based on Random Forest.

Authors:  Xing Chen; Chun-Chun Wang; Jun Yin; Zhu-Hong You
Journal:  Mol Ther Nucleic Acids       Date:  2018-10-11       Impact factor: 8.886

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

Authors:  Xiangxiang Zeng; Wen Wang; Gaoshan Deng; Jiaxin Bing; Quan Zou
Journal:  Mol Ther Nucleic Acids       Date:  2019-04-18       Impact factor: 8.886

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

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

9.  A network embedding-based multiple information integration method for the MiRNA-disease association prediction.

Authors:  Yuchong Gong; Yanqing Niu; Wen Zhang; Xiaohong Li
Journal:  BMC Bioinformatics       Date:  2019-09-12       Impact factor: 3.169

10.  Drug repositioning based on bounded nuclear norm regularization.

Authors:  Mengyun Yang; Huimin Luo; Yaohang Li; Jianxin Wang
Journal:  Bioinformatics       Date:  2019-07-15       Impact factor: 6.937

View more

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