Skip to main content
  • Methodology Article
  • Open access
  • Published:

Prioritizing disease genes with an improved dual label propagation framework

Abstract

Background

Prioritizing disease genes is trying to identify potential disease causing genes for a given phenotype, which can be applied to reveal the inherited basis of human diseases and facilitate drug development. Our motivation is inspired by label propagation algorithm and the false positive protein-protein interactions that exist in the dataset. To the best of our knowledge, the false positive protein-protein interactions have not been considered before in disease gene prioritization. Label propagation has been successfully applied to prioritize disease causing genes in previous network-based methods. These network-based methods use basic label propagation, i.e. random walk, on networks to prioritize disease genes in different ways. However, all these methods can not deal with the situation in which plenty false positive protein-protein interactions exist in the dataset, because the PPI network is used as a fixed input in previous methods. This important characteristic of data source may cause a large deviation in results.

Results

A novel network-based framework IDLP is proposed to prioritize candidate disease genes. IDLP effectively propagates labels throughout the PPI network and the phenotype similarity network. It avoids the method falling when few disease genes are known. Meanwhile, IDLP models the bias caused by false positive protein interactions and other potential factors by treating the PPI network matrix and the phenotype similarity matrix as the matrices to be learnt. By amending the noises in training matrices, it improves the performance results significantly. We conduct extensive experiments over OMIM datasets, and IDLP has demonstrated its effectiveness compared with eight state-of-the-art approaches. The robustness of IDLP is also validated by doing experiments with disturbed PPI network. Furthermore, We search the literatures to verify the predicted new genes got by IDLP are associated with the given diseases, the high prediction accuracy shows IDLP can be a powerful tool to help biologists discover new disease genes.

Conclusions

IDLP model is an effective method for disease gene prioritization, particularly for querying phenotypes without known associated genes, which would be greatly helpful for identifying disease genes for less studied phenotypes.

Availability

https://github.com/nkiip/IDLP

Background

Disease gene prioritization aims to identify potential disease causing genes for a query phenotype. The accurate identification of corresponding disease genes is the first step toward a systematic understanding of the molecular mechanisms of a complex disease. Also, it is essential to know disease-related genes for diagnosis and drug development [6]. However, identifying disease-related genes is not an easy work, which is still one of the major challenges in the field of bioinformatics.

With the accumulation of studies on system biology, researches have shown genes that are physically or functionally close to each other tend to be involved in the same biological pathways and have similar effects on phenotypes [9, 22]. Based on such assumption, many network-based prioritization approaches have been developed to prioritize candidate genes [12, 13, 16, 26, 30, 31]. Early algorithms prioritize candidate genes based on their similarity to known disease genes [13, 26]. Though such type of methods perform well, they still have two limitations. The first limitation is caused by the fact that these methods only consider label propagation on homogeneous network (i.e. the PPI network). Thus, these methods easily fail when few disease-related genes are known. Later, methods that integrate heterogeneous networks have been proposed. By propagating label on both PPI network and phenotype similarity network [12, 16, 31], the prediction results have been boosted. Nevertheless, there is another limitation. As we know, high-throughput technologies have produced vast amounts of protein-protein interaction data. However, imprecise measuring technology brings a large number of false-positives in current available protein-protein interaction data [19, 20, 28]. Due to the alternating iterative learning approach adopted by previous methods [12, 16, 31], the PPI network can only be used as a fixed input, the false positive interactions between proteins in the PPI network will introduce a bias, and these noisy data are likely to result in less satisfying performance.

To tackle these challenges, we propose an Improved Dual Label Propagation (IDLP) method. Our motivation is inspired by label propagation [34] and the false positive protein-protein interactions in PPI network. Label propagation on homogeneous network and the associations between genes and phenotypes inspire us to construct the dual label propagation framework on heterogeneous network, and the false positive protein-protein interactions inspires us to regard the PPI network as a variable needed to be learnt rather than a fixed input. We construct a heterogeneous network by connecting the gene network and the phenotype similarity network with gene-phenotype associations. The basic label propagation (LP) [34] framework is extended from the homogeneous network to dual label propagation on the heterogeneous network. Query disease phenotypes and query disease genes are selected as seed nodes alternatively to propagate labels on the heterogeneous network. After that, an improved dual label propagation (IDLP) framework is proposed to reduce the bias introduced by false positive protein-protein interactions. The PPI network adjacent matrix is considered as a variable to be learnt under IDLP framework, its values are amended from noises by optimizing the loss function of IDLP. In case of overfitting to the training data, an additional regularization term is introduced to constrain the values in the PPI network matrix to be consistent with its initial values. The same regularization term is introduced to the phenotype similarity network as well. The objective matrices are optimized by minimizing the loss function. Furthermore, we propose an effective closed-form solution to improve calculation efficiency.

Our contribution can be summarized in the following two parts. 1) It’s the first time that the basic label propagation is extended from homogeneous networks to heterogeneous networks by directly modeling the loss function between labeled data and unlabeled data, through which it’s possible for us to take additional constraints into the loss function. On the contrary, alternating iteration strategy adopted by almost all previous works cannot deal with constraints efficiently. 2) It’s the first time that false positive PPIs have been taken into consideration, this bias regularization term greatly helps us to reduce the disturbance of data and improves the prediction accuracy in gene-phenotype prediction task.

Methods

Materials

We downloaded two versions (Aug-2015 version and Dec-2016 version) of human gene-phenotype associations from OMIM database [10]. The Aug-2015 version consists of 5117 associations between 4392 phenotypes and 3400 genes, and the Dec-2016 version contains 5465 associations between 4741 disease phenotypes and 3638 genes. The human protein-protein interaction (PPI) network was obtained from BioGRID [5] in August 2015. The PPI network contains 356,720 binary interactions between 19,511 genes. The disease phenotype network is an undirected graph with 8004 vertices representing OMIM disease phenotypes, the disease phenotype similarity between two phenotypes is calculated by text mining [25]. After filtering out isolated genes and disease phenotypes, we obtained 4,678/4,801 associations (Aug-2015/Dec-2016) between 4120 disease phenotypes and 3292 genes, corresponding PPI network and disease phenotype similarity network are extracted as well. More information about the data used in experiments is described in Table 1.

Table 1 Statistics of Data in Experiments

Notations

