Skip to main content

Prioritization of candidate disease genes by topological similarity between disease and protein diffusion profiles

Abstract

Background

Identification of gene-phenotype relationships is a fundamental challenge in human health clinic. Based on the observation that genes causing the same or similar phenotypes tend to correlate with each other in the protein-protein interaction network, a lot of network-based approaches were proposed based on different underlying models. A recent comparative study showed that diffusion-based methods achieve the state-of-the-art predictive performance.

Results

In this paper, a new diffusion-based method was proposed to prioritize candidate disease genes. Diffusion profile of a disease was defined as the stationary distribution of candidate genes given a random walk with restart where similarities between phenotypes are incorporated. Then, candidate disease genes are prioritized by comparing their diffusion profiles with that of the disease. Finally, the effectiveness of our method was demonstrated through the leave-one-out cross-validation against control genes from artificial linkage intervals and randomly chosen genes. Comparative study showed that our method achieves improved performance compared to some classical diffusion-based methods. To further illustrate our method, we used our algorithm to predict new causing genes of 16 multifactorial diseases including Prostate cancer and Alzheimer's disease, and the top predictions were in good consistent with literature reports.

Conclusions

Our study indicates that integration of multiple information sources, especially the phenotype similarity profile data, and introduction of global similarity measure between disease and gene diffusion profiles are helpful for prioritizing candidate disease genes.

Availability

Programs and data are available upon request.

Background

Elucidating the relationship between human genetic diseases and their causal genes is an important emerging topic in current systematic biology. Understanding the inherited basis of these interactions could both improve medical care and better understand gene functions, interactions, and pathways. Typically, a disease is associated with a linkage interval of 0.5-10 cM on the chromosome if single nucleotide polymorphisms (SNPs) in this interval are correlated with an increased probability to have the disease [1–3]. Then, these linkage intervals define a set of (up to several hundreds) candidate disease-causing genes [4, 5].

With the rapid accumulation of different kinds of genomic data, a lot of computational methods for prioritizing candidate casual genes of a given phenotype were proposed at the beginning of the 21st century. These methods are largely based on the similarity of characteristics of disease genes, including sequence-based features [6–8], expression patterns [9–11], and functional annotation data [12, 13]. Despite their good performances, these methods suffer from some inherent limitations, e.g., the incomplete and false-positive disease-causal genes data, ambiguous boundary between different diseases, and highly heterogeneous of diseases.

Recently, network-based analysis showed that gene products related to the same disease are prone to physically interact with each other [14–17]. Based on this observation, a number of computational approaches have been proposed to predict associations between genes and diseases. These methods mainly begin with an artificial disease interval and test their ability to identity a real causing gene among a fixed number of nearby control genes. According to their underlying methodology, these methods can be loosely grouped into three categories [18]. The first category is the linkage methods, which assumed that the direct interaction partners of a disease protein are likely to associate with the same disease phenotype. It was found that gene products interacted with a known disease protein were shown to be tenfold enriched in true disease-causing genes [19], so many researchers searched the PPI network for direct or indirect interacting partners of known disease genes to find new possible causing genes [10, 20, 21]. The second category is module-based methods, which are based the observation that gene products belonging to the same topological, functional or disease module have a high likelihood of being involved in the same disease. These methods inspect disease modules by graph partition algorithms and treat their members as potential disease genes [22]. The last category consists of diffusion-based methods [23–26]. In these algorithms, 'random walkers' are released from the protein products of known disease genes, and then diffuse along the PPI network, with a certain probability to return the original nodes. Compared to linkage-based and module-based methods, diffusion-based methods used information encoded in the full network topology as well as the placement of all known disease genes. So a recent comparative research found that diffusion-based methods achieved the best predictive performance on the same data set [27].

In the present paper, we propose a new diffusion-based method to prioritize candidate disease genes. The diffusion profile of a disease was defined as the stationary distribution of all candidate genes in the PPI network under a random walk with restart where similarities between phenotypes are incorporated. Similarly, the diffusion profile of a gene was obtained by smoothing the probability distribution over the whole network when starting a walk from this gene. Then, candidate disease genes are prioritized by comparing their diffusion profiles with that of the disease, measured by the linear correlation coefficient and cosine of the angle between profile vectors. Finally, the effectiveness of our method was demonstrated through the leave-one-out cross-validation against control genes from artificial linkage intervals and randomly chosen genes. Comparisons of our method with two classical diffusion-based methods showed that our method achieves improved performance. To further illustrate our method, we also used our algorithm to predict new causing genes of 16 multifactorial diseases including prostate cancer and Alzheimer's disease, and our top predictions are in good consistent with literature reports.

Methods

Protein-protein interaction data and known disease-gene associations

The protein-protein interaction network (PPI) is modelled as an undirected graph with nodes representing the genes and edges representing the physical or binding interactions between proteins encoded by the genes. In the present paper, PPI network is obtained from release 9 of the Human Protein Reference Database (HPRD) [28]. After removing duplications and self-linked interactions, we obtain 37 064 manually curated interactions between 9515 human genes.

Disease-gene association data are downloaded from the Online Mendelian Inheritance in Man (OMIM) knowledgebase [29]. The dataset contains 2704 diseases and 5316 disease-gene associations after removing the duplications, with an average of 1.97 gene associations for each disease. To facilitate the cross-validation, diseases currently associated with only one causal gene were discarded. Meanwhile, associations not correlated with the 9515 human genes in the PPI network were also excluded. After these steps, a total number of 1238 validate disease-gene associations are left for further consideration.

