Skip to main content
  • Research article
  • Open access
  • Published:

QPath: a method for querying pathways in a protein-protein interaction network

Abstract

Background

Sequence comparison is one of the most prominent tools in biological research, and is instrumental in studying gene function and evolution. The rapid development of high-throughput technologies for measuring protein interactions calls for extending this fundamental operation to the level of pathways in protein networks.

Results

We present a comprehensive framework for protein network searches using pathway queries. Given a linear query pathway and a network of interest, our algorithm, QPath, efficiently searches the network for homologous pathways, allowing both insertions and deletions of proteins in the identified pathways. Matched pathways are automatically scored according to their variation from the query pathway in terms of the protein insertions and deletions they employ, the sequence similarity of their constituent proteins to the query proteins, and the reliability of their constituent interactions. We applied QPath to systematically infer protein pathways in fly using an extensive collection of 271 putative pathways from yeast. QPath identified 69 conserved pathways whose members were both functionally enriched and coherently expressed. The resulting pathways tended to preserve the function of the original query pathways, allowing us to derive a first annotated map of conserved protein pathways in fly.

Conclusion

Pathway homology searches using QPath provide a powerful approach for identifying biologically significant pathways and inferring their function. The growing amounts of protein interactions in public databases underscore the importance of our network querying framework for mining protein network data.

Background

Sequence homology searches have been the workhorse of bioinformatics for the past 30 years, providing the means to study the function and evolution of genes and proteins. Recent technological advances in large-scale measurements of protein-protein interactions (PPIs) such as yeast two-hybrid screens [1, 2] and protein co-immunoprecipitation assays [3–5] have allowed us to shift our perspective from single genes and proteins to more complex functional units, such as protein pathways and complexes. Studying the function and evolution of protein modules underscores the importance of extending homology search tools from the single gene level to the network level.

In contrast to the vast research on gene and protein homology detection, there are only a few studies on homology detection at the network level, including studies on PPI networks [6–8], metabolic networks [9–12], and gene expression networks [13–16]. Most of these studies have focused on the identification of network regions that are conserved across several species. Initial attempts at the problem of query searches, i.e. searching for instances of a query subnetwork within a given network, have been made by Kelley et al. [6] and Pinter et al. [12] but both methods were limited in their applicability. The PathBLAST algorithm of Kelley et al. was designed to compare two protein networks and identify conserved pathways (linear, non-branching paths of interacting proteins). By constraining one of the networks to be a single pathway, PathBLAST was also applied for query searches. The use of the PathBLAST algorithm in this context has several drawbacks: (a) proteins may occur more than once in an identified matched pathway, which is biologically implausible; (b) the algorithm provides limited support for identifying non-exact pathway matches, supporting no more than a single consecutive deletion of proteins from the query pathway and no more than a single consecutive insertion of proteins to the matched pathway; and (c) the running time of the algorithm involves a factorial function of the pathway length, limiting its applicability to short pathways (in practice, it was applied to paths of up to 5 proteins). Pinter et al. have recently developed a pathway alignment tool called MetaPathwayHunter and applied it to mine metabolic networks. The algorithm enables fast queries of more general pathways that take the form of a tree (a subnetwork with no cycles). However, it is limited to searching within a collection of trees rather than within a general network. Finally, Leser has developed a query language for mining biological networks [17].

Here we give a novel comprehensive framework for querying linear pathways within a given network. Our algorithm, QPath, searches for matching pathways composed of distinct proteins that are similar to the query proteins in their sequence and interaction patterns. The matched pathways are scored according to their level of variation from the query pathway in terms of protein insertions and deletions, the sequence similarity of their constituent proteins to the query proteins, and the reliability of their constituent interactions. We provide a computational method for estimating the weight of each of these terms in the overall score, so as to maximize the fraction of the functionally significant matching pathways identified.

We applied QPath to analyze the PPI networks of the yeast S. cerevisiae, the fly D. melanogaster, and human, aiming to address two coupled, fundamental questions motivated from sequence analysis: (i) Can pathway homology be used to identify functionally significant pathways? (ii) Can one infer the function of a pathway based on pathway homology information? We provide positive answers to both questions. Notably, our finding that matched pathways in fly tend to preserve the function of their corresponding query pathways in yeast, has enabled us to derive a first annotated map of protein pathways in fly that are conserved from yeast.

Results

The QPath algorithm

We developed a novel algorithm for querying a given protein network with a linear pathway of interest. The algorithm searches for matching pathways that are similar to the query in their sequence and interaction patterns. It relies on efficient graph-theoretic techniques, allowing it to process long pathways (up to 10 proteins) in minutes (see Methods and Supp.1 Table 3). While the algorithm can be applied to query any gene or protein network, we focus the discussion on its applications to mining PPI networks. QPath receives as input a query pathway consisting of a linear chain of interacting proteins; a PPI network with reliability scores for its interactions; and sequence similarity scores between the query proteins and the network proteins (Figure 1a). Similar to sequence alignment, the algorithm aligns the query pathway to putative pathways in the target network, so that proteins in analogous positions are sequence similar. Each matched pathway may contain a (bounded) number of protein insertions, representing proteins not aligned to the query proteins, and protein deletions, representing omission of matches to some query proteins (Figure 1b). The pathways are scored based on a sequence score, which measures their sequence similarity to the query pathway; an interaction score, which measures the reliability of their constituent interactions; and the number of protein insertions and deletions they employ. The top-scoring pathways are identified using a dynamic programming based algorithm that guarantees that matched pathways will be comprised of distinct proteins. The output of the algorithm is a set of non-redundant, significant matching pathways. The QPath program is available upon request.

Figure 1
figure 1