Let n be the number of genes, m be the number of phenotypes, \(\boldsymbol {W}_{1}\in \mathbb {R}^{n\times n}\) be the binary PPI network, and \(\boldsymbol {W}_{2}\in \mathbb {R}^{m\times m}\) be the phenotype similarity network. W1 and W2 are used to construct normalized networks \(\bar {\boldsymbol {S}}_{1}=\boldsymbol {D}_{1}^{-\frac {1}{2}}\boldsymbol {W}_{1}\boldsymbol {D}_{1}^{-\frac {1}{2}}\) and \(\bar {\boldsymbol {S}}_{2}=\boldsymbol {D}_{2}^{-\frac {1}{2}}\boldsymbol {W}_{2}\boldsymbol {D}_{2}^{-\frac {1}{2}}\), and D i (i=1,2) is a diagonal matrix with the row-sum of corresponding W i (i=1,2) on the diagonal entries. The known gene-phenotype associations are represented by a binary matrix \(\hat {\boldsymbol {Y}}_{(n \times m)}\) with 1 for entries of known associations and 0 otherwise. Let Y be the gene-phenotype associations matrix, S1, S2 be weighted PPI network and weighted phenotype similarity network, respectively. Y, S1, S2 are the variables needed to be learnt. The notations used in the models are summarized in Table 2.

Table 2 Notations

Problem definition

The goal of disease gene prioritization is trying to identify potential disease causing genes for a given phenotype. In our paper, we use variable Y as the gene-phenotype association matrix to be predicted. When finishing the optimization of the loss function, the genes with higher values in Y are predicted to be the potential disease causing genes for the given phenotype.

Overall objective function

The overall objective function of IDLP is given in Eq. (1), and it includes Ψ1(Y,S1) and Ψ2(Y,S2), where Ψ1(Y,S1) is the objective function when label propagation is performed on the PPI network for all query phenotypes by considering the noises in the PPI network. Ψ2(Y,S2) is the objective function when label propagation is performed on the phenotype similarity network for all query genes by considering the noises in the phenotype similarity network.

$$ \begin{aligned} \boldsymbol{L}_{}(\boldsymbol{Y},\boldsymbol{S}_{1},\boldsymbol{S}_{2}) &= \Psi_{1}(\boldsymbol{Y},\boldsymbol{S}_{1})+\Psi_{2}(\boldsymbol{Y},\boldsymbol{S}_{2})\\ &=tr\left(\boldsymbol{Y}^{T}(\boldsymbol{I}-\boldsymbol{S}_{1})\boldsymbol{Y}\right)+tr\left(\boldsymbol{Y}(\boldsymbol{I}-\boldsymbol{S}_{2})\boldsymbol{Y}^{T}\right)\\ &\quad+ (\mu+ \zeta) ||\boldsymbol{Y}-\hat{\boldsymbol{Y}}||_{F}^{2}+\nu||\boldsymbol{S}_{1}-\bar{\boldsymbol{S}}_{1}||_{F}^{2}\\&\quad+\eta ||\boldsymbol{S}_{2}-\bar{\boldsymbol{S}}_{2}||_{F}^{2}. \end{aligned} $$
(1)

where μ>0,ζ>0,ν>0,η>0. In the following subsections, we will explain how Ψ1(Y,S1) and Ψ2(Y,S2) are derived step by step. We also present a simple and descent solution of IDLP. Please note the algorithm of IDLP does not optimize the overall objective function directly, since variable Y can only be updated by gradient descend, and it’s very time consuming. In this paper, we optimize Ψ1(Y,S1) and Ψ2(Y,S2) alternatively to find a suboptimal solution, by which each variable can be updated with a closed-form solution.

Dual label propagation on heterogeneous network

We introduce the conventional label propagation algorithm [34]. With a given query phenotype p and the PPI network W1, the objective of label propagation is to learn an assignment score for each gene with the query phenotype p. The score shows how close each gene is to the query phenotype p. Let \({\hat {\boldsymbol {y}}}=\hat {\boldsymbol {Y}}_{\bullet p}\), i.e. the p-th column of the known association matrix \(\hat {\boldsymbol {Y}}\). The non-zero elements in \(\hat {\boldsymbol {Y}}\) are the initial labels on PPI network for query phenotype p. Let y=Yp, i.e. the p-th column of the association matrix Y. y is the label score vector of genes for query phenotype p needed to be learnt. Label propagation assumes that genes should be assigned with the similar label scores if they are connected in the PPI network, which leads to the following objective function,

$$ \begin{array}{ll} \Psi(\boldsymbol{y}) &=\sum\limits_{i,j}^{}(\boldsymbol{W}_{1})_{ij}\left(\frac{y_{i}}{\sqrt{\boldsymbol{D}_{ii}}} - \frac{y_{j}}{\sqrt{\boldsymbol{D}_{jj}}}\right)^{2} + \mu \sum\limits_{i}^{}(y_{i}-\hat{y}_{i})^{2}\\ &=\boldsymbol{y}^{T}(\boldsymbol{I}-\bar{\boldsymbol{S}_{1}})\boldsymbol{y} + \mu ||\boldsymbol{y}-\hat{\boldsymbol{y}}||^{2}, \end{array} $$
(2)

where y i is the i-th element of vector y, \(\hat {y}_{i}\) is the i-th element of vector \(\hat {\boldsymbol {Y}}\). There are two terms in Eq. (2), μ (μ>0) is a parameter to balance the contributions of the two terms. The first term is the Laplacian graph constraint, which encourages consistent labeling in the PPI network. The second term is the regularization term to keep each node’s label value similar to its initial label value. Eq. (2) can be extended to predict associations for all the phenotypes as follows,

$$ \Psi_{1}(\boldsymbol{Y})=tr\left(\boldsymbol{Y}^{T}(\boldsymbol{I}-\bar{\boldsymbol{S}_{1}})\boldsymbol{Y}\right) + \mu ||\boldsymbol{Y}-\hat{\boldsymbol{Y}}||_{F}^{2}. $$
(3)

On the other hand, with a given query gene g and phenotype similarity network W2, the objective of label propagation is to assign a score for each phenotype with query gene g, the score shows how close each phenotype is to gene g. Phenotypes should be assigned with the similar labels if they have a high score in the phenotype similarity network for a given gene. Let \(\hat {\boldsymbol {z}}=\hat {\boldsymbol {Y}}_{g \bullet }\), i.e. the g-th row of the known association matrix \(\hat {\boldsymbol {Y}}\). The non-zero elements in \(\hat {\boldsymbol {z}}\) is the initial labels on phenotype similarity network for query gene g. Let z=Yg, i.e. the g-th row of the association matrix Y. z is the label vector for query gene g needed to be learnt. Label propagation on phenotype similarity network for a given query gene g can be expressed as follows,