Phenotype similarities between 5080 disease phenotypes obtained from the literature [30] are incorporated for prioritization of candidate disease genes. These similarities are calculated by text mining of OMIM phenotype records using Medical Subject Headings (MeSH) terms [31]. According to their analysis, similarity values below the threshold 0.3 are not informative, while for similarity values beyond 0.6 the associated genes show significant functional similarity. So in our analysis, similarity values below 0.3 are not considered for the computation of the diffusion profile of a disease (Figure 1).

Figure 1
figure 1

Workflow of the DP_LCC method. i) The phenome-interactome network is constructed by integrating the PPI network, disease-gene associations and currently known phenotype similarity data. ii) Diffusion profiles of diseases and genes are calculated by a random walk over the PPI network with restart where similarities between phenotypes are incorporated. iii) Candidate genes are then prioritized according to their similarities with the disease diffusion profile. The numbers on the edges of phenome network indicate their pairwise similarities.

Random walk with restart and diffusion profile of a protein

Given a PPI network G=<V,E> where V is the set of proteins, E is the set of interactions. The random walk on PPI network is defined as an iterative walker's transition from its current node to any neighbouring node with equal probability starting at a given source node(s). In a statistical point of view, a random walk is a finite Markov chain that is time-reversible.

For example, if a random walk begins with a node g∈V, the initial distribution P 0 of the random walk was formulated as a vector of dimension ||V||, in which the element in position corresponding to v was 1 and 0 otherwise. The rule of the walk can be expressed by the equation

P t + 1 =M⋅ P t t=0,1,2,⋯
(1)

where M is the column-normalized adjacency matrix of the graph. After a certain steps, the probability will reach a steady (or stationary) state. This can be implemented by performing the iteration until the difference between P t + 1 and P t (measured by the L 1 norm) fall below 1 0  - 6 , i.e.,

| P t + 1 - P t |<1 0 - 6
(2)

If the walk has a certain probability γ to return the start node at each step, that is,

P t + 1 = ( 1 - γ ) M⋅ P t +γ P 0 t=0,1,2,⋯
(3)

which is the random walk with restart. The restart probability γ enforces a restriction on how far we want the random walker to get away from the start node V. If γ is close to 1, the stationary probability vector reflects the local structure around the V, and as γ gets close to 0, a more global view is observed. Finally, we define the diffusion profile of a protein g as the stationary distribution P ∞ of the random walk with the initial distribution P 0 .

Random walk with restart (RWR) provides a good relevance between two nodes in a graph, and it has been successfully used in numerous settings, like automatic captioning of images, generalizations to the "connection subgraphs", personalized PageRank, and so on [32]. The main advantage of the random walk method is that its computational complexity is relatively low and applicable to handle large PPI networks. Moreover, the method can be used to compute the proximity of a node to a set of source nodes (not just a single source node). This property is especially beneficial when a core set of members of a phenotype is known and the network is queried for candidate members.

Diffusion profile of a disease by incorporating OMIM Phenotype similarity and prioritizing function

Similarly, in order to compute the diffusion profile of a disease, we should first get the initial distribution of a disease. Here, the initial probability vector D 0 of a disease d was constructed such that equal probability was assigned to each node representing the causing gene of the disease, with the sum of the probabilities equals 1. Then

D t + 1 = ( 1 - γ ) M⋅ D t +γ D 0 t=0,1,2,⋯
(4)

In this way, proteins that interact with several disease proteins will gain a high probabilistic weight, as well as those that may not directly interact with any disease proteins but are in close network proximity to them.

It was found by researchers that similar phenotypes are caused by functionally related genes. Based on this observation, for a disease d, we used initial distributions of phenotypes which have similarity exceeds a threshold with d to optimize its initial distribution. We assume that the contribution of a given disease d i is proportional to the initial distribution of d. So the weighted initial distribution of the disease d is formulated as

D ̃ 0 = D 0 + λ ⋅ ∑ i = 1 5080 δ ( d , d i ) ⋅ S i m ( d , d i ) ⋅ D 0 i
(5)

where δ ( d , d i ) = 1 S i m ( d , d i ) ≥ 0 . 3 0 otherwise , D 0 i is the initial distribution of disease d i .

Then

D ̃ t + 1 = ( 1 - γ ) M⋅ D ̃ t +γ D ̃ 0 t=0,1,2,⋯
(6)

We called the stationary distribution D ̃ ∞ of the random walk diffusion profile of the disease d.

Finally, for a given disease and a set of genes in the PPI network, the prioritizing function can be defined by the Linear Correlation Coefficient (LCC, Figure 1) or Cosine angle of their corresponding diffusion profiles. Explicitly,

D L C C ( d , g ) = L C C ( D ̃ ∞ , P ∞ ) = ∑ i = 1 n ( D ̃ ∞ ( i ) - D ̃ ∞ ¯ ) ( P ∞ ( i ) - P ∞ ¯ ) ∑ i = 1 n ( D ̃ ∞ ( i ) - D ̃ ∞ ¯ ) 2 ∑ i = 1 n ( P ∞ ( i ) - P ∞ ¯ ) 2
(7)
D C O S ( d , g ) = C o s ( D ̃ ∞ , P ∞ ) = ∑ i = 1 n D ̃ ∞ ( i ) ⋅ P ∞ ( i ) ∑ i = 1 n D ̃ ∞ 2 ( i ) ∑ i = 1 n P ∞ 2 ( i )
(8)

If a gene has very similar stationary distribution profile with a disease, it may have strong evidence to be the causing gene of the disease. Following this observation, given a disease d, its candidate genes were ranked according to the LCC and COS values between their stationary distributions. We referred the two proposed candidate gene prioritization algorithms as DP_LCC and DP_COS respectively, where 'DP' is the abbreviation of 'diffusion profile'.