The QPath algorithmic flow. (a) Given a query pathway, a weighted PPI network, and sequence similarity scores between the query proteins and the network proteins, the QPath algorithm identifies a set of matching pathways. These are scored to capture the tendency of their constituent proteins to have a coherent function. (b) An example of an alignment that induces protein insertions (F') and deletions (C).

Pathway queries in the yeast and fly networks

To evaluate the utility of our algorithm in analyzing PPI networks, we applied it to the yeast and fly protein interaction networks, which are the largest and most well investigated networks in public databases [18]. As a first test of the algorithm, similarly to [6], we queried the yeast network with the yeast filamentous growth MAPK cascade. The algorithm correctly recovered two known homologous MAPK pathways as the top matches (Supp. Figure 6). Next, we wished to perform a systematic evaluation of the algorithm's performance on the yeast and fly networks. Since the yeast network is supported by many more large-scale experiments [18] and, hence, expected to be more complete and accurate, we reasoned that by querying putative yeast pathways within the fly network we could reveal novel functional pathways therein, capitalizing on the more complete information in yeast.

To obtain a comprehensive set of putative pathways in the PPI network of yeast, we applied a modified version of the QPath algorithm to search the network for pathways that have high interaction scores (not based on specific query pathways, see Methods). The search was limited to pathways consisting of 6 proteins to achieve reasonable running times when applying QPath to query those pathways while allowing for (up to 3) insertions and deletions. We identified a set of 271 non-redundant pathways whose scores exceeded those of 99% of randomly chosen pathways (see Methods). The full list of identified pathways appears on the supplemental website [19].

We used two standard methods to assess the quality of these pathways (see Methods and Table 1): (i) Functional enrichment – representing the tendency of the pathway's proteins to have coherent Gene Ontology (GO) functions; and (ii) Expression coherency – measuring the similarity in expression profiles of the pathway's coding genes across different experimental conditions. In total, 80% of the yeast pathways were functionally enriched. In addition, the resulting pathways were significantly coherently expressed (Wilcoxon rank p < 1e-300). The significant functional enrichment and expression coherency of the identified pathways suggest that these pathways are biologically significant. In agreement with the expected lower quality of the fly network, we observed lower rates of functional enrichment and expression coherency when analyzing analogously-computed high-scoring pathways in fly (Table 1).

Table 1 Functional significance of yeast and fly pathways. Functional enrichment and expression coherency of high interaction score pathways and random pathways in the PPI networks of yeast and fly.

For each significant pathway in yeast we executed the QPath algorithm to search for matching pathways in fly. In total, 63% of the yeast queries had matches in fly with up to three insertions and deletions. Given a yeast query, the probability of finding matching pathways in fly was highly correlated with the interaction score of the query (Spearman p = 2.1e-04). Only few of the queries had matching pathways with no insertions or deletions, implying that the algorithm's support for insertions and deletions was essential for identifying matching pathways (Figure 2a and Supp.1 Table 2a).

Figure 2
figure 2

Properties of matched pathways in different indel categories. (a) The fraction of yeast queries with identifiable matching fly pathway out of all yeast queries within different indel categories. (b) The fraction of matched fly pathways that are functionally enriched out of all matched fly pathways in each indel category. Indel categories not covered by any matched pathway were marked as having 0% functionally enriched pathways.

A query pathway potentially gives rise to multiple matching pathways, each with a different sequence score, interaction score and indel category, defined by the number of insertions and deletions employed by the pathway. In order to compare sequence and interaction scores for pathways from different indel categories, we normalized their scores by the number of proteins and interactions they contain, respectively. We found a statistically significant correlation between the functional enrichment of the matched pathways and their normalized interaction and sequence scores (Spearman p = 4e-15 and p = 0.003 for interaction and sequence scores, respectively). Furthermore, the indel category of a pathway was also found to be correlated with its functional enrichment: as expected, fly pathways exhibiting fewer protein insertions and deletions (hence, better conserving the query proteins) tended to be more functionally enriched than more distant pathway matches (Figure 2b and Supp.1 Table 2b).

Motivated by these observations, we devised a scoring scheme that assigns each pathway a score reflecting its estimated probability to be functionally enriched given its inherent characteristics, i.e., the number of insertions and deletions it employs and its normalized interaction and sequence scores (Methods). For each yeast query we refer to the matched pathway with the highest obtained score and, hence, most likely to be functionally enriched, as the best-match pathway.

To assess the biological significance of the best-match pathways in fly, we compared their functional enrichment and expression coherency to that of fly pathways that are not the results of a query. In total, 51% of the best-match pathways were functionally enriched. Within the set of 20% of the best-match pathways which were predicted to have the highest probability to be functionally enriched, 91% were indeed functionally enriched (Figure 3a). In comparison, the percentage of functionally enriched pathways in a set of fly pathways with the same length and distribution of interaction scores was 5%, which is significantly lower (p < 1e-4). The expression coherency of the best-match pathways was also significantly higher than that of randomly chosen pathways (p < 1e-4, Figure 3b). These results suggest that best-match pathways are biologically significant.

Figure 3
figure 3

Functional significance of best-match pathways infly Functional enrichment (a) and expression coherency (b) of fly best-match pathways obtained by QPath compared to fly pathways that are not the result of a query. x-axis: Fraction of best-match pathways in fly. y-axis in (a): Fraction of functionally enriched pathways out of the set of pathways determined by x. y-axis in (b): Mean expression coherency of the pathways determined by x. The random pathway curves show the mean and standard deviation of the functional enrichment and expression coherency computed for random choices of pathway sets in fly.

Function conservation in yeast to fly pathways

Next, we investigated whether pathway similarity may be used to infer the function of a matched pathway based on the known function of the corresponding query pathway. Overall, out of the 171 yeast query pathways with an identified fly best-match pathway, 69 were functionally enriched and had a functionally enriched fly best-match pathway. Moreover, for 64% of these queries, the fly best-match pathways preserved one or more functions of the corresponding yeast query pathways. In contrast, when randomly shuffling the matches between fly pathways and yeast queries, only 31% of the fly pathways exhibited conservation of function (p < 1e-04). Interestingly, the pathway-based conservation of function was also much higher than the function conservation level among yeast-fly best sequence match proteins, which is estimated at 40% [6].

We used the observed function conservation to derive a functional annotation of all fly best-match pathways, based on the enriched functions of their corresponding queries in yeast. Figure 4 summarizes these results in an annotated map of conserved fly (best-match) pathways. The map exhibits a modular structure, where groups of pathways overlap to define distinct network regions with common functions (the clustering coefficient is 0.26, significantly higher than in random networks that preserve vertex degrees (p < 0.05)). To evaluate the statistical significance of these predicted annotations, we computed for each best-match pathway the prevalence of the predicted annotation among its proteins (using a hypergeometric score), and compared these statistics with results obtained after randomizing the matches between yeast and fly pathways. The predicted annotations were found to be significantly more prevalent (p < 1e-04).

Figure 4
figure 4

Fly best-match pathway map. A map of yeast best-match pathways in fly. Nodes represent best-match pathways and edges connect pathways that share at least two proteins. Each node is colored according to the enriched function of the corresponding query pathway in yeast. Pathways whose predicted annotation is also enriched among their constituent proteins appear as boxes; all other pathways appear as ellipses. Specific pathways can be looked up according to their number in the supplemental website [19].

Querying known signaling pathways from yeast and human

To demonstrate the use of our algorithm in a BLAST-like manner to query known protein pathways, we applied it to search the fly network for matches to queries consisting of known signaling pathways from yeast and human. As a first example, we used a ubiquitin-ligation pathway in yeast to query the fly network (Figure 5a). We identified a putatively homologous pathway in fly that is likely to be involved in protein degradation as well. Three out of its five proteins were annotated as being involved in ubiquitin-dependent protein degradation: Ubp64E is a putative ubiquitin-specific protease; morgue is annotated as a ubiquitin conjugating enzyme involved in apoptosis; and ago is a bona fide component of the SCF ubiquitin ligase complex [20, 21]. Eye growth defects common to Ubp64E and ago mutants, may suggest that this pathway functions in the regulation of growth and apopotosis.

Figure 5
figure 5

Yeast and human queries and their best-matches in fly. Yeast and human pathway queries and their best-matches in fly. (a) Yeast ubiquitin ligation pathway query in fly. (b) Human MAPK pathway query in fly. The pathway denoted by an asterisk is the result of querying a combined network of PPIs and genetic interactions (appearing in red). (c) Human Hedgehog pathway query in fly.

As a second example, we used two signaling pathways in human as queries to the fly network: a MAPK cascade and a Hedgehog signaling pathway. The top-scoring pathway in each case agreed well with the known functional annotations in fly. The MAPK query and its best-match are shown in Figure 5b. As expected for a MAPK-based signaling cascade, Nek2 is a putative receptor signaling protein serine/threonine kinase. Tsp is likely a growth factor, based on its EGF-like domain, which could serve as a ligand for Nek2. Dap160 and Fur2 are experimentally proven to be involved in receptor processing and internalization, respectively [22]. Although no experimental information is available for Rgl, Rap21, Epac and pkc98E, all available annotations fit into a G-protein coupled receptor protein signaling pathway: Rgl is a putative RAL GDP-dissociation stimulator, Rap21 has putative GTPase activity, Epac has putative cyclic nucleotide-dependent guanyl-nucleotide exchange factor activity, and both pkc98E and cdc2c are annotated as protein serine/threonine kinases. Interestingly, RNAi against cdc2c causes abnormal growth of cells in culture [23], and the phenotype of mutant Nek2 implicates it in the regulation of mitosis [24]. Taken together, these evidences suggest that the inferred pathway could be involved in a cell-cell communication signaling cascade that regulates cell proliferation.

Figure 5c shows the fly pathway that best matches the human hedgehog signaling query. The known annotation of the pathway's proteins agrees well with its putative role in hedgehog signaling: ptc is a bona-fide receptor of hedgehog located at the plasma membrane [25]. Csk, annotated as a protein-tyrosine kinase, could well serve to further transmit the signal from ptc downstream. The cyclin-dependent protein kinase Cdk5, in association with the cyclin CycE, are well poised to further transmit the signal to the ultimate transcription factor ci. Ample experimental data show that ci, like ptc participates in the hedgehog signaling pathway, which in flies regulates cell growth in many tissues [25].

Discussion and conclusion

We have presented a novel framework for querying linear pathways in PPI networks, allowing both deletions of proteins from the query pathway and insertions of proteins to the matched pathway. Matched pathways are assigned with scores reflecting their tendency to be functionally enriched, based on their variation from the query pathway, the sequence similarity of their proteins to the query proteins, and the reliability of their constituent interactions.

The effectiveness of the algorithm was demonstrated in querying the fly PPI network using protein pathways from yeast and human. When applying the algorithm to search for yeast pathway queries in fly, the matching pathways were significantly more functionally enriched compared to arbitrary pathways in the fly network. The resulting pathways tended to preserve the function of the original query pathways, demonstrating the applicability of our tool for predicting pathway function much in the same way as gene and protein functions are predicted using BLAST.

As with any PPI network study, it is important to deal with the vast amounts of noise present in the protein interaction data [26–28]. To handle false positive interactions we have assigned confidence scores to the interactions. To examine the contribution of the confidence scores for finding biologically-meaningful pathways, we repeated the functional enrichment and expression coherency analyses for sets of randomly chosen pathways from the yeast and fly networks obtained by discarding the interaction confidence scores. The percent of functionally enriched pathways and expression coherency rates found in these random sets were significantly lower than those found for high-scoring pathways (Table 1, Supp. Figure 7). Moreover, for both yeast and fly we found a statistically significant correlation between interaction scores and functional enrichment (Spearman correlation of 0.47 and 0.29, respectively, with p < 1e-300).

Accommodating for false negatives is a difficult challenge, but QPath handles those to some extent by allowing the introduction of protein indels to the matching pathway. Incorporating genetic interactions in the network may also help to tackle the problem of false negatives, as genetic interactions may indicate physical interactions between proteins [29]. In particular, for fly, the set of genetic interactions reported in FlyGRID [30] has significant overlap with the physical network, with a hyper-geometric p-value of 3.9e-7. To test whether merging genetic and physical interactions contributes to the identification of functionally significant pathways, we applied QPath to re-query the human MAPK pathway in the merged network of fly (Figure 5b). The pathway identified is a variant of the EGFR receptor-kinase-signaling cascade, and five out of its seven proteins appear in the curated homologous fly pathway in KEGG [31]. The hypothetical signal is transmitted to the EGF receptor, and further relayed through ksr and C3G, a proven kinase and an annotated Ras guanyl-nucleotide exchange factor, respectively, to Ras85D. The latter has been shown experimentally to activate phl [32]. The putative signal is further transmitted to the MAP kinase kinase Dsor1, and downstream to rl, an annotated nuclear MAP kinase which likely activates specific transcription factors. Furthermore, ksr, phl, Dsor1 and rl are all required for modulation of the EGFR-mediated Ras85D mitogenic response [33]. Using genetic interactions is crucial for identifying this pathway as 5 out of its 7 interactions are genetic. This result suggests that merging both genetic and physical interactions may help coping with undetected protein-protein interactions.

We have only just begun to explore the world of protein networks, with the first drafts of the human PPI network just coming out [34, 35]. With an ever increasing amount of genomes sequenced and protein interaction networks recovered, it is becoming increasingly important to develop tools for interpreting these data to provide detailed models of cellular machinery across organisms. We expect QPath to take a growing role in this exploration, giving essential means to use existing knowledge for inferring novel pathways and their function.

Methods

Data acquisition and processing

Protein-protein interaction data for yeast and fly were downloaded from DIP ([18] ; April 2005 download) and contained 15,166 interactions among 4,726 proteins in yeast, and 22,837 interactions among 7,028 proteins in fly (for fly, we complemented the DIP data by interactions from [36]). Additional 2378 genetic interactions in fly were downloaded from FlyGRID [30]. To assign confidence scores to these interactions we used the logistic-regression-based scheme employed in [8]. Briefly, true positive and true negative interactions were used to train a logistic regression model, which assigns each interaction a reliability score based on the experimental evidence for this interaction, which includes the type of experiments in which the interaction was observed, and the number of observations in each experimental type. For yeast, we partitioned the experiments into four categories: co-immunoprecipitation screens [3, 4], yeast two-hybrid assays [2, 37, 38], large scale experiments (other studies denoted as exp:g class in DIP) and small scale experiments (denoted as exp:s class in DIP). For fly, due to the smaller number of interaction screens available, we used each of three available large-scale screens [36, 39, 40] as a separate category. In addition, we used small scale fly experiments as a fourth category.

Pathway alignment

We represent a PPI network using an undirected weighted graph G with a set V of n vertices, representing proteins, a set E of m edges, representing interactions, and an edge weight function w(·,·) representing interaction reliabilities. Given a pathway query Q = (q 1 ,...,q k ), let h(q i , j) denote a sequence similarity score between query node q i and vertex j ∈ V. An alignment of Q in G is defined as a pair (P, M), where P = (p 1 ,...,p k ) is a matched path in G, and M is a mapping of query nodes onto P ∪ {0}. The alignment allows up to N ins insertions and up to N del deletions, where deleted query nodes are mapped to 0 by M. The weight of an alignment is a summation of the interaction score, ∑ i = 1 l − 1 w ( p i , p i + 1 ) MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaadaaeWbqaaiabdEha3naabmaabaGaemiCaa3aaSbaaSqaaiabdMgaPbqabaGccqGGSaalcqWGWbaCdaWgaaWcbaGaemyAaKMaey4kaSIaeGymaedabeaaaOGaayjkaiaawMcaaaWcbaGaemyAaKMaeyypa0JaeGymaedabaGaemiBaWMaeyOeI0IaeGymaedaniabggHiLdaaaa@4123@ and the sequence score, ∑ i = 1 , p ′ i ≠ 0 k h ( q i , M ( p i ) ) MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaadaaeWbqaaiabdIgaOnaabmaabaGaemyCae3aaSbaaSqaaiabdMgaPbqabaGccqGGSaalcqWGnbqtdaqadaqaaiabdchaWnaaBaaaleaacqWGPbqAaeqaaaGccaGLOaGaayzkaaaacaGLOaGaayzkaaaaleaacqWGPbqAcqGH9aqpcqaIXaqmcqGGSaalcuWGWbaCgaqbamaaBaaameaacqWGPbqAaeqaaSGaeyiyIKRaeGimaadabaGaem4AaSganiabggHiLdaaaa@469F@ . Edge weights were set to logarithm of the reliability estimation of the corresponding interactions. The sequence similarity score, h(q i , j), between query node q i and vertex j∈ V was set to logarithm of the BLAST E-value between the corresponding proteins, normalized by the maximum score over all pairs.

Pathway search module

The goal of the algorithm is to identify a matched pathway with distinct vertices yielding an optimal alignment to the query. To this end, we adapt the color coding technique of Alon et al. [41], which serves to find simple paths (i.e., paths with distinct vertices) of a fixed length k in a graph. In color coding, one assigns a randomly chosen color from {1,...,k} to every vertex in the graph, transforming the problem of finding a simple length-k path to that of finding a path of length k that spans distinct colors. Since any particular path may be assigned non-distinct colors and, hence, fail to be discovered, many random coloring trials are executed. Below, we describe one iteration of color coding tailored to the query case.

Our algorithm starts by assigning every vertex v ∈ V a color c(v) drawn uniformly at random from the set C ={ 1,...,k + N ins }. For a given coloring, we use dynamic programming to find an optimal matching pathway. We let W(i, j, S, θ del ) denote the maximum weight of an alignment for the first i nodes in the query that ends at vertex j∈ V, induces θ del deletions, and visits a vertex of each color in S. W(i, j, S, θ del ) is computed recursively as follows:

W ( i , j , S , θ del ) = max m V { W ( i − 1 , m , S − c ( j ) , θ del ) + w ( m , j ) + h ( q i , j ) ( m , j ) ∈ E W ( i , m , S − c ( j ) , θ del ) + w ( m , j ) ( m , j ) ∈ E W ( i − 1 , j , S , θ del − 1 ) θ del ≤ N d e l MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaacqWGxbWvdaqadaqaaiabdMgaPjabcYcaSiabdQgaQjabcYcaSiabdofatjabcYcaSiabeI7aXnaaBaaaleaacqqGKbazcqqGLbqzcqqGSbaBaeqaaaGccaGLOaGaayzkaaGaeyypa0ZaaCbeaeaacyGGTbqBcqGGHbqycqGG4baEaSqaaiabd2gaTjabgIGiolabdAfawbqabaGcdaGabaqaauaabeqadiaaaeaacqWGxbWvdaqadaqaaiabdMgaPjabgkHiTiabigdaXiabcYcaSiabd2gaTjabcYcaSiabdofatjabgkHiTiabdogaJnaabmaabaGaemOAaOgacaGLOaGaayzkaaGaeiilaWIaeqiUde3aaSbaaSqaaiabbsgaKjabbwgaLjabbYgaSbqabaaakiaawIcacaGLPaaacqGHRaWkcqWG3bWDdaqadaqaaiabd2gaTjabcYcaSiabdQgaQbGaayjkaiaawMcaaiabgUcaRiabdIgaOnaabmaabaGaemyCae3aaSbaaSqaaiabdMgaPbqabaGccqGGSaalcqWGQbGAaiaawIcacaGLPaaaaeaadaqadaqaaiabd2gaTjabcYcaSiabdQgaQbGaayjkaiaawMcaaiabgIGiolabdweafbqaaiabdEfaxnaabmaabaGaemyAaKMaeiilaWIaemyBa0MaeiilaWIaem4uamLaeyOeI0Iaem4yam2aaeWaaeaacqWGQbGAaiaawIcacaGLPaaacqGGSaalcqaH4oqCdaWgaaWcbaGaeeizaqMaeeyzauMaeeiBaWgabeaaaOGaayjkaiaawMcaaiabgUcaRiabdEha3naabmaabaGaemyBa0MaeiilaWIaemOAaOgacaGLOaGaayzkaaaabaWaaeWaaeaacqWGTbqBcqGGSaalcqWGQbGAaiaawIcacaGLPaaacqGHiiIZcqWGfbqraeaacqWGxbWvdaqadaqaaiabdMgaPjabgkHiTiabigdaXiabcYcaSiabdQgaQjabcYcaSiabdofatjabcYcaSiabeI7aXnaaBaaaleaacqqGKbazcqqGLbqzcqqGSbaBaeqaaOGaeyOeI0IaeGymaedacaGLOaGaayzkaaaabaGaeqiUde3aaSbaaSqaaiabbsgaKjabbwgaLjabbYgaSbqabaGccqGHKjYOcqWGobGtdaWgaaWcbaGaemizaqMaemyzauMaemiBaWgabeaaaaaakiaawUhaaaaa@B894@

The maximum weight of an alignment is max j ∈ V , S ⊆ C , θ ≤ N d e l MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacH8akY=wiFfYdH8Gipec8Eeeu0xXdbba9frFj0=OqFfea0dXdd9vqai=hGuQ8kuc9pgc9s8qqaq=dirpe0xb9q8qiLsFr0=vr0=vr0dc8meaabaqaciaacaGaaeqabaqabeGadaaakeaadaWfqaqaaiGbc2gaTjabcggaHjabcIha4bWcbaGaemOAaOMaeyicI4SaemOvayLaeiilaWIaem4uamLaeyOHI0Saem4qamKaeiilaWIaeqiUdeNaeyizImQaemOta40aaSbaaWqaaiabdsgaKjabdwgaLjabdYgaSbqabaaaleqaaaaa@43ED@ , W (k, j, S, θ), and the corresponding alignment is obtained through standard dynamic programming backtracking. In fact, the algorithm outputs not only the optimal match but a set of high scoring matches for each combination of number of insertions and deletions employed. The running time of each trial depends on the length of the query, the size of the network and the number of insertions and deletions allowed, and is 2O(k+Nins)mN del . The probability that any given path is assigned k distinct colors is at least e-k-Nins. Thus, for any ε ∈ (0,1), the running time of the algorithm for obtaining the optimal match with probability at least 1-ε is ln(n/ε)2O(k+Nins)mN del . We used ε = 0.01 for all runs of the algorithm, yielding a practical time of a few minutes per query (Supp.1 Table 3). The resulting pathways were filtered to remove pathways that overlap by at least 20% of their proteins.

To search a network for pathways with high interaction scores, regardless of a specific query, we ran the algorithm with a dummy path query, consisting of dummy proteins that were defined to have the same sequence similarity score with respect to all network vertices. To search a network for random pathways, regardless of their interaction score, we assigned an equal interaction score for all interactions.

Pathway scoring module

We assigned protein pathways a functional significance score that represent their tendency to be functionally enriched given four parameters characterizing each pathway: a normalized sequence score, a normalized interaction score, number of insertions, and number of deletions. Given a set of matched pathways, logistic regression [42] was used to predict their functional enrichment based on these parameters alone. To avoid over-fitting, the set of pathways was partitioned into five equal parts. For each part, we trained the logistic regression on the remaining four parts, and used the inferred parameters to derive the scores of the pathways in the left-out part.

Functional enrichment

Functional enrichments of protein pathways were computed based on GO process annotations [43] for their proteins. Yeast GO annotations were obtained from SGD [44], and fly GO annotations were obtained from FlyBase [45]. For a given pathway P and a given term t, the functional enrichment score was computed as follows: suppose P has let n(t) proteins that are annotated with term t (or with a more specific term). Let p(t) be the hypergeometric probability for observing n(t) or more proteins annotated with term t in a protein subset of size |P|. Having found a term t0 with minimal probability p(t0), the score was set to the p-value of the enrichment under term t0, computed by comparing p(t0) with the analogous probabilities for 10,000 random sets of proteins of size |P|.

Expression coherency

Expression coherency of a pathway was measured as the mean absolute value of the pairwise Pearson correlations between the expression patterns of the genes that code for the pathway's proteins. To assess the significance of the expression coherency of a set of pathways, we compared it to the expression coherency distribution of a random set of pathways with the same size distribution. Gene expression measurements were obtained from Stanford microarray database [46] and included 973 and 170 conditions for yeast and fly, respectively.

References

  1. Fields S, Song O: A novel genetic system to detect protein-protein interactions. Nature 1989, 340(6230):245–246. 10.1038/340245a0

    Article  CAS  PubMed  Google Scholar 

  2. Uetz P, Giot L, Cagney G, Mansfield TA, Judson RS, Knight JR, Lockshon D, Narayan V, Srinivasan M, Pochart P, Qureshi-Emili A, Li Y, Godwin B, Conover D, Kalbfleisch T, Vijayadamodar G, Yang M, Johnston M, Fields S, Rothberg JM: A comprehensive analysis of protein-protein interactions in Saccharomyces cerevisiae. Nature 2000, 403(6770):623–627. 10.1038/35001009

    Article  CAS  PubMed  Google Scholar 

  3. Gavin AC, Bosche M, Krause R, Grandi P, Marzioch M, Bauer A, Schultz J, Rick JM, Michon AM, Cruciat CM, Remor M, Hofert C, Schelder M, Brajenovic M, Ruffner H, Merino A, Klein K, Hudak M, Dickson D, Rudi T, Gnau V, Bauch A, Bastuck S, Huhse B, Leutwein C, Heurtier MA, Copley RR, Edelmann A, Querfurth E, Rybin V, Drewes G, Raida M, Bouwmeester T, Bork P, Seraphin B, Kuster B, Neubauer G, Superti-Furga G: Functional organization of the yeast proteome by systematic analysis of protein complexes. Nature 2002, 415(6868):141–147. 10.1038/415141a

    Article  CAS  PubMed  Google Scholar 

  4. Ho Y, Gruhler A, Heilbut A, Bader GD, Moore L, Adams SL, Millar A, Taylor P, Bennett K, Boutilier K, Yang L, Wolting C, Donaldson I, Schandorff S, Shewnarane J, Vo M, Taggart J, Goudreault M, Muskat B, Alfarano C, Dewar D, Lin Z, Michalickova K, Willems AR, Sassi H, Nielsen PA, Rasmussen KJ, Andersen JR, Johansen LE, Hansen LH, Jespersen H, Podtelejnikov A, Nielsen E, Crawford J, Poulsen V, Sorensen BD, Matthiesen J, Hendrickson RC, Gleeson F, Pawson T, Moran MF, Durocher D, Mann M, Hogue CW, Figeys D, Tyers M: Systematic identification of protein complexes in Saccharomyces cerevisiae by mass spectrometry. Nature 2002, 415(6868):180–183. 10.1038/415180a

    Article  CAS  PubMed  Google Scholar 

  5. Aebersold R, Mann M: Mass spectrometry-based proteomics. Nature 2003, 422(6928):198–207. 10.1038/nature01511

    Article  CAS  PubMed  Google Scholar 

  6. Kelley BP, Sharan R, Karp RM, Sittler T, Root DE, Stockwell BR, Ideker T: Conserved pathways within bacteria and yeast as revealed by global protein network alignment. Proc Natl Acad Sci U S A 2003, 100(20):11394–11399. 10.1073/pnas.1534710100

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  7. Matthews LR, Vaglio P, Reboul J, Ge H, Davis BP, Garrels J, Vincent S, Vidal M: Identification of potential interaction networks using sequence-based searches for conserved protein-protein interactions or "interologs". Genome Res 2001, 11(12):2120–2126. 10.1101/gr.205301

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  8. Sharan R, Suthram S, Kelley RM, Kuhn T, McCuine S, Uetz P, Sittler T, Karp RM, Ideker T: Conserved patterns of protein interaction in multiple species. Proc Natl Acad Sci U S A 2005, 102(6):1974–1979. 10.1073/pnas.0409522102

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  9. Dandekar T, Schuster S, Snel B, Huynen M, Bork P: Pathway alignment: application to the comparative analysis of glycolytic enzymes. Biochem J 1999, 343 Pt 1: 115–124. 10.1042/0264-6021:3430115

    Article  CAS  PubMed  Google Scholar 

  10. Ogata H, Fujibuchi W, Goto S, Kanehisa M: A heuristic graph comparison algorithm and its application to detect functionally related enzyme clusters. Nucleic Acids Res 2000, 28(20):4021–4028. 10.1093/nar/28.20.4021

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  11. Forst CV, Schulten K: Phylogenetic analysis of metabolic pathways. J Mol Evol 2001, 52(6):471–489.

    Article  CAS  PubMed  Google Scholar 

  12. Pinter RY, Rokhlenko O, Yeger-Lotem E, Ziv-Ukelson M: Alignment of metabolic pathways. Bioinformatics 2005, 21(16):3401–3408. 10.1093/bioinformatics/bti554

    Article  CAS  PubMed  Google Scholar 

  13. Enard W, Khaitovich P, Klose J, Zollner S, Heissig F, Giavalisco P, Nieselt-Struwe K, Muchmore E, Varki A, Ravid R, Doxiadis GM, Bontrop RE, Paabo S: Intra- and interspecific variation in primate gene expression patterns. Science 2002, 296(5566):340–343. 10.1126/science.1068996

    Article  CAS  PubMed  Google Scholar 

  14. Stuart JM, Segal E, Koller D, Kim SK: A gene-coexpression network for global discovery of conserved genetic modules. Science 2003, 302(5643):249–255. 10.1126/science.1087447

    Article  CAS  PubMed  Google Scholar 

  15. Bergmann S, Ihmels J, Barkai N: Similarities and differences in genome-wide expression data of six organisms. PLoS Biol 2004, 2(1):E9. 10.1371/journal.pbio.0020009

    Article  PubMed Central  PubMed  Google Scholar 

  16. Sohler F, Zimmer R: Identifying active transcription factors and kinases from expression data using pathway queries. Bioinformatics 2005, 21(suppl_2):ii115-ii122. 10.1093/bioinformatics/bti1120

    CAS  PubMed  Google Scholar 

  17. Leser U: A query language for biological networks. Bioinformatics 2005, 21 Suppl 2: ii33-ii39. 10.1093/bioinformatics/bti1105

    PubMed  Google Scholar 

  18. Salwinski L, Miller CS, Smith AJ, Pettit FK, Bowie JU, Eisenberg D: The Database of Interacting Proteins: 2004 update. Nucleic Acids Res 2004, 32(Database issue):D449–51. 10.1093/nar/gkh086

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  19. website: QPath supplemental website.[http://www.cs.tau.ac.il/~shlomito/QPath/]

  20. Moberg KH, Mukherjee A, Veraksa A, Artavanis-Tsakonas S, Hariharan IK: The Drosophila F box protein archipelago regulates dMyc protein levels in vivo. Curr Biol 2004, 14(11):965–974. 10.1016/j.cub.2004.04.040

    Article  CAS  PubMed  Google Scholar 

  21. Moberg KH, Bell DW, Wahrer DC, Haber DA, Hariharan IK: Archipelago regulates Cyclin E levels in Drosophila and is mutated in human cancer cell lines. Nature 2001, 413(6853):311–316. 10.1038/35095068

    Article  CAS  PubMed  Google Scholar 

  22. Roebroek AJ, Ayoubi TA, Creemers JW, Pauli IG, Van de Ven WJ: The Dfur2 gene of Drosophila melanogaster: genetic organization, expression during embryogenesis, and pro-protein processing activity of its translational product Dfurin2. DNA Cell Biol 1995, 14(3):223–234.

    Article  CAS  PubMed  Google Scholar 

  23. Boutros M, Kiger AA, Armknecht S, Kerr K, Hild M, Koch B, Haas SA, Consortium HF, Paro R, Perrimon N: Genome-wide RNAi analysis of growth and viability in Drosophila cells. Science 2004, 303(5659):832–835. 10.1126/science.1091266

    Article  CAS  PubMed  Google Scholar 

  24. Prigent C, Glover DM, Giet R: Drosophila Nek2 protein kinase knockdown leads to centrosome maturation defects while overexpression causes centrosome fragmentation and cytokinesis failure. Exp Cell Res 2005, 303(1):1–13.

    CAS  PubMed  Google Scholar 

  25. Lum L, Beachy PA: The Hedgehog response network: sensors, switches, and routers. Science 2004, 304(5678):1755–1759. 10.1126/science.1098020

    Article  CAS  PubMed  Google Scholar 

  26. Deng M, Sun F, Chen T: Assessment of the reliability of protein-protein interactions and protein function prediction. Pac Symp Biocomput 2003, 140–151.

    Google Scholar 

  27. Sprinzak E, Sattath S, Margalit H: How reliable are experimental protein-protein interaction data? Mol Biol 2003, 5(327):919–923.

    Article  Google Scholar 

  28. von Mering C, Krause R, Snel B, Cornell M, Oliver SG, Fields S, Bork P: Comparative assessment of large-scale data sets of protein-protein interactions. Nature 2002, 417(6887):399–403. 10.1038/nature750

    Article  CAS  PubMed  Google Scholar 

  29. Wong SL, Zhang LV, Tong AH, Li Z, Goldberg DS, King OD, Lesage G, Vidal M, Andrews B, Bussey H, Boone C, Roth FP: Combining biological networks to predict genetic interactions. Proc Natl Acad Sci U S A 2004, 101(44):15682–15687. 10.1073/pnas.0406614101

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  30. Breitkreutz BJ, Stark C, Tyers M: The GRID: the General Repository for Interaction Datasets. Genome Biol 2003, 4(3):R23. 10.1186/gb-2003-4-3-r23

    Article  PubMed Central  PubMed  Google Scholar 

  31. Kanehisa M, Goto S: KEGG: kyoto encyclopedia of genes and genomes. Nucleic Acids Res 2000, 28(1):27–30. 10.1093/nar/28.1.27

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  32. Li W, Melnick M, Perrimon N: Dual function of Ras in Raf activation. Development 1998, 125(24):4999–5008.

    CAS  PubMed  Google Scholar 

  33. Karim FD, Rubin GM: Ectopic expression of activated Ras1 induces hyperplastic growth and increased cell death in Drosophila imaginal tissues. Development 1998, 125(1):1–9.

    CAS  PubMed  Google Scholar 

  34. Rual JF, Venkatesan K, Hao T, Hirozane-Kishikawa T, Dricot A, Li N, Berriz GF, Gibbons FD, Dreze M, Ayivi-Guedehoussou N, Klitgord N, Simon C, Boxem M, Milstein S, Rosenberg J, Goldberg DS, Zhang LV, Wong SL, Franklin G, Li S, Albala JS, Lim J, Fraughton C, Llamosas E, Cevik S, Bex C, Lamesch P, Sikorski RS, Vandenhaute J, Zoghbi HY, Smolyar A, Bosak S, Sequerra R, Doucette-Stamm L, Cusick ME, Hill DE, Roth FP, Vidal M: Towards a proteome-scale map of the human protein-protein interaction network. Nature 2005.

    Google Scholar 

  35. Stelzl U, Worm U, Lalowski M, Haenig C, Brembeck FH, Goehler H, Stroedicke M, Zenkner M, Schoenherr A, Koeppen S, Timm J, Mintzlaff S, Abraham C, Bock N, Kietzmann S, Goedde A, Toksoz E, Droege A, Krobitsch S, Korn B, Birchmeier W, Lehrach H, Wanker EE: A human protein-protein interaction network: a resource for annotating the proteome. Cell 2005, 122(6):957–968. 10.1016/j.cell.2005.08.029

    Article  CAS  PubMed  Google Scholar 

  36. Stanyon CA, Liu G, Mangiola BA, Patel N, Giot L, Kuang B, Zhang H, Zhong J, Finley RLJ: A Drosophila protein-interaction map centered on cell-cycle regulators. Genome Biol 2004, 5(12):R96. 10.1186/gb-2004-5-12-r96

    Article  PubMed Central  PubMed  Google Scholar 

  37. Ito T, Chiba T, Ozawa R, Yoshida M, Hattori M, Sakaki Y: A comprehensive two-hybrid analysis to explore the yeast protein interactome. Proc Natl Acad Sci U S A 2001, 98(8):4569–4574. 10.1073/pnas.061034498

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  38. Ito T, Tashiro K, Muta S, Ozawa R, Chiba T, Nishizawa M, Yamamoto K, Kuhara S, Sakaki Y: Toward a protein-protein interaction map of the budding yeast: A comprehensive system to examine two-hybrid interactions in all possible combinations between the yeast proteins. Proc Natl Acad Sci U S A 2000, 97(3):1143–1147. 10.1073/pnas.97.3.1143

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  39. Formstecher E, Aresta S, Collura V, Hamburger A, Meil A, Trehin A, Reverdy C, Betin V, Maire S, Brun C, Jacq B, Arpin M, Bellaiche Y, Bellusci S, Benaroch P, Bornens M, Chanet R, Chavrier P, Delattre O, Doye V, Fehon R, Faye G, Galli T, Girault JA, Goud B, de Gunzburg J, Johannes L, Junier MP, Mirouse V, Mukherjee A, Papadopoulo D, Perez F, Plessis A, Rosse C, Saule S, Stoppa-Lyonnet D, Vincent A, White M, Legrain P, Wojcik J, Camonis J, Daviet L: Protein interaction mapping: a Drosophila case study. Genome Res 2005, 15(3):376–384. 10.1101/gr.2659105

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  40. Giot L, Bader JS, Brouwer C, Chaudhuri A, Kuang B, Li Y, Hao YL, Ooi CE, Godwin B, Vitols E, Vijayadamodar G, Pochart P, Machineni H, Welsh M, Kong Y, Zerhusen B, Malcolm R, Varrone Z, Collis A, Minto M, Burgess S, McDaniel L, Stimpson E, Spriggs F, Williams J, Neurath K, Ioime N, Agee M, Voss E, Furtak K, Renzulli R, Aanensen N, Carrolla S, Bickelhaupt E, Lazovatsky Y, DaSilva A, Zhong J, Stanyon CA, Finley RLJ, White KP, Braverman M, Jarvie T, Gold S, Leach M, Knight J, Shimkets RA, McKenna MP, Chant J, Rothberg JM: A protein interaction map of Drosophila melanogaster. Science 2003, 302(5651):1727–1736. 10.1126/science.1090289

    Article  CAS  PubMed  Google Scholar 

  41. Alon N, Yuster R, Zwick U: Color-Coding. Journal of the ACM 1995, 42(4):844–856. 10.1145/210332.210337

    Article  Google Scholar 

  42. Hastie T, Tibshirani R, Friedman JH: The Elements of Statistical Learning. Springer Verlag ; 2001.

    Chapter  Google Scholar 

  43. Ashburner M, Ball CA, Blake JA, Botstein D, Butler H, Cherry JM, Davis AP, Dolinski K, Dwight SS, Eppig JT, Harris MA, Hill DP, Issel-Tarver L, Kasarskis A, Lewis S, Matese JC, Richardson JE, Ringwald M, Rubin GM, Sherlock G: Gene ontology: tool for the unification of biology. The Gene Ontology Consortium. Nat Genet 2000, 25(1):25–29. 10.1038/75556

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  44. Issel-Tarver L, Christie KR, Dolinski K, Andrada R, Balakrishnan R, Ball CA, Binkley G, Dong S, Dwight SS, Fisk DG, Harris M, Schroeder M, Sethuraman A, Tse K, Weng S, Botstein D, Cherry JM: Saccharomyces Genome Database. Methods Enzymol 2002, 350: 329–346.

    Article  CAS  PubMed  Google Scholar 

  45. Drysdale RA, Crosby MA: FlyBase: genes and gene models. Nucleic Acids Res 2005, 33(Database issue):D390–5. 10.1093/nar/gki046

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  46. Ball CA, Awad IA, Demeter J, Gollub J, Hebert JM, Hernandez-Boussard T, Jin H, Matese JC, Nitzberg M, Wymore F, Zachariah ZK, Brown PO, Sherlock G: The Stanford Microarray Database accommodates additional microarray platforms and data formats. Nucleic Acids Res 2005, 33(Database issue):D580–2. 10.1093/nar/gki006

    Article  PubMed Central  CAS  PubMed  Google Scholar 

Download references

Acknowledgements

We thank Trey Ideker and Vineet Bafna for helpful discussions. T.S. is grateful for the generous support of the Tauber Fund. E.R is supported by the Center for Complexity Science. R.S. is supported by an Alon fellowship. This research was supported in part by a research grant from the Ministry of Science and Technology, Israel.

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Roded Sharan.

Additional information

Authors' contributions

TS performed the computational analysis. DS performed the biological analysis. All authors participated in designing the study and preparing the manuscript.

Electronic supplementary material

12859_2005_938_MOESM1_ESM.doc

Additional File 1: supplementary figures and tables. The file contains supplementary figures 6 and 7, and tables 2 and 3. (DOC 190 KB)

Authors’ original submitted files for images

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

Shlomi, T., Segal, D., Ruppin, E. et al. QPath: a method for querying pathways in a protein-protein interaction network. BMC Bioinformatics 7, 199 (2006). https://doi.org/10.1186/1471-2105-7-199

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/1471-2105-7-199

Keywords