$$ \begin{array}{ll} \Psi(\boldsymbol{z}) &=\sum\limits_{i,j}^{}(\boldsymbol{W}_{2})_{ij}\left(\frac{z_{i}}{\sqrt{\boldsymbol{D}_{ii}}} - \frac{z_{j}}{\sqrt{\boldsymbol{D}_{jj}}}\right)^{2} + \zeta \sum\limits_{i}^{}(z_{i}-\hat{z}_{i})^{2}\\ &=\boldsymbol{z}(\boldsymbol{I}-\bar{\boldsymbol{S}_{2}})\boldsymbol{z}^{T} + \zeta ||\boldsymbol{z}-\hat{\boldsymbol{z}}||^{2}, \end{array} $$
(4)

where z i is the i-th element of vector z, \(\hat {z}_{i}\) is the i-th element of vector \(\hat {\boldsymbol {z}}\). ζ (ζ>0) is a parameter to balance the contributions of the two terms in Eq. (4). Similar to the extension of Eqs. (2), (4) can be extended to predict associations for all the genes as follows,

$$ \Psi_{2}(\boldsymbol{Y})=tr\left(\boldsymbol{Y}(\boldsymbol{I}-\bar{\boldsymbol{S}_{2}})\boldsymbol{Y}^{T}\right) + \zeta ||\boldsymbol{Y}-\hat{\boldsymbol{Y}}||_{F}^{2}. $$
(5)

Improved dual label propagation on heterogeneous network

The false positive protein interactions in the PPI network indicate that \(\bar {\boldsymbol {S}_{1}}\) contains noises. Therefore an intuitive idea is to introduce a variable S1, trying to capture the real interaction relationship of genes. We replace the constant matrix \(\bar {\boldsymbol {S}_{1}}\) with a variable matrix S1 in Eq. (2), we can get the transformed Laplacian constraint term yT(IS1)y, then introduce the regularization term \(\sum _{i,j}^{}((\boldsymbol {S}_{1})_{ij}-(\bar {\boldsymbol {S}}_{1})_{ij})^{2}\) to keep the interaction values similar to its initial values. The noises can be removed by optimizing these two components in terms of S1. This leads to the following loss function for a given query phenotype p,

$$ {{} \begin{aligned} \begin{array}{ll} {}\Psi^{}(\boldsymbol{y},\boldsymbol{S}_{1}) &=\!\boldsymbol{y}^{T}(\boldsymbol{I}\,-\,\boldsymbol{S}_{1})\boldsymbol{y} \,+\, \mu ||\boldsymbol{y}\,-\,\hat{\boldsymbol{y}}||^{2} \,+\, \nu \sum\limits_{i,j}^{}((\boldsymbol{S}_{1})_{ij}-(\bar{\boldsymbol{S}}_{1})_{ij})^{2}\\ &=\boldsymbol{y}^{T}(\boldsymbol{I}-\boldsymbol{S}_{1})\boldsymbol{y} + \mu ||\boldsymbol{y}-\hat{\boldsymbol{y}}||^{2}+ \nu ||\boldsymbol{S}_{1}-\bar{\boldsymbol{S}}_{1}||_{F}^{2}, \end{array} \end{aligned}} $$
(6)

Eq. (6) can be extended to predict associations with all the phenotypes as follows,

$$ {\begin{aligned} \Psi_{1}^{}(\boldsymbol{Y},\boldsymbol{S}_{1})&=tr\left(\boldsymbol{Y}^{T}(\boldsymbol{I}-\boldsymbol{S}_{1})\boldsymbol{Y}\right) \\&\quad+ \mu ||\boldsymbol{Y}-\hat{\boldsymbol{Y}}||_{F}^{2} + \nu ||\boldsymbol{S}_{1}-\bar{\boldsymbol{S}}_{1}||_{F}^{2}. \end{aligned}} $$
(7)

To minimize the loss function in Eq. (7), an alternative iterative schema is adopted. It solves the problem with respect to one variable while fixing other variables. The loss function in Eq. (7) is not convex on Y and S1 jointly, but it is convex on one variable with the other fixed.

In terms of Eq. (7), the closed form solutions of Y and S1 can be expressed as,

$$ \begin{array}{ll} \boldsymbol{Y}^{*} &= \beta (\boldsymbol{I}-\alpha\boldsymbol{S}_{1})^{-1}\hat{\boldsymbol{Y}}\\ \alpha &= \frac{1}{1+\mu}, \ \ \beta = \frac{\mu}{1+\mu}\\ \boldsymbol{S}_{1}^{*} &= \bar{\boldsymbol{S}_{1}}+\gamma\boldsymbol{Y}\boldsymbol{Y}^{T},\ \ \gamma=\frac{1}{2\nu} \\ \end{array} $$
(8)

After the label propagation on the PPI network with modeling the noises, the result is shown in Fig. 1b. Besides the values of Y, the weight of each edge in the PPI network S1 has been updated as well.

Fig. 1
figure 1

Illustration of the IDLP framework. Square nodes represent phenotypes, all pairwise phenotype similarity relationships make up the phenotype similarity network. Circular nodes represent genes, all pairwise gene interactions make up the PPI network. Nodes surrounded by oval are query phenotypes (or genes), Nodes surrounded by triangle are seed genes (or phenotypes). a For a query phenotype p, the corresponding related genes are selected as seed nodes. b By modeling the noises in the PPI network, the interactions between gene nodes have been changed. In order to better explain the situation, we consider two extreme cases here, i.e., edge deletion and edge addition. During the optimization of IDLP, the interaction between gene g and f has been added, the interaction between gene d and e has been removed. The changes of the PPI network result in a high score on gene g, because gene g directly receive score from seed gene f. What’s more, gene d no longer receives scores from gene e, which indirectly results in gene d receives more support from gene e. c For a query gene g, the corresponding related phenotypes are selected as seed nodes. d By modeling the noises in the phenotype network, the similarity scores between phenotypes have been changed. The edge addition between phenotype r and p and edge deletion between phenotype r and t result in a high score on phenotype p

The phenotype similarity matrix \(\bar {\boldsymbol {S}_{2}}\) can also be considered as inaccurate similarity relationships of phenotypes. Then we introduce a variable S2, trying to capture the real relationships of phenotypes. At first, we replace the constant matrix \(\bar {\boldsymbol {S}_{2}}\) with a variable matrix S2 in Eq. (4), we can get the transformed Laplacian constraint term z(IS2)zT, then introduce the regularization term \(\sum _{i,j}^{}((\boldsymbol {S}_{2})_{ij}-(\bar {\boldsymbol {S}}_{2})_{ij})^{2}\) to keep the predicted similarity values similar to its initial values. The noises can be removed by optimizing these two components in terms of S2. This leads to the following loss function for a given query gene g,