Cross-validation and evaluation criteria

We used two leave-one-out cross-validation methods to validate our algorithm. First is the artificial linkage interval approach, which assumes the singled out interaction is unknown and prioritizes the gene against a set of control genes in the genome. Here the control set consists of the nearest 99 genes around real disease causing genes according to the UCSC refGene table. Actually, there may be few undiscovered disease causing genes in the control set. Second, we used validation against random genes, i.e., in each run, a known disease-gene association is singled out as the test sample against a set of 99 control genes that are selected at random from all genes in the interactome. So, a total of 100 genes (including the real disease-causing gene) are served as test data, and performance of our method is validated by capability to recover the real causing gene from the rest 99 control genes.

We used two measures to evaluate the performance of the proposed method. For each cross-validation run, we calculated the proportion of disease genes that obtain the top prioritization score against the corresponding 99 control genes, and called this measure precision (PRE). Also, given a threshold of rank ratio, we calculated the sensitivity (also called the true positive rate) as the fraction of disease genes ranked above this threshold and the specificity (also called the true negative rate) as the fraction of control genes ranked below the threshold. Varying the threshold of rank ratio from 0 to 1 with the scale 0.01, we are able to draw a receiver operating characteristic (ROC) curve and further calculate the area under this curve (AUC). Clearly, a larger PRE/AUC values indicate a better prediction performance of a prioritization method.

Results and Discussion

Effects of parameters

There are two free parameters in our model, the restart probability γ in the random walk algorithm and the weight parameter λ in computing the initial probability of a disease. We tested our algorithm on different values of γ (from 0 to 1 with the step 0.05) and λ (from 0 to 1 with the step 0.1) and found that the best performance are got at the weight parameterλ=0.5, while the restart parameter γ only has slight effect on the results (Table 1). In detail, for both DP_LCC and DP_COS, the highest PREs are got at γ=0.25 and λ=0.5, and the largest AUC for DP_LCC is got at γ=0.7 and λ=0.5, while for DP_COS the values are γ=0.5 and λ=0.5, respectively. But in general, PREs and AUCs did not change significantly at different values of γ, which is in accordance with the observation of Kohler, et al. (2008).

Table 1 Prediction accuracies of DP_LCC and DP_COS at γ = 0.25

We tested our algorithm (DP_LCC) by two leave-one-out cross-validation methods, i.e., artificial linkage interval approach (ALI) and random genes approach (Rand). Results are shown in Figure 2 and suggest a similar performance of DP_LCC by ALI and Rand validations. The only slight difference lies at low values of false positive rates between 0 and 0.1, with a slight superiority of Rand. But when false positive rate increases from 0.1 to 1, two ROC curves are nearly coincident, with AUCs 0.7710 (Rand) and 0.7634 (ALI) respectively. The similar performance of our algorithm by two cross-validation approaches demonstrates that: (i) the control genes by random chosen and from artificial linkage interval are unbiased; (ii) our algorithm is robust to the selection of control set.

Figure 2
figure 2

ROC curves of DP_LCC by different leave-one-out cross-validation methods. ALI: artificial linkage interval approach; Rand: random genes approach.

The parameter λ controls the contribution of other related phenotypes to the initial distribution of a phenotype. Large λ introduce more global dependence of ranking between different correlated phenotypes. When λ=0, the proposed method could be very similar to the RWR algorithm. To investigate the effect of this parameter, we set various values of λ ranging from 0.1 to 0.9, the performance of our algorithm measured by two evaluation criteria are shown in Table 1. The performances of our algorithm evaluated by two criteria, i.e., LCC and COS, have no significant difference at different values of λ. The performance is improved when λ ranges from 0.1 to 0.5, and decreased when λ is larger than 0.6, especially at 1.0. Therefore, we suggest the λ value of 0.4 or 0.5.

Comparison with other diffusion-based methods

To illustrate the utility of the present method, we compared the performances of DP_LCC and DP_COS with two diffusion-based methods, i.e, the RWR and PRINCE on the same gene-phenotype network. Both methods used random walk with restart algorithm to prioritize disease-candidate genes, and achieved relatively better performance compared to linkage-based methods and graph partitioning-based methods [27]. The only difference between RWR and PRINCE is the construction of initial distribution of a disease, where the initial probability vector of RWR was constructed such that equal probability was assigned to each causing gene of a disease, and in PRINCE, the prior information vector was initialized by incorporating disease similarity information by using a logistic function. In our implement, two free parameters c and d in logistic function are set to -15 and log(9999) respectively, which are in accordance with PRINCE.

We use leave-one-out cross-validation to evaluate the performance of different diffusion-based methods in recovering the gene-phenotype relationship. In each round, a gene-phenotype link was removed, and the rest causal genes and associating phenotypes were used as training set to recover this link. We evaluated the performance of an algorithm in terms of precision (PRE) and the area under ROC curve (AUC) at different values of the rank ratio. The results are shown in Table 2 and Figure 2. As is shown, the proposed method is superior to RWR and PRINCE at nearly all parameter settings in terms of both PRE and AUC. For all these three algorithms, the highest precisions, i.e, 384, 459 and 423 for RWR, PRINCE and our method, respectively, are obtained at γ=0.25. At parameter set λ=0.5, our methods (DP_LCC and DP_COS) successfully ranked 422 and 423 known disease genes as top 1 out of the total 1238 disease-gene interactions. In contrast, only 384 and 359 disease genes were ranked at the top by RWR and PRINCE. While for AUC, the tendency was a little different. AUCs of the RWR algorithm drops with the increase of γ, and the highest value 0.7549 was achieved at γ=0.1. Similar phenomenon was observed for PRINCE. It is worth mentioning that this phenomenon is slightly different from the result of Kohler [23], who found that the best performance was achieved at γ=0.75. However, the PRINCE algorithm, which also took into consideration the phenotype similarity data, did not achieve high predictive accuracies especially when γ is larger. This phenomenon may be attributed to the setting of parameters c and d, which are tuned using cross validation over a totally different dataset, are not quite suitable for the current dataset. We believed that after a careful optimization of the parameters, the PRINCE would achieve a better accuracy than RWR due to the incorporation of phenotype similarities.