$$ \begin{aligned} \Psi(\boldsymbol{z},\boldsymbol{S}_{2}) &=\!\boldsymbol{z}(\boldsymbol{I}-\boldsymbol{S}_{2})\boldsymbol{z}^{T} \,+\, \zeta ||\boldsymbol{z}\,-\,\hat{\boldsymbol{z}}||^{2} \,+\, \eta \sum\limits_{i,j}^{}\left((\boldsymbol{S}_{2})_{ij}\,-\,(\bar{\boldsymbol{S}}_{2})_{ij}\right)^{\!2}\\ &=\boldsymbol{z}(\boldsymbol{I}-\boldsymbol{S}_{2})\boldsymbol{z}^{T} + \zeta ||\boldsymbol{z}-\hat{\boldsymbol{z}}||^{2} + \eta ||\boldsymbol{S}_{2}-\bar{\boldsymbol{S}}_{2}||_{F}^{2}, \end{aligned} $$
(9)

Eq. (9) can be extended to predict associations for all the genes as follows,

$$ {{} \begin{aligned} \Psi_{2}^{}(\boldsymbol{Y},\boldsymbol{S}_{2})\,=\,tr(\boldsymbol{Y}(\boldsymbol{I}\,-\,\boldsymbol{S}_{2})\boldsymbol{Y}^{T}) \,+\, \zeta ||\boldsymbol{Y}\,-\,\hat{\boldsymbol{Y}}||_{F}^{2} \,+\, \eta ||\boldsymbol{S}_{2}-\bar{\boldsymbol{S}}_{2}||_{F}^{2}. \end{aligned}} $$
(10)

In terms of Eq. (10), the closed form solutions of Y and S2 can be expressed as,

$$ \begin{array}{ll} \boldsymbol{Y}^{*} &= {\beta}^{'} \hat{\boldsymbol{xY}}(\boldsymbol{I}-{\alpha}^{'}\boldsymbol{S}_{2})^{-1}\\ \alpha^{'} &= \frac{1}{1+\zeta}, \ \ \beta^{'} = \frac{\zeta}{1+\zeta}\\ \boldsymbol{S}_{2}^{*} &= \bar{\boldsymbol{S}_{2}}+\gamma^{'}\boldsymbol{Y}^{T}\boldsymbol{Y},\ \ \gamma^{'}=\frac{1}{2\eta} \\ \end{array} $$
(11)

Figure 1d shows the result after the label propagation on phenotype network by considering the noises in the phenotype similarity network. Besides the values of Y, the phenotype similarity network S2 has also been updated. The illustration of the IDLP is shown in Fig. 1. The algorithm details of IDLP are shown in Algorithm 1.

Discussion about the Algorithm

Based on the Kurdyka-Lojasiewicz inequality [2] and the convexity of multi-variable objective function, when concentrating only on one of the variables at a time, our algorithm is convergent. Mostly it’s necessary to use the alternative iterative method, also known as “block coordinate descent” [18], to find the solution of multi-variable objective function. The objective function described in the manuscript is convex with concentrating exclusively on only changing one of the variables at a time, while the remaining variables are held fixed. This convex optimization problem satisfies the convergence condition for multi-variable objective function [32], and the Kurdyka-Lojasiewicz inequality [2] is used to prove the convergence.

There is one thing about inverse matrix we should notice. The computation of inverse matrix is a common step in optimization problems [7, 33]. In general, it’s time-consuming to compute inverse matrix with the adjugate-determinant method. In order to improve the efficiency of our algorithm IDLP, the inverse matrix is achieved by using Gaussian elimination. It is two times faster with Gaussian elimination in the experiments. It’s much more accurate and efficient with Gaussian elimination even when the matrix becomes very large.

Please be aware that the order of updating S1 and S2 can be exchanged, because the order does not change the convergence of the objective function. Besides the algorithm presented in the “Algorithm 1”, it’s also a feasible way to start the algorithm with the updates of S2 and Y, and then it comes with the updates S1 and Y. No matter which one comes first, they both result in reducing the objective function to the convergence.

Theoretical analysis

BiRW is a special case of IDLP

BiRW [31] iteratively extends the phenotype path and the gene path by bi-random walk on both phenotype network and gene network to evaluate potential candidate associations. BiRW uses “Left Walk” and “Right Walk” alternatively to introduce additional steps on phenotype network and gene network. However, the loss function introduced by BiRW is rather misleading, which makes it impossible to get results by optimizing the loss function. The basic update rule for BiRW is:

Left walk on PPI network:

$$ \boldsymbol{Y}_{t} = \alpha\boldsymbol{S}_{1}\boldsymbol{Y}_{t-1}+(1-\alpha)\hat{\boldsymbol{Y}}. $$
(12)

Right walk on phenotype network:

$$ \boldsymbol{Y}_{t} = \alpha\boldsymbol{Y}_{t-1}\boldsymbol{S}_{2} + (1-\alpha)\hat{\boldsymbol{Y}}. $$
(13)

After sufficient left and right walks:

$$ \begin{array}{ll} \boldsymbol{Y}^{*}_{left} &= \beta(\boldsymbol{I}-\alpha\boldsymbol{S}_{1})^{-1}\hat{\boldsymbol{Y}}\\ \boldsymbol{Y}^{*}_{right} &= \beta\hat{\boldsymbol{Y}}(\boldsymbol{I}-\alpha\boldsymbol{S}_{2})^{-1}, \end{array} $$
(14)

where β=1−α. Note that the solutions in (14) are exactly the same as in (8) and (11) when only the label propagation on heterogeneous network is considered without modeling the noise in data source. It shows that BiRW is a special case of IDLP. The final loss function for BiRW is as follows,

$$ \begin{array}{ll} \boldsymbol{L}_{BiRW}(\boldsymbol{Y}) &=tr\left(\boldsymbol{Y}(\boldsymbol{I}-\boldsymbol{S}_{2})\boldsymbol{Y}^{T}\right) + tr\left(\boldsymbol{Y}^{T}(\boldsymbol{I}-\boldsymbol{S}_{1})\boldsymbol{Y}\right)\\ &\quad+ \mu ||\boldsymbol{Y}-\hat{\boldsymbol{Y}}||_{F}^{2}+ \zeta ||\boldsymbol{Y}-\hat{\boldsymbol{Y}}||_{F}^{2}. \end{array} $$
(15)

Software package

A MATLAB software package is available through GitHub at https://github.com/nkiip/IDLP, containing all the source code used to run IDLP. The package allows the execution of cross-validation for parameter selection and model training with the selected optimal parameters to reproduce the results.

Results

Baselines