Table 2 Performances of different algorithms at different values of γ

The ROC curves for these three methods at γ=0.7 are shown in Figure 3. We used the receiver operating characteristic (ROC) curve to compare our method with two diffusion-based methods, which plots the sensitivity versus 1-specificity subject to the threshold separating the prediction classes [9]. Sensitivity refers to the percentage of disease genes that were ranked above a particular threshold. Specificity refers to the percentage of non-disease genes ranked below this threshold. As shown in Figure 3, the curve of our algorithm is above those of RWR and PRINCE, which suggest that our algorithm obtained both higher sensitivity and higher specificity. The AUC value of our algorithm is 0.7698, which is much higher than RWR (0.7465) and PRINCE (0.6017).

Figure 3
figure 3

Comparison of the proposed method with two diffusion-based methods.

Another popular method for evaluating the performance of a prioritization method is to consider the precision-recall curve [24, 33, 34]. Given the association scores calculated for candidate genes, we define positive calls as all genes whose association scores are higher than a certain threshold and define the precision as the proportion of disease genes among the positive calls. And the recall, also called the true positive rate, is defined as the proportion of positively called disease genes among all disease genes. By varying the threshold value, we can compute a series of precision and recall values and obtain a precision-recall (PR) curve. The PR-curves for RWR, PRINCE and our method are shown as Figure 4. As is shown, the curve of our method also lies above those of RWR and PRINCE, which suggests that the performance of our method is superior to the other diffusion-based methods. The superior performance of our model may be attributed to the incorporation of OMIM Phenotype similarities, as well as the global similarity measures between diffusion profiles of diseases and candidate causing genes.

Figure 4
figure 4

Precision-recall curves of three diffusion-based methods.

Predict novel causing genes of Prostate cancer and Alzheimer's disease

After validating our method, we proceeded to execute our algorithm to predict new causing genes of 16 multifactorial diseases that are linked to multiple genomic regions (Table 3). According to the MIM record, all these 16 diseases are associated with more than 10 known valid causing genes locating at different genomic regions. We used our algorithm to predict new causing genes for these 16 diseases, where known causing genes are served as training data and the rest genes in the PPI network are served as candidate disease genes. The top-10 predictions for each disease are shown in Table 3. We selected Alzheimer's disease (MIM: 104300), Prostate cancer (MIM: 176807), Diabetes Mellitus, type 2 (MIM: 125853) as three case studies.

Table 3 Top 10 predicted causal genes of 16 multifactoral diseases predicted by DP-LCC

Alzheimer's disease (AD) is the most common cause of dementia in the elderly. It is characterized clinically by progressive memory loss that leads eventually to dementia. As is shown in Table 3, the third prediction for AD is TREM2 (Triggering Receptor Expressed on Myeloid cells), which is a member of the innate immune receptor TREM family [35, 36]. It is expressed on the cell surface of the monocyte-macrophage lineage including monocyte derived dendritic cells, osteoclasts and microglia in the Central Nervous System (CNS) [37, 38]. Recent researches showed that TREM2 deficiency originates a genetic syndrome characterized by bone cysts and presenile dementia [39]. Another prediction, MAPT, was also a suspicious driver gene for AD [40–43]. Genetic variability at the MAPT locus was shown to be associated with increased risk for the sporadic tauopathies, PSP [44] and corticobasal degeneration [45]. The fifth prediction is PSEN1, which is also a driver gene of AD in the literature. It was reported that mutations in the human presenilin genes (PSEN1 and PSEN2) are associated with early onset familial Alzheimer disease [46].

Diabetes is a chronic condition associated with abnormally high levels of sugar (glucose) in the blood. The disease can be classified into three different categories: the type I, type II and the gestational diabetes. The top 3 predictions of our algorithm for Diabetes mellitus are ABCG8, ABCG5 and PPP1R3A, respectively. The first two genes, i.e., ABCG5 and ABCE8, are ATP-binding cassette transporters that are located in a head-to-head orientation on chromosome 2. The proteins are expressed in the liver, intestine [47, 48], and gallbladder epithelial cells [47]. Polymorphisms in ABCG5/ABCG8 genes might contribute to the genetic variation in plasma lipid levels and in cholesterol saturation of the bile [49]. Down-regulation of hepatic and intestinal Abcg5 and Abcg8 expression associated with altered sterol fluxes in rats with streptozotocin-induced diabetes [50]. In addition, defects in Rp1 and PPP1R3A are also causes of susceptibility to diabetes mellitus of type I and II, respectively [51].

Prostate cancer is the most common malignancy in men and the second leading cause of male cancer-related deaths in the Western world. According to the OMIM record, prostate cancer has 25 validate causing genes. Based on these 25 known genes and causing genes of textual related phenotypes, we predicted novel causing genes of prostate cancer using our method (DP_LCC). As is shown in Table 3, the top 3 predictions for prostate cancer are TP53, RET and DHCR24, where TP53 is an important suppressor involved in several types of cancer [52, 53]. According to the IARC TP53 Mutation Database [54], inactivating TP53 mutations are detected at frequencies in the range of 10-20% in primary prostate cancer [55]. TP53 was also predicted as the tops by PRINCE. Our second prediction for prostate cancer is RET, which was also found to be overexpressed in high-grade (histopathologically advanced) prostatic intraepithelial neoplasia (PIN) and prostate cancer [56]. So RET was supposed to play a role in the growth of both benign and neoplastic prostate epithelial cells. Another two predicted causing genes, DHCR24 and STK11, were also consistent with the literature. Specifically, DHCR24 is one of androgen receptor-regulated genes implicated in prostate carcinogenesis [57], and STK11 was reported to be inactivated in prostate cancer, through mutation analysis of 24 known cancer genes in the NCI-60 cell line set [58].

Conclusion

In this paper, a diffusion-based method incorporating pairwise similarities of phenotypes was proposed to prioritize candidate disease genes. The novelty of our method lies in the incorporation of disease phenotypes (OMIM phenotype data) from the literature to the initial state of the RWR, and the usage of global similarity between diffusion profiles of disease and genes. Diffusion profiles of diseases and genes are obtained by walking over the protein-protein interaction network under a given initial distribution, where the initial distribution of a disease was weighted by OMIM Phenotype similarities exceeding a threshold. Then the linear correlation coefficient and cosine of the angle between profiles of a disease and given genes were computed to rank the priorities with the disease. Leave-one-out cross-validation on a benchmark dataset showed that our method achieved a higher precision (measured by PRE and AUC) than existing diffusion-based methods. This result suggests that the proposed algorithm effectively captures the interplay between gene network and phenotype network. We finally predicted causing genes of 16 multifactorial diseases including Prostate cancer and Alzheimer's disease using our algorithm and found that parts of our predictions are in good accordance with current experimental reports.

The superior performance of our method was attributed to the following aspects. First, integration of multiple information sources, especially the phenotype similarity profile data. Second, global similarity measures (linear correlation coefficient and cosine function of the angle) between diffusion profiles of diseases and genes are introduced to prioritize candidate disease genes. In contrast to previous methods that prioritize candidate disease genes through comparing their corresponding components in the diffusion profile of a disease, our global-based method could take into consideration the distribution values of other genes in the PPI network,

Consequently, in the future work, we can integrate some other genomic information to further improve our method, such as gene expression data, functional annotations, pathway membership and so on. Moreover, many researchers pointed out that some diseases might be attributed to a certain protein complexes composed by multiple proteins or a certain pathways. So furthermore attention should be paid on elucidating associations between diseases and protein complexes or pathways.