We compare our methods to both classic and the state-of-the-art network-based algorithms. We give a brief introduction to the baselines used in our experiments. CIPHER employs the regression model to quantify the concordance between the candidate gene and the query phenotype, then candidate genes are ranked by the concordance score [30]. RWR and DK (Diffusion Kernel) prioritize candidate genes by use of random walk from known genes for a given disease [13]. RWRH extends RWR algorithm to the heterogeneous network, it makes better use of the phenotypic data by using the query phenotypes and corresponding genes as seed nodes simultaneously [16]. PRINCE uses the known disease relationships to decide an initial set of genes that are associated with a query disease phenotype, then it performs label propagation on the PPI network to prioritize disease genes [26]. MINProp is based on a principled way to integrate three networks in an optimization framework and performs iterative label propagation on each individual subnetwork [12]. BiRW performs random walk on PPI network and phenotype similarity network alternatively to enrich genome-phenome association matrix, then prioritizes disease genes based on the enriched association matrix [31]. Besides the methods introduced above, two variants of IDLP are also introduced, i.e., IDLP-G and IDLP-P. In specific, IDLP-G assumes only the PPI network is noisy, where we set η to 0 in Eq. (10). IDLP-P assumes only the phenotype similarity network is noisy, where we set ν to 0 in Eq. (7).

Experimental settings

IDLP has four parameters, i.e. α, γ, \(\alpha ^{'}\phantom {\dot {i}\!}\), \(\gamma ^{'}\phantom {\dot {i}\!}\). Since the constraint α+β=1 and \(\alpha ^{'}+\beta ^{'} = 1\phantom {\dot {i}\!}\), the value of β and \(\beta ^{'}\phantom {\dot {i}\!}\) are fixed when α and \(\alpha ^{'}\phantom {\dot {i}\!}\) are chosen. For the data of training in cross-validation, we select parameter values by using a usual manner of (5-fold) cross-validation: only a part (four folds) of the training dataset is used for getting model results of IDLP, meanwhile the rest (one fold) for validation, this is done five times with each fold as validation set in turns. The average results of the five folds are used for choosing best parameters. In parameter selection, we consider all combinations of the following values: {0.0001, 0.001, 0.01, 0.1, 1} for α and \(\phantom {\dot {i}\!}\alpha ^{'}\), {1, 10, 100, 1000, 10000} for γ and \(\gamma ^{'}\phantom {\dot {i}\!}\).

We implement all the baselines according to the descriptions in their papers. CIPHER doesn’t have any parameters to tune, so it is applied to the test set directly. For RWR, DK, and PRINCE, they are network-based methods only walk on gene interaction network, the parameter α is chosen from {0.1, 0.3, 0.5, 0.7, 0.9} by 5-fold cross-validation. For RWRH, MINProp and BiRW, they perform a random walk on a heterogeneous network of gene interactions and human diseases (i.e. OMIM phenotypes similarity network). We use the average version of BiRW which is shown to be the best among the three versions of BiRW proposed by Xie [31], and the left and right walk step are set to 4 as suggested by Xie. There is one parameter in BiRW, which is chosen from {0.1, 0.3, 0.5, 0.7, 0.9} by cross-validation. There are two parameters in MINProp, which are chosen from {0.1, 0.3, 0.5, 0.7, 0.9} by grid through cross-validation.There are three parameters in RWRH, which are all chosen from {0.1, 0.3, 0.5, 0.7, 0.9} by grid search.

Evaluation

We evaluated the ranks of the tested genes with two metrics: (i) we calculated the area under the curve (AUC) [8, 11] for each method. “AUC” refers to the area under a Receiver Operating Characteristic (ROC) Curve, and the result is a plot of true positive rate against false positive rate. (ii) we calculated the average precision and recall on test set at top-k positions (k=20, 50, 100). The two metrics are complimentary: the AUC evaluates the entire rank of genes, while the top-k precision and recall emphasize the top-ranked genes.

Since the accuracy of top-ranked genes is more important than that of the lower ranked genes, we highlight a set of false positive cutoffs for the ROC curves and compare the corresponding average AUCs between methods. The higher the AUC score, the better the performance.

Conventional cross-validation evaluation strategy, such as leave-one-out cross-validation strategy, does not necessarily reflect the property of novel gene-phenotype associations prediction. To address such cases, we adopt the strategy that has been utilized by [21, 23, 31], i.e. two versions of data are used in the experiments, the Aug-2015 version data are used as validation set to train the model, the newly added data accumulated between Aug-2015 and Dec-2016 are used as test set to measure the performance of the model. In the experiment, we split the known gene-disease associations of Aug-2015 version data into five folds. After doing 5 folds cross-validation, the average results of the five folds are used for selecting parameters for each method. Then, the methods are applied to predict the associations in an independent set of associations added into OMIM between Aug-2015 and Dec-2016.

Performance evaluation

To quantitatively evaluate IDLP and other baseline methods, i.e. CIPHER, RWR, DK, RWRH, MINProp, BiRW, and PRINCE, these algorithms are applied to predict the disease genes for each phenotype.

The performance of IDLP and baseline methods on test set and cross-validation set are shown in Table 3. We have conducted Student’s t-test [3] with p<0.05 on the results of IDLP and other baselines on test set. If IDLP outperforms one baseline significantly under AUC metric, we put a “*” behind the performance value in Table 3. The performance results on cross-validation are used for choosing parameters for each method. RWRH gets the best results on cross-validation set. However, the performance of RWRH on test set dramatically falls compared with that of IDLP. RWRH heavily depends on the completeness and correctness of PPI network and phenotype similarity network, which brings the serious overfitting. It can be seen that IDLP achieves the best performance under AUC20 and AUC50 on test set, which means the proposed IDLP can predict newly discovered gene-phenotype associations well. By introducing the dual label propagation framework and modeling the bias in the PPI network and phenotype similarity network into the framework, it successfully utilizes the information in the heterogeneous network and overcomes the interference of the noises in data source. This demonstrates the advantage of IDLP over other baselines.

Table 3 Average AUCs scores of gene prioritization on test set and validation set

It can be observed that IDLP-P has a distinct advantage over IDLP-G in terms of AUC values on test set, which demonstrates the noises in the phenotype similarity network are serious, whether modeling the noises in the phenotype similarity network would greatly affect the results. We can also observe that IDLP-G performs worse than most of the baselines, which demonstrates that only modeling the noises in the PPI network will bring more noises to the model. The phenotype similarity network is constructed by calculating the similarity scores between phenotypes through text mining [25]. The calculation of the similarity scores depends on the terms of the descriptions of phenotypes, term frequencies, sentence expressions, etc. The integrity and the accuracy of the descriptions of phenotypes can greatly affect the similarity scores between phenotypes, hence the similarity scores are subjective and the phenotype similarity contains much noises. As for the PPI network, much of the data in it are collected from in vitro experiments. Thought imprecise measurement introduces false positives, there are still lots of true interactions between proteins. The data in the PPI network are more objective and contain less noises. Another reason that causes the difference between IDLP-G and IDLP-P is that the PPI network is a sparse network, and the phenotype similarity network is a dense network. The sparse network is more sensitive to changes in the network. The results comparison between IDLP and its two variants demonstrate that modeling the noises on both PPI network and phenotype similarity network is better than modeling the noises only on PPI network or phenotype similarity network. It indicates modeling the noises on both networks has a mutual enhancement to the results. Based on this fact, we will focus on IDLP and ignore its two variants in the following discussion.

In order to understand IDLP further, we give an analysis of the constitution of the data. Figure 2a shows the phenotype distribution of the two versions according to the disease genes they associate with. More specifically, there are 3785 phenotypes associated with one disease gene in Aug-2015 version data, the number of phenotypes increases to 3877 in Dec-2016 version data; the numbers of phenotypes which have been found with more than one disease genes change slightly. There are 123 newly added gene-phenotype associations. More specifically, as shown in Fig. 2b, 100 phenotypes are newly added to Dec-2016 version data, which means there are 100 phenotypes with unknown disease genes in Aug-2015 version data. The remaining 23 associations can be divided into 2 categories, 19 phenotypes with known disease genes being added with one more disease gene and 1 phenotype with known disease genes being added with 4 new disease genes. From Fig. 2a and b, we know the phenotypes involved in newly added gene-phenotype associations between Aug-2015 version and Dec-2016 version are mostly phenotypes with unknown disease genes in Aug-2015 version. Here we define these phenotypes without any known disease genes as singleton phenotypes. Since the number of singleton phenotypes accounts for a large percentage, it is important and necessary to explore the performance on singleton phenotypes.

Fig. 2
figure 2

Data Analysis. a The phenotype distribution based on the genes it associates with. b The distribution of newly added phenotypes based on whether they have known disease causing gene(s). c The AUC20 scores of different methods in two situations: 1. phenotypes with known disease genes are used as queries (left); 2. phenotypes with unknown disease genes are used as queries (right)

Figure 2c shows the results when different associations are used as test set. The left histogram in Fig. 2c shows the performance when 23 associations with none singleton phenotypes are used as test set. The right histogram in Fig. 2c shows the performance when 100 associations with only singleton phenotypes are used as test set. Because the results of CIPHER_SP and CIPHER_DN are too small in the histogram, we ignore them in this discussion. Comparing these two histograms in Fig. 2c, we can observe that predictions on phenotype queries that have known disease genes are more precise than phenotype queries that have non disease genes for each method. It is consistent with the intuition that enriched phenotypes (i.e. phenotypes with at least one known disease gene) are easier to find disease genes. RWRH, PRINCE, and IDLP have relatively high AUC20 scores on enriched phenotype queries. On the contrary, it’s hard to identify disease genes for singleton phenotypes, because no known disease genes are discovered for these singleton phenotypes. That’s why RWR and DK decrease to zero. Meanwhile, IDLP achieves best at this situation, which demonstrates IDLP’s effectiveness on singleton phenotypes.

Noises discussion

Generally, there is no prior information on how the noises are in the data sources. When dealing with unknown imbalanced noises in the networks, a good algorithm can automatically choose proper penalty values on the noises. The proper penalty values are determined by the noise situations in the two networks, which means heavy noises correspond to big penalty value and small noises correspond to small penalty value. In IDLP, the algorithm is adaptive to imbalanced noises, and it can choose proper hyper parameters automatically by grid search of parameters on validation set.

Please note that IDLP may not work under some situations. IDLP may fail when data contain little noises. IDLP is designed for dealing with noise data, however unnecessary learning of variables from noises would deviate the model from clean data. That probably causes performance decline of the algorithm on test set. To avoid the failure, we’d better acquire some basic information about the data noises and decide whether to model the noises before applying IDLP.

Top-k precision and recall evaluation

We also evaluate IDLP and baseline methods by using precision and recall measurement. Calculating precision and recall at each top-k position tells a more strict and detailed comparison between different methods. Precision measures the fraction of true positives (genes) recovered in the top-k predictions for a phenotype. Recall is the ratio of true positives recovered in the top-k predictions for a phenotype to the total number of true positives in the test set. The plot of top-k precision and recall rates for different values of top k positions ranging 1≤k≤25 is presented in Figs. 3 and 4 respectively. The value at a given k is averaged over all the phenotypes. Note that IDLP outperforms other baselines, especially when 1≤k≤5. For example, in Fig. 3 the precision at top 1 position of IDLP is 0.05, it’s twice as much as the second best precision 0.025 of PRINCE and MINProp. In Fig. 4, the recall at top 1 position of IDLP is 0.05, and that’s also twice as much as the second best recall 0.025 of PRINCE and MINProp. IDLP outperforms on both precision and recall when k is less than 5, especially at top 1 position. The superiority of IDLP at top-k precision and recall demonstrates the effectiveness of modeling the bias and denoising through dual label propagation framework.

Fig. 3
figure 3

Average precision on all query diseases of test set at each top-k position

Fig. 4
figure 4

Average recall on all query diseases of test set at each top-k position

Discussion

Sensitivity of parameter α and γ

Figure 5 shows the effects of the parameters. AUC20 is used as a measurement of performance. For IDLP, we fix γ = 1000 when varying α and fix α = 0.1 when varying γ. The performance of other methods is also presented for reference. We observe that IDLP is not sensitive when γ becomes large. Large γ will raise effect of YYT and reduce the effect of \(\bar {\boldsymbol {S}_{1}}\) on updating S1, when γ becomes large enough, the effect of \(\bar {\boldsymbol {S}_{1}}\) disappears. In our experiments, we set α = \(\alpha ^{'}\phantom {\dot {i}\!}\) = 0.1 and γ = \(\gamma ^{'}\phantom {\dot {i}\!}\) = 1000 for IDLP.

Fig. 5
figure 5

Effects of parameters on the performance of IDLP (a) Performance of AUC20 w.r.t α. b Performance of AUC20 w.r.t γ

Robustness evaluation of IDLP

We check the AUC20 performance result for each method under four disturbed PPI networks: 1) randomly delete 10% PPI data; 2) randomly delete 10% PPI data and add 10% PPI data; 3) randomly delete 20% PPI data; 4) randomly delete 20% PPI data and randomly add 20% PPI data. The best and the worst performance of these four situations are drawn as error bars on the histogram. Figure 6a shows the result when choosing all disease phenotypes as test set, and we can see that IDLP has a greatly stable performance under all kinds of disturbance. Figure 6b shows the result when total new disease phenotypes are chosen as test set. The advantage has become more obvious when we only consider the total new phenotypes (i.e. singleton phenotypes defined above) as test set. From the results in Fig. 6, we can conclude that IDLP has a good robustness.