References

  1. Birnbaum S, Ludwig KU, Reutter H, Herms S, Steffens M, Rubini M, Baluardo C, Ferrian M, Almeida de Assis N, Alblas MA: Key susceptibility locus for nonsyndromic cleft lip with or without cleft palate on chromosome 8q24. Nat Genet. 2009, 41 (4): 473-477. 10.1038/ng.333.

    Article  CAS  PubMed  Google Scholar 

  2. Kathiresan S, Voight BF, Purcell S, Musunuru K, Ardissino D, Mannucci PM, Anand S, Engert JC, Samani NJ, Schunkert H: Genome-wide association of early-onset myocardial infarction with single nucleotide polymorphisms and copy number variants. Nat Genet. 2009, 41 (3): 334-341. 10.1038/ng.327.

    Article  CAS  PubMed  Google Scholar 

  3. Liao B, Li X, Zhu W, Li R, Wang S: Multiple ant colony algorithm method for selecting tag SNPs. J Biomed Inform. 2012

    Google Scholar 

  4. Anne W, van Rensburg H, Adams J, Ector H, Van de Werf F, Heidbuchel H: Ablation of post-surgical intra-atrial reentrant tachycardia. Predilection target sites and mapping approach. Eur Heart J. 2002, 23 (20): 1609-1616. 10.1053/euhj.2002.3168.

    Article  CAS  PubMed  Google Scholar 

  5. Botstein D, Risch N: Discovering genotypes underlying human phenotypes: past successes for mendelian disease, future approaches for complex disease. Nat Genet. 2003, 228-237. 33 Suppl

  6. Adie EA, Adams RR, Evans KL, Porteous DJ, Pickard BS: SUSPECTS: enabling fast and effective prioritization of positional candidates. Bioinformatics. 2006, 22 (6): 773-774. 10.1093/bioinformatics/btk031.

    Article  CAS  PubMed  Google Scholar 

  7. Lopez-Bigas N, Ouzounis CA: Genome-wide identification of genes likely to be involved in human genetic disease. Nucleic Acids Res. 2004, 32 (10): 3108-3114. 10.1093/nar/gkh605.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  8. Turner FS, Clutterbuck DR, Semple CAM: POCUS: mining genomic sequence annotation to predict disease genes. Genome Biol. 2003, 4 (11):

  9. Aerts S, Lambrechts D, Maity S, Van Loo P, Coessens B, De Smet F, Tranchevent LC, De Moor B, Marynen P, Hassan B: Gene prioritization through genomic data fusion. Nature Biotechnology. 2006, 24 (5): 537-544. 10.1038/nbt1203.

    Article  CAS  PubMed  Google Scholar 

  10. Franke L, van Bakel H, Fokkens L, de Jong ED, Egmont-Petersen M, Wijmenga C: Reconstruction of a functional human gene network, with an application for prioritizing positional candidate genes. Am J Hum Genet. 2006, 78 (6): 1011-1025. 10.1086/504300.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  11. van Driel MA, Cuelenaere K, Kemmeren PP, Leunissen JA, Brunner HG, Vriend G: GeneSeeker: extraction and integration of human disease-related information from web-based genetic databases. Nucleic Acids Res. 2005, 33 (Web Server): W758-761. 10.1093/nar/gki435.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  12. Freudenberg J, Propping P: A similarity-based method for genome-wide prediction of disease-relevant human genes. Bioinformatics. 2002, 18 (Suppl 2): S110-115. 10.1093/bioinformatics/18.suppl_2.S110.

    Article  PubMed  Google Scholar 

  13. Perez-Iratxeta C, Bork P, Andrade MA: Association of genes to genetically inherited diseases using data mining. Nat Genet. 2002, 31 (3): 316-319.

    CAS  PubMed  Google Scholar 

  14. Goh KI, Cusick ME, Valle D, Childs B, Vidal M, Barabasi AL: The human disease network. P Natl Acad Sci USA. 2007, 104 (21): 8685-8690. 10.1073/pnas.0701361104.

    Article  CAS  Google Scholar 

  15. Ideker T, Sharan R: Protein networks in disease. Genome Res. 2008, 18 (4): 644-652. 10.1101/gr.071852.107.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  16. Oti M, Brunner HG: The modular nature of genetic diseases. Clin Genet. 2007, 71 (1): 1-11.

    Article  CAS  PubMed  Google Scholar 

  17. Wu X, Jiang R, Zhang MQ, Li S: Network-based global inference of human disease genes. Mol Syst Biol. 2008, 4: 189-

    Article  PubMed Central  PubMed  Google Scholar 

  18. Barabasi AL, Gulbahce N, Loscalzo J: Network medicine: a network-based approach to human disease. Nat Rev Genet. 2011, 12 (1): 56-68. 10.1038/nrg2918.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  19. Oti M, Snel B, Huynen MA, Brunner HG: Predicting disease genes using protein-protein interactions. J Med Genet. 2006, 43 (8): 691-698. 10.1136/jmg.2006.041376.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  20. Krauthammer M, Kaufmann CA, Gilliam TC, Rzhetsky A: Molecular triangulation: bridging linkage and molecular-network information for identifying candidate genes in Alzheimer's disease. Proc Natl Acad Sci USA. 2004, 101 (42): 15148-15153. 10.1073/pnas.0404315101.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  21. Iossifov I, Zheng T, Baron M, Gilliam TC, Rzhetsky A: Genetic-linkage mapping of complex hereditary disorders to a whole-genome molecular-interaction network. Genome Res. 2008, 18 (7): 1150-1162. 10.1101/gr.075622.107.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  22. Navlakha S, Schatz MC, Kingsford C: Revealing biological modules via graph summarization. J Comput Biol. 2009, 16 (2): 253-264. 10.1089/cmb.2008.11TT.

    Article  CAS  PubMed  Google Scholar 

  23. Kohler S, Bauer S, Horn D, Robinson PN: Walking the interactome for prioritization of candidate disease genes. Am J Hum Genet. 2008, 82 (4): 949-958. 10.1016/j.ajhg.2008.02.013.

    Article  PubMed Central  PubMed  Google Scholar 

  24. Vanunu O, Magger O, Ruppin E, Shlomi T, Sharan R: Associating genes and protein complexes with disease via network propagation. PLoS Comput Biol. 2010, 6 (1): e1000641-10.1371/journal.pcbi.1000641.

    Article  PubMed Central  PubMed  Google Scholar 

  25. Li Y, Patra JC: Genome-wide inferring gene-phenotype relationship by walking on the heterogeneous network. Bioinformatics. 2010, 26 (9): 1219-1224. 10.1093/bioinformatics/btq108.

    Article  CAS  PubMed  Google Scholar 

  26. Hwang T, Zhang W, Xie M, Liu J, Kuang R: Inferring disease and gene set associations with rank coherence in networks. Bioinformatics. 2011, 27 (19): 2692-2699. 10.1093/bioinformatics/btr463.

    Article  CAS  PubMed  Google Scholar 

  27. Navlakha S, Kingsford C: The power of protein interaction networks for associating genes with diseases. Bioinformatics. 2010, 26 (8): 1057-1063. 10.1093/bioinformatics/btq076.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  28. Peri S, Navarro JD, Kristiansen TZ, Amanchy R, Surendranath V, Muthusamy B, Gandhi TK, Chandrika KN, Deshpande N, Suresh S: Human protein reference database as a discovery resource for proteomics. Nucleic Acids Res. 2004, 32 (Database): D497-501.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  29. Hamosh A, Scott AF, Amberger JS, Bocchini CA, McKusick VA: Online Mendelian Inheritance in Man (OMIM), a knowledgebase of human genes and genetic disorders. Nucleic Acids Res. 2005, 33 (Database): D514-517.

    PubMed Central  CAS  PubMed  Google Scholar 

  30. van Driel MA, Bruggeman J, Vriend G, Brunner HG, Leunissen JA: A text-mining analysis of the human phenome. Eur J Hum Genet. 2006, 14 (5): 535-542. 10.1038/sj.ejhg.5201585.

    Article  CAS  PubMed  Google Scholar 

  31. Lowe HJ, Barnett GO: Understanding and using the medical subject headings (MeSH) vocabulary to perform literature searches. JAMA. 1994, 271 (14): 1103-1108. 10.1001/jama.1994.03510380059038.

    Article  CAS  PubMed  Google Scholar 

  32. Tong HH, Faloutsos C, Pan JY: Random walk with restart: fast solutions and applications. Knowl Inf Syst. 2008, 14 (3): 327-346. 10.1007/s10115-007-0094-2.

    Article  Google Scholar 

  33. Chen Y, Jiang T, Jiang R: Uncover disease genes by maximizing information flow in the phenome-interactome network. Bioinformatics. 2011, 27 (13): i167-176. 10.1093/bioinformatics/btr213.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  34. Wu XB, Jiang R, Zhang MQ, Li S: Network-based global inference of human disease genes. Mol Syst Biol. 2008, 4:

    Google Scholar 

  35. Bouchon A, Facchetti F, Weigand MA, Colonna M: TREM-1 amplifies inflammation and is a crucial mediator of septic shock. Nature. 2001, 410 (6832): 1103-1107. 10.1038/35074114.

    Article  CAS  PubMed  Google Scholar 

  36. Daws MR, Lanier LL, Seaman WE, Ryan JC: Cloning and characterization of a novel mouse myeloid DAP12-associated receptor family. Eur J Immunol. 2001, 31 (3): 783-791. 10.1002/1521-4141(200103)31:3<783::AID-IMMU783>3.0.CO;2-U.

    Article  CAS  PubMed  Google Scholar 

  37. Colonna M: TREMs in the immune system and beyond. Nat Rev Immunol. 2003, 3 (6): 445-453. 10.1038/nri1106.

    Article  CAS  PubMed  Google Scholar 

  38. Schmid CD, Sautkulis LN, Danielson PE, Cooper J, Hasel KW, Hilbush BS, Sutcliffe JG, Carson MJ: Heterogeneous expression of the triggering receptor expressed on myeloid cells-2 on adult murine microglia. J Neurochem. 2002, 83 (6): 1309-1320. 10.1046/j.1471-4159.2002.01243.x.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  39. Fenoglio C, Galimberti D, Piccio L, Scalabrini D, Panina P, Buonsanti C, Venturelli E, Lovati C, Forloni G, Mariani C: Absence of TREM2 polymorphisms in patients with Alzheimer's disease and Frontotemporal Lobar Degeneration. Neurosci Lett. 2007, 411 (2): 133-137. 10.1016/j.neulet.2006.10.029.

    Article  CAS  PubMed  Google Scholar 

  40. Lilius L, Froelich Fabre S, Basun H, Forsell C, Axelman K, Mattila K, Andreadis A, Viitanen M, Winblad B, Fratiglioni L: Tau gene polymorphisms and apolipoprotein E epsilon4 may interact to increase risk for Alzheimer's disease. Neurosci Lett. 1999, 277 (1): 29-32. 10.1016/S0304-3940(99)00833-2.

    Article  CAS  PubMed  Google Scholar 

  41. Bullido MJ, Aldudo J, Frank A, Coria F, Avila J, Valdivieso F: A polymorphism in the tau gene associated with risk for Alzheimer's disease. Neurosci Lett. 2000, 278 (12): 49-52.

    Article  CAS  PubMed  Google Scholar 

  42. Roks G, Dermaut B, Heutink P, Julliams A, Backhovens H, Van de Broeck M, Serneels S, Hofman A, Van Broeckhoven C, van Duijn CM: Mutation screening of the tau gene in patients with early-onset Alzheimer's disease. Neurosci Lett. 1999, 277 (2): 137-139. 10.1016/S0304-3940(99)00861-7.

    Article  CAS  PubMed  Google Scholar 

  43. Russ C, Powell JF, Zhao J, Baker M, Hutton M, Crawford F, Mullan M, Roks G, Cruts M, Lovestone S: The microtubule associated protein Tau gene and Alzheimer's disease--an association study and meta-analysis. Neurosci Lett. 2001, 314 (12): 92-96.

    Article  CAS  PubMed  Google Scholar 

  44. Baker M, Litvan I, Houlden H, Adamson J, Dickson D, Perez-Tur J, Hardy J, Lynch T, Bigio E, Hutton M: Association of an extended haplotype in the tau gene with progressive supranuclear palsy. Hum Mol Genet. 1999, 8 (4): 711-715. 10.1093/hmg/8.4.711.

    Article  CAS  PubMed  Google Scholar 

  45. Houlden H, Baker M, Morris HR, MacDonald N, Pickering-Brown S, Adamson J, Lees AJ, Rossor MN, Quinn NP, Kertesz A: Corticobasal degeneration and progressive supranuclear palsy share a common tau haplotype. Neurology. 2001, 56 (12): 1702-1706. 10.1212/WNL.56.12.1702.

    Article  CAS  PubMed  Google Scholar 

  46. Rogaev EI, Sherrington R, Wu C, Levesque G, Liang Y, Rogaeva EA, Ikeda M, Holman K, Lin C, Lukiw WJ: Analysis of the 5' sequence, genomic structure, and alternative splicing of the presenilin-1 gene (PSEN1) associated with early onset Alzheimer disease. Genomics. 1997, 40 (3): 415-424. 10.1006/geno.1996.4523.

    Article  CAS  PubMed  Google Scholar 

  47. Tauscher A, Kuver R: ABCG5 and ABCG8 are expressed in gallbladder epithelial cells. Biochem Biophys Res Commun. 2003, 307 (4): 1021-1028. 10.1016/S0006-291X(03)01296-8.

    Article  CAS  PubMed  Google Scholar 

  48. Klett EL, Lee MH, Adams DB, Chavin KD, Patel SB: Localization of ABCG5 and ABCG8 proteins in human liver, gall bladder and intestine. BMC Gastroenterol. 2004, 4: 21-10.1186/1471-230X-4-21.

    Article  PubMed Central  PubMed  Google Scholar 

  49. Acalovschi M, Ciocan A, Mostean O, Tirziu S, Chiorean E, Keppeler H, Schirin-Sokhan R, Lammert F: Are plasma lipid levels related to ABCG5/ABCG8 polymorphisms? A preliminary study in siblings with gallstones. Eur J Intern Med. 2006, 17 (7): 490-494. 10.1016/j.ejim.2006.04.012.

    Article  CAS  PubMed  Google Scholar 

  50. Bloks VW, Bakker-Van Waarde WM, Verkade HJ, Kema IP, Wolters H, Vink E, Groen AK, Kuipers F: Down-regulation of hepatic and intestinal Abcg5 and Abcg8 expression associated with altered sterol fluxes in rats with streptozotocin-induced diabetes. Diabetologia. 2004, 47 (1): 104-112. 10.1007/s00125-003-1261-y.

    Article  CAS  PubMed  Google Scholar 

  51. Maier LM, Chapman J, Howson JM, Clayton DG, Pask R, Strachan DP, McArdle WL, Twells RC, Todd JA: No evidence of association or interaction between the IL4RA, IL4, and IL13 genes in type 1 diabetes. Am J Hum Genet. 2005, 76 (3): 517-521. 10.1086/428387.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  52. Soussi T, Beroud C: Assessing TP53 status in human tumours to evaluate clinical outcome. Nat Rev Cancer. 2001, 1 (3): 233-240.

    Article  CAS  PubMed  Google Scholar 

  53. Caron de Fromentel C, Soussi T: TP53 tumor suppressor gene: a model for investigating human mutagenesis. Genes Chromosomes Cancer. 1992, 4 (1): 1-15. 10.1002/gcc.2870040102.

    Article  CAS  PubMed  Google Scholar 

  54. Hernandez-Boussard T, Rodriguez-Tome P, Montesano R, Hainaut P: IARC p53 mutation database: a relational database to compile and analyze p53 mutations in human tumors and cell lines. International Agency for Research on Cancer. Hum Mutat. 1999, 14 (1): 1-8. 10.1002/(SICI)1098-1004(1999)14:1<1::AID-HUMU1>3.0.CO;2-H.

    Article  CAS  PubMed  Google Scholar 

  55. Muhlbauer KR, Grone HJ, Ernst T, Grone E, Tschada R, Hergenhahn M, Hollstein M: Analysis of human prostate cancers and cell lines for mutations in the TP53 and KLF6 tumour suppressor genes. Br J Cancer. 2003, 89 (4): 687-690. 10.1038/sj.bjc.6601164.

    Article  PubMed Central  PubMed  Google Scholar 

  56. Dawson DM, Lawrence EG, MacLennan GT, Amini SB, Kung HJ, Robinson D, Resnick MI, Kursh ED, Pretlow TP, Pretlow TG: Altered expression of RET proto-oncogene product in prostatic intraepithelial neoplasia and prostate cancer. J Natl Cancer Inst. 1998, 90 (7): 519-523. 10.1093/jnci/90.7.519.

    Article  CAS  PubMed  Google Scholar 

  57. Dong Y, Zhang H, Gao AC, Marshall JR, Ip C: Androgen receptor signaling intensity is a key factor in determining the sensitivity of prostate cancer cells to selenium inhibition of growth and cancer-specific biomarkers. Mol Cancer Ther. 2005, 4 (7): 1047-1055. 10.1158/1535-7163.MCT-05-0124.

    Article  CAS  PubMed  Google Scholar 

  58. Ikediobi ON, Davies H, Bignell G, Edkins S, Stevens C, O'Meara S, Santarius T, Avis T, Barthorpe S, Brackenbury L: Mutation analysis of 24 known cancer genes in the NCI-60 cell line set. Mol Cancer Ther. 2006, 5 (11): 2606-2612. 10.1158/1535-7163.MCT-06-0433.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