Fig. 6
figure 6

Robustness of IDLP. Four disturbed PPI networks are applied into each algorithm: 1. randomly delete 10% PPI data; 2. randomly delete 10% PPI data and add 10% PPI data; 3. randomly delete 20% PPI data; 4. randomly delete 20% PPI data and add 20% PPI data. The best and the worse performance of these four situations are drawn as error bar on the histogram. a It shows the results when all diseases are chosen as test set. b It shows the results when totally new diseases are chosen as test set

The robustness comes from the design of the loss function of IDLP. More specifically, the update mechanism determines the robustness of IDLP. Let us go over the first two steps of Algorithm 1. At first, S1 is updated by \(\boldsymbol {S}_{1}^{} \leftarrow \bar {\boldsymbol {S}_{1}}+\gamma \boldsymbol {Y}\boldsymbol {Y}^{T}\), then the gene-phenotype associations matrix Y is updated by \(\boldsymbol {Y}^{} \leftarrow \beta (\boldsymbol {I}-\alpha \boldsymbol {S}_{1})^{-1}\hat {\boldsymbol {Y}}\). After sufficient iterative update, γYYT has much influence on \(\boldsymbol {S}_{1}^{}\) and the influence is even stranger when γ becomes a large value.

Predicting new genes for Parkinson’s disease

Predictions of new genes for specific diseases are examined to check the prediction accuracy of IDLP. In the data we obtained, there are 30 genes known to be associated with Parkinson’s Disease (PD) on OMIM till December 2016. Apart from the known 30 disease genes for Parkinson’s Disease in OMIM data, other top 10 predicted genes are supposed to be most closely associated with PD according to the scores got from our proposed IDLP. We searched the literatures to support our predictions, the results are showed in Table 4. 8 (80%) of the top 10 genes have supporting evidence giving a prediction precision of 80% for this particular disease.

Table 4 Predicted top 10 new genes for Parkinson’s disease by IDLP

The 10 genes listed in Table 4 have not been recorded in OMIM dataset. However, according to the calculation results by IDLP, they are highly PD related candidate genes. We search the literatures and try to find the connections between these genes and Parkinson’s Disease. Specifically, Vilarino discovered that idiopathic Parkinson’s disease subtle deficits in endosomal receptor-sorting/recycling are highlighted by the discovery of pathogenic mutations DNAJC13 [27]. Lu demonstrated that the poor metabolizer phenotype of CYP2D6 confers a significant genetic susceptibility to Parkinson’s disease in Caucasians [17]. Wan conducted experiments to test the hypothesis that the DRD4 polymorphism is associated with the susceptibility to Parkinson’s disease [29]. Lesage reported an additional affected man with typical Parkinson’s disease and mild mental retardation harboring a new truncating mutation in RAB39B [15]. Sun found the discrepancy in TRPM7 channel function and expression leads to Parkinson’s disease [24]. Laura’s study suggested that the SNCB locus might modify the age at onset of PD [4]. Araki found DCTN1 mutations may contribute to disparate neurodegenerative diagnoses, including familial motor neuron disease, parkinsonism, and frontotemporal atrophy [1]. Korvatska reported that X-linked parkinsonism with spasticity (XPDS) presents either as typical adult onset Parkinson’s disease or earlier onset spasticity followed by parkinsonism [14]. We briefly list all the top 10 predicted genes, prediction scores by IDLP and literatures evidence for Parkinson’s disease in Table 4.

Conclusions

We propose an Improved Dual Label Propagation (IDLP) algorithm, which is based on optimizing the regularization framework, rather than alternating iteration used by previous works, to globally prioritize disease genes for all phenotypes. IDLP performs label propagation on the protein-protein interaction (PPI) network and the phenotype similarity network alternatively. Meanwhile, it models the noise disturbance of the false positive PPIs in the data source to get a better result. By amending the noise in training matrices, it improves the performance results significantly. We also give a closed-form solution, which makes the algorithm more efficient. In our experiments, we find that IDLP has an outstanding performance for ranking top genes and a good robustness to deal with the noise in PPI network, which makes IDLP a better gene prioritization tool for biologists.

References

  1. Araki E, Tsuboi Y. A Novel DCTN1 mutation with late-onset parkinsonism and frontotemporal atrophy. Mov Disord. 2014; 29(9):1201–4.

    Article  CAS  PubMed  Google Scholar 

  2. Bolte J, Daniilidis A, Ley O, Mazet L. Characterizations of Lojasiewicz inequalities and applications. Trans Am Math Soc. 2012; 6:3319–63.

    Google Scholar 

  3. Box JF. Guinness, Gosset, Fisher, and Small Samples. Stat Sci. 1987; 2(1):45–52.

    Article  Google Scholar 

  4. Brighina L, Okubadejo NU. Beta-synuclein gene variants and Parkinson’s disease: a preliminary case-control study. Neurosci Lett. 2007; 420(3):229–34.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  5. Chatr-Aryamontri A, Breitkreutz B-J. The BioGRID interaction database: 2015 update. Nucleic Acids Res. 2015; 43:D470–8.

    Article  CAS  PubMed  Google Scholar 

  6. Chen Y, Li L. Phenome-driven disease genetics prediction toward drug discovery. Bioinformatics. 2015; 31(12):i276–i283.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  7. Ezzat A, Zhao P, Min W, Li X-L, Kwoh C-K. Drug-Target Interaction Prediction with Graph Regularized Matrix Factorization. IEEE/ACM Trans Comput Biol Bioinforma. 2017; 14(3):646–56.

    Article  Google Scholar 

  8. Fawcett T. An introduction to ROC analysis. Pattern Recogn Lett. 2006; 27(8):861–74.

    Article  Google Scholar 

  9. Gandhi TKB, Zhong J. Analysis of the human protein interactome and comparison with yeast, worm and fly interaction datasets. Nat Genet. 2006; 38(3):285–93.

    Article  CAS  PubMed  Google Scholar 

  10. Hamosh A, Scott AF. Online Mendelian Inheritance in Man (OMIM), a knowledgebase of human genes and genetic disorders. Nucleic Acids Res. 2004; 33(Database issue):D514–D517.

    Article  PubMed Central  Google Scholar 

  11. Hoehndorf R, Schofield PN. Analysis of the human diseasome using phenotype similarity between common, genetic, and infectious diseases. Sci Rep. 2015; 5:10888.

    Article  PubMed  PubMed Central  Google Scholar 

  12. Hwang T, Kuang R. A heterogeneous label propagation algorithm for disease gene discovery. In: Proceedings of the 2010 SIAM International Conference on Data Mining: 2010. p. 583–94.

  13. Köhler S, Bauer S. Walking the Interactome for Prioritization of Candidate Disease Genes. Am J Hum Genet. 2008; 82(4):949–58.

    Article  PubMed  PubMed Central  Google Scholar 

  14. Korvatska O, Strand NS, Berndt JD. Altered splicing of ATP6AP2 causes X-linked parkinsonism with spasticity (XPDS). Hum Mol Genet. 2013; 22(16):3259–68.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  15. Lesage S, Bras J. Loss-of-function mutations in RAB39B are associated with typical early-onset Parkinson disease. Neurol Genet. 2015; 1(1):e9.

    Article  PubMed  PubMed Central  Google Scholar 

  16. Li Y, Patra JC. Genome-wide inferring gene-phenotype relationship by walking on the heterogeneous network. Bioinformatics. 2010; 26(9):1219–24.

    Article  CAS  PubMed  Google Scholar 

  17. Lu Y, Peng Q. CYP2D6 phenotypes and Parkinson’s disease risk: A meta-analysis. J Neurol Sci. 2014; 336(1-2):161–8.

    Article  CAS  PubMed  Google Scholar 

  18. Marco Sciandrone Luigi Grippo. Globally Convergent Block-coordinate Techniques for Unconstrained Optimization. Optim Methods Softw. 1999; 10(5):587–637.

    Google Scholar 

  19. Montanez G, Cho Y-R. Predicting False Positives of Protein-Protein Interaction Data by Semantic Similarity Measures. Curr Bioinforma. 2013; 8:339–46.

    Article  CAS  Google Scholar 

  20. Nguyen TN, Goodrich JA. Protein-protein interaction assays: eliminating false positive interactions. Nat Methods. 2006; 3(2):135–9.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  21. Ni J, Koyuturk M. Disease gene prioritization by integrating tissue-specific molecular networks using a robust multi-network model. BMC Bioinformatics. 2016; 17(1):453.

    Article  PubMed  PubMed Central  Google Scholar 

  22. Oti M, Brunner HG. The modular nature of genetic diseases. Clin Genet. 2006; 71(1):1–11.

    Article  Google Scholar 

  23. Petegrosso R, Park S. Transfer learning across ontologies for phenome-genome association prediction. Bioinformatics. 2016; 25:btw649.

    Article  Google Scholar 

  24. Sun Y, Sukumaran P. TRPM7 and its role in neurodegenerative diseases. Channels. 2015; 9(5):253–61.

    Article  PubMed  PubMed Central  Google Scholar 

  25. van Driel MA, Bruggeman J. A text-mining analysis of the human phenome. Eur J Hum Genet. 2006; 14(5):535–42.

    Article  CAS  PubMed  Google Scholar 

  26. Vanunu O, Magger O. Associating Genes and Protein Complexes with Disease via Network Propagation. PLoS Compu Bio. 2010; 6(1):e1000641.

    Article  Google Scholar 

  27. Vilarino-Guell C, Rajput A, Milnerwood AJ. DNAJC13 mutations in Parkinson disease.Hum Mol Genet. 2014; 23(7):1794–801.

    Article  PubMed  Google Scholar 

  28. von Mering C, Krause R. Comparative assessment of large-scale data sets of protein-protein interactions. Nature. 2002; 417(6887):399–403.

    Article  CAS  PubMed  Google Scholar 

  29. Wan C, Law K. Lack of allelic association of dopamine D4 receptor gene polymorphisms with Parkinson’s disease in a Chinese population. Mov Disord Off J Mov Disord Soc. 1999; 14(2):225–9.

    Article  CAS  Google Scholar 

  30. Xuebing W, Jiang R. Network-based global inference of human disease genes. Mol Syst Biol. 2008; 4:189.

    Google Scholar 

  31. Xie M, Hwang T, Kuang R. Prioritizing Disease Genes by Bi-Random Walk. PAKDD 2012: Adv Knowl Discov Data Min. 2012; 7302:292–303.

    Google Scholar 

  32. Yangyang X, Yin W. A Block Coordinate Descent Method for Regularized Multiconvex Optimization with Applications to Nonnegative Tensor Factorization and Completion. SIAM J Imaging Sci. 2013; 6(3):1758–89.

    Article  Google Scholar 

  33. Zheng X, Ding H, Mamitsuka H, Zhu S. Collaborative matrix factorization with multiple similarities for predicting drug-target interactions. In: Proceedings of the 19th ACM SIGKDD international conference on Knowledge discovery and data mining - KDD ’13. New York: ACM Press page: 2013. p. 1025.

    Google Scholar 

  34. Zhou D, Bousquet O. Learning with local and global consistency. NIPS. 2004; 1:595–602.

    Google Scholar 

Download references

Acknowledgements

Not applicable.

Funding

This work is supported by the National Natural Science Foundation of China (No. 61702367, 61300972). The Research Project of Tianjin Municipal Commission of Education (No.2017KJ033).

Availability of data and materials

All data used in this paper is downloaded from open access datasets. A MATLAB software package is available through GitHub at https://github.com/nkiip/IDLP, containing all the source code used to run IDLP.

Author information

Authors and Affiliations

Authors

Contributions

YGZ originally design the model. YGZ worked on the method, experiment, analyses, and writing of the manuscript. JHL, XHL, XF and YXH contributed to the experiment. YW, MQX and YLH contributed to the writing of the manuscript. All authors read and approved the final manuscript.

Corresponding author

Correspondence to MaoQiang Xie.

Ethics declarations

Ethics approval and consent to participate

Not applicable.

Consent for publication

Not applicable.

Competing interests

The authors declare that they have no competing interests.

Publisher’s Note

Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Rights and permissions

Open Access This article is distributed under the terms of the Creative Commons Attribution 4.0 International License (http://creativecommons.org/licenses/by/4.0/), which permits unrestricted use, distribution, and reproduction in any medium, provided you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons license, and indicate if changes were made. The Creative Commons Public Domain Dedication waiver (http://creativecommons.org/publicdomain/zero/1.0/) applies to the data made available in this article, unless otherwise stated.

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Zhang, Y., Liu, J., Liu, X. et al. Prioritizing disease genes with an improved dual label propagation framework. BMC Bioinformatics 19, 47 (2018). https://doi.org/10.1186/s12859-018-2040-6

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/s12859-018-2040-6

Keywords