Download references

Acknowledgements

This work was partially supported by the National Natural Science Foundation of China (No. 11171224 and 31100953), Shanghai Leading Academic Discipline Project (No. S30405) and Innovation Program of Shanghai Municipal Education Commission (No. 12YZ088) and the Program of Shanghai Normal University (DZL121).

This article has been published as part of BMC Bioinformatics Volume 14 Supplement 5, 2013: Proceedings of the Third Annual RECOMB Satellite Workshop on Massively Parallel Sequencing (RECOMB-seq 2013). The full contents of the supplement are available online at http://www.biomedcentral.com/bmcbioinformatics/supplements/14/S5.

Declarations

The National Natural Science Foundation of China (No. 11171224 and 31100953) provided the funding for publication of this article.

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Xiaoqi Zheng.

Additional information

Competing interests

The authors declare that they have no competing interests.

Authors' contributions

JZ conceived of the algorithm and drafted the manuscript. YFQ participated in the algorithm design and the analysis of the data. TGL carried out the programming. XQZ and JW were responsible for the overall design and coordination and helped to revise the manuscript. All authors read and approved the final manuscript.

Rights and permissions

Open Access This article is published under license to BioMed Central Ltd. This is an Open Access article is distributed under the terms of the Creative Commons Attribution License ( https://creativecommons.org/licenses/by/2.0 ), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.

Reprints and permissions

About this article

Cite this article

Zhu, J., Qin, Y., Liu, T. et al. Prioritization of candidate disease genes by topological similarity between disease and protein diffusion profiles. BMC Bioinformatics 14 (Suppl 5), S5 (2013). https://doi.org/10.1186/1471-2105-14-S5-S5

Download citation

  • Published:

  • DOI: https://doi.org/10.1186/1471-2105-14-S5-S5

Keywords