Skip to main content

Detection of protein complexes from affinity purification/mass spectrometry data

Abstract

Background

Recent advances in molecular biology have led to the accumulation of large amounts of data on protein-protein interaction networks in different species. An important challenge for the analysis of these data is to extract functional modules such as protein complexes and biological processes from networks which are characterised by the present of a significant number of false positives. Various computational techniques have been applied in recent years. However, most of them treat protein interaction as binary. Co-complex relations derived from affinity purification/mass spectrometry (AP-MS) experiments have been largely ignored.

Methods

This paper presents a new algorithm for detecting protein complexes from AP-MS data. The algorithm intends to detect groups of prey proteins that are significantly co-associated with the same set of bait proteins. We first construct AP-MS data as a bipartite network, where one set of nodes consists of bait proteins and the other set is composed of prey proteins. We then calculate pair-wise similarities of bait proteins based on the number of their commonly shared neighbours. A hierarchical clustering algorithm is employed to cluster bait proteins based on the similarities and thus a set of 'seed' clusters is obtained. Starting from these 'seed' clusters, an expansion process is developed to identify prey proteins which are significantly associated with the same set of bait proteins. Then, a set of complete protein complexes is derived. In application to two real AP-MS datasets, we validate biological significance of predicted protein complexes by using curated protein complexes and well-characterized cellular component annotation from Gene Ontology (GO). Several statistical metrics have been applied for evaluation.

Results

Experimental results show that, the proposed algorithm achieves significant improvement in detecting protein complexes from AP-MS data. In comparison to the well-known MCL algorithm, our algorithm improves the accuracy rate by about 20% in detecting protein complexes in both networks and increases the F-Measure value by about 50% in Krogan_2006 network. Greater precision and better accuracy have been achieved and the identified complexes are demonstrated to match well with existing curated protein complexes.

Conclusions

Our study highlights the significance of taking co-complex relations into account when extracting protein complexes from AP-MS data. The algorithm proposed in this paper can be easily extended to the analysis of other biological networks which can be conveniently represented by bipartite graphs such as drug-target networks.

Background

Protein-protein interactions (PPIs) are believed to be fundamental to the biological process and metabolic functions in the cell [1]. As advance in high throughput experimental methods and computational approaches, such as Yeast two-hybrid (Y2H) screening [2, 3] and Affinity purification/mass spectrometry (AP-MS) [46], large genome-scale protein interactions have been detected, resulting in increasing size of PPI networks. Research on PPIs in biology and medicine has shown that a protein complex is a typical pattern existing in PPI networks in which a group of proteins interact with each other to play a biological function in a cell, such as anaphase-promoting complex and protein export and transport complexes [7], or bind each other in a series of time in a biological process such as the yeast pheromone response pathway and Mitogen-activated protein (MAP) signalling cascades [7]. Hence, to identify the group of functionally interacted proteins could help to reveal and understand the relationship between the organization of a network and its function.

Over the past decade or so, various clustering algorithms [716] have been proposed for identifying protein complexes in PPI networks. Markov Cluster Algorithm (MCL) [12, 13] has been one of the most successful clustering methods in identifying complexes from protein interaction networks. It simulates a flow on the graph by calculating successive power of the associated adjacency matrix. A coefficient called inflation is applied to enhance the contrast between regions of strong and weak flows in the graph. The process converges towards a partition of the graph, with a set of high-flow regions (the clusters) separated by boundaries with no flow. In 2006, Brohée and Helden [17] evaluated four clustering algorithms for their ability to detect protein complexes, and results highlighted that MCL was remarkably robust to graph alterations. Another well-known clustering algorithm is CFinder [11]. It was developed in 2006 based on the idea that a cluster consists of a number of k-cliques where two adjacent k-cliques share k-1 nodes. It exploits the topological feature of the network by using the direct link between a pair of nodes.

Most of these algorithms have been developed by modelling protein interactions as binary, i.e., interactions only exist between pairs of proteins. Results from the Y2H approach are inherently modelled as binary since the Y2H approach detects physical pair-wise protein-protein interactions. Although AP-MS data contains non-binary information, as it directly identifies co-membership of complexes by purifying proteins (called prey) that are associated with tagged proteins which were used as bait [46], it also has been modelled as binary networks where purification is seen as direct pair-wise interactions from bait to its associated prey proteins.

Two well-known binary models for AP-MS data are 'Spoke' and 'Matrix' models which have been proposed in 2003 by Bader and Hogue [8]. The 'Spoke' model is similar to a 'Star' topology where bait proteins are the "hub" nodes and purified prey proteins are connected with baits. 'Matrix' model is in the other extreme, that is, besides associate interactions between prey proteins and bait proteins, all these prey proteins are all connected as well. 'Matrix' model for a complex is actually a 'clique' structure. The real topology of the set of proteins lies between these two models [8]. The Molecular Complex Detection (MCODE) algorithm has been developed for identifying densely connected sections of a PPI networks. It weighs proteins by the density of their neighbourhood and takes proteins with highest weight as seeds of clusters. Starting from these seeds, MCODE expands clusters in the network in a greedy fashion. It has been evaluated using Gavin data set [4] by treating it as 'Spoke' model.

In 2006, Gavin et al., [5] devised a 'socio-affinity' scoring system to weigh logical interactions between pairs of proteins in AP-MS data. In this study, several clustering methods have been employed to cluster on the scored PPI networks. In 2007, Collins et al. [18] developed another scoring system and applied hierarchical clustering methods to weighted networks to derive complexes. Afterwards, Pu et al., [19] applied MCL on the scoring system of Collins et al. [18] to detect protein complexes.

The study of Gavin et al. [5] highlighted that a protein complex generally contains a core in which proteins are highly co-expressed and share high functional similarity. The COACH approach was proposed in 2009 [20], aiming at detecting protein complexes with highly-dense structure as well as exploring "core-attachment" organization inside protein complexes. The process of extracting protein complexes by COACH [20] consists of two stags. Firstly COACH [20] generates neighbourhood graphs of every node from the original network and then extracts preliminary set of core complexes which are of high density from each neighbourhood graphs. After a redundancy-filtering procedure, a set of final core complexes is obtained. In the second stage, an expansion process is conducted by exploring periphery information of cores to find attachments which consist of complete protein complexes.

The first study of modelling AP-MS data as non-binary was conducted by Scholtens et al., [21]. They built the spoke model of AP-MS data as a directed network where edges link from bait proteins to prey proteins, and then the Local Modelling algorithm [21] was applied to this directed network. Results showed that predicted clusters from the Local Modelling algorithm well mapped curated protein complexes.

Most recently, in 2011, a novel algorithm called CODEC [22] has been proposed to cluster AP-MS data. CODEC translated AP-MS data to a bipartite graph, where all proteins in the network are classified into two sets, 'Baits' and 'Preys', and interactions only exist between these two sides. CODEC method aims to detect complexes as dense bipartite sub-graphs. It has been applied to three PPI networks of Yeast [4, 5, 23]. Results showed the CODEC method outperformed other algorithms with higher precision.

As pointed out by Geva and Sharan [22], AP-MS data could be directly applied for identifying complexes since AP-MS experiments detect complex co-membership. Modelling it as a bipartite graph could be more fitted to the non-binary nature of AP-MS data. Preserving information of bait protein when AP-MS data is modelled may help to improve the accuracy of identifying and predicting protein complexes and functional modules.

This paper presents a novel algorithm for detecting protein complexes from AP-MS data. The algorithm intends to detect groups of prey proteins that are significantly co-associated with the same set of bait proteins. We first construct AP-MS data as bipartite network, where one set of nodes consists of bait proteins and the other set is composed of prey proteins. We then calculate pair-wise similarities of bait proteins based on the number of their commonly shared neighbours. A hierarchical clustering algorithm is employed to cluster bait proteins based on the similarities and thus a set of 'seed' clusters is obtained. Starting from these 'seed' clusters, an expansion process is developed to identify prey proteins which are significantly associated with the same set of bait proteins. Then, a set of completely formed protein complexes are derived.

The organization of the paper is shown below. In Section 2, we first introduce the methodology of our proposed algorithm. In Section 3, we will present and discuss experimental results. We validate biological significance of predicted protein complexes by using curated complexes and well-characterized cellular component from GO [24]. Several statistical metrics have been applied for evaluation. The paper is concluded with conclusion and the discussion of the limitation and future work.

Methods

The AP-MS experiment directly detects complex membership by purifying prey proteins which are co-associated with tagged bait proteins [4, 5]. Thus, an assumption of protein complexes can be derived, that, in AP-MS data, a complex is composed of a set of bait proteins along with a set of prey proteins that are significantly associated with the same set of bait proteins. Our proposed method is developed based on this assumption.

Though protein complexes are considered to contain proteins having most similarities, there is no one standard definition of protein complexes from the perspective of topological structure. A set of proteins which are highly connected is intuitively considered as a complex, e.g., a clique is an ideal structure for a complex. However, ensuring density of internal interactions only is not enough to identify a complex, as discussed in [25]. Figure 1[25] shows the two typical graphs of the same size and density, which have the same density but different topological structure. Different topological structures that may represent a complex exist in real PPI networks. A 'Star' shape where all nodes connected to a 'hub' protein is an example. Mixture of a clique and a 'Star' shape complex is also possible, leading to more complex topologies. Thus, by considering the basic heuristic that interactions between nodes inside the same cluster are more than those that link to outside, we employ definitions of 'strong module' and 'weak' module proposed by Radicchi et al., [26], to define protein complexes.

Figure 1
figure 1

Two typical graphs of the same size and density, but different topological structure. Figure 1 shows two graphs which contain the same number of nodes and edges and has the same density, but they have different topological structure.

Here, a module is referred to as a term of a complex structure. In a strong module each vertex has more connections with the cluster than with the rest of the graph. In a weak module, the sum of all links connecting from each node within the cluster is larger than the sum of all links connecting from each node inside the cluster toward the rest of the network. In PPI networks, there exist complexes which have structure of a strong module, or of a weak module, or a combination of the two. However, all complexes should meet requirements in the definition of weak modules.

We represent AP-MS data as a bipartite graph. The graph is denoted as G= ( B , V , E ) , where B represents the set of purification with bait nodes which is on the one side, V represents the set of prey nodes on the other side that have been detected by purifying via the bait nodes. If let P be the original set of preys that is obtained directly from the dataset, V=BP. Thus, V is the union set of bait nodes and prey nodes, which, in other words, V is the set of nodes in the network. Note that, there exist nodes that are preys of some baits but also baits to other preys, thus we assign them a bait instance and prey instance respectively. E represents pair-wise interactions between baits and preys. A potential protein complex or functional module corresponds to a sub-graph G = ( B , V , E ) of the graph, where V V is the set of nodes in the cluster, and B B is the set of corresponding baits.

Figure 2 shows the modelling process. Figure 2-(a) represents the original graph, where b 1 and b 2 are bait nodes and p 3 , p 4 , p 5 , p 6 are prey nodes. Note that, b 2 is also a prey of b 1 . Figure 2-(b) is the bipartite graph model we built from the original graph. As described above, we add a prey instance for each bait protein.

Figure 2
figure 2

Model AP-MS data as bipartite graph. Figure 2 demonstrate the process of modelling AP-MS data as bipartite graph.

The process of detecting complexes in our proposed algorithm consists of the following steps:

  1. 1.

    Calculating pair-wise similarities between bait proteins;

  2. 2.

    Clustering bait proteins to obtain preliminary seed clusters;

  3. 3.

    Expanding process to form complete clusters;

  4. 4.

    Filtering clusters and outputting final set of clusters.

Calculating pair-wise similarities between bait proteins

We estimated pair-wise similarity between two baits based on the number of their common neighbours using Jaccard Similarity Coefficient [27]. Let b 1 and b 2 be the two baits, N ( b 1 ) and N ( b 2 ) denote the set of neighbours of b 1 and b 2 , respectively. Then sim ( b 1 , b 2 ) is:

s i m b 1 , b 2 = N b 1 N b 2 N b 1 N b 2
(1)

We calculate the similarity between every pair of bait proteins in the graph. Thus, let E ( s i m ( B ) ) be the set of values of similarity between pairs of baits, and then form a network based on these similarities, that is, G B = ( B , E s i m ( B ) ) , where B represents the set of bait proteins.

Clustering bait proteins to obtain preliminary seed clusters

In order to identify the set of prey proteins that are significantly associated with the same set of bait proteins, we first need to obtain sets of bait proteins as 'seed clusters'. Using the similarities calculated above as metric, we apply Agglomerative Hierarchical Cluster algorithm to cluster the bait proteins. We employ an open source tool called MultiDendrograms [28] to clusterbait proteins. MultiDendrograms [28] incorporates most common Agglomerative Hierarchical Clustering algorithms, e.g. Single Linkage, Complete Linkage and Unweighted Average. Selection of parameters in experiments will be introduced in the following result section.

Expanding process to form complete clusters

As shown in the work published by Gavin et al., [4], a protein complex generally contains a core in which proteins are highly co-expressed and share high functional similarity. Some protein cores are surrounded by attachments which help supporting subordinate functions. Inspired by the finding, we consider that the cores correspond to the structure of a strong module [26] we introduced above and the attachment corresponds to the structure of a weak module [26]. A complete cluster should meet the requirements of a weak module. Thus, the expansion process is composed of two stages: firstly, detecting strong modules from seed clusters which are composed of bait proteins only; secondly, expanding to form final clusters from the strong modules of clusters in a greedy fashion.

1. Detect strong modules from seed clusters

Let Sc be a seed cluster, and let u be a prey protein connecting with proteins in the seed cluster. Let d i n ( u , S c ) be the number of connections from u to Sc; d o u t ( u , S c ) be the number of connections of u to proteins that are not in Sc; let C i n S c + u be the number of internal connections inside the cluster in which u is included in Sc; C o u t ( S c + u ) be the number of external edges from the cluster in which u is included in Sc.

We start from the neighbourhood of bait proteins in the seed cluster. If a prey protein is able to be included into the strong module, it should satisfy:

  1. 1)

    u should connect to at least half proteins inside the seed cluster, that is,

    d i n ( u , S c ) 0.5*|Sc|
    (2)

    where |Sc| is the size of the seed cluster Sc.

  2. 2)

    The connections from u to proteins inside the seed cluster should be more than connections linking to other proteins which are not in the seed cluster, that is,

    d i n ( u , S c ) > d o u t ( u , S c )
    (3)
  3. 3)

    The out-links of seed cluster which includes u should be less than the internal links, that is,

    C o u t ( S c + u ) < C i n ( S c + u )
    (4)

The process ceases when there is no matched protein.

2. Form final clusters

After the expansion process of finding strong modules, the process of forming final clusters starts. It will iteratively explore matched proteins in the neighbourhood of the proteins in strong modules.

Suppose v is a candidate protein, Mc is the strong module cluster after expansion from Sc, v should meet following criteria:

  1. 1)

    The connections from v to proteins in Mc should be no less than those from v to other proteins, that is,

    d i n ( v , M c ) d o u t ( v , M c )
    (5)
  2. 2)

    After included v, the internal links inside the new cluster should be more than the external links, that is,

    C i n ( M c + v ) > C o u t ( M c + v )
    (6)

Actually, there exist "seed clusters" only consist of one bait protein; we just add its neighbours if the neighbour protein meets the two conditions above.

Filtering clusters and outputting final set of clusters

In the set of clusters obtained from expansion process, there exist overlapping clusters. We calculate the overlap rate between two clusters, that is, ( | C 1 C 2 | ) / ( C 1 C 2 ) , where |C| is the size of the cluster. If the overlap rate is above a given threshold, we merge the two clusters. In our algorithm, we use 0.2 as the threshold value.

Time complexity

The general time complexity of the entire algorithm is O ( m 2 + m 3 + k m n + h 2 ) , where m represents the number of bait instances in the network and n is the number of prey instances which is also the size of the network (when modelling the network we add instances of bait proteins to prey instances side.), m<n. h represents the number of predicted clusters obtained. The first step of our algorithm is to calculate pair-wise similarities between bait nodes, thus the time complexity is O ( m 2 ) . In the second step, the time complexity for agglomerative hierarchical algorithm is O ( m 3 ) . As for expansion process, the time complexity of one expansion process is O ( m n ) . Since we adopt greedy fashion in expansion, there may by k times of expansion, thus the time complexity for the whole expansion process is O ( k m n ) . The post-process stage could be up to O ( h 2 ) . Normally, since n< m 2 and h<m, thus, the asymptotic time complexity of our algorithm is O ( m 3 ) .

Implementation and running time

We implemented the proposed method using Java programming language with JDK 1.6. The proposed method is applied on a desktop computer with Inter(R) Core(TM)2 Duo CPU E8500 @3.16GHz 3.17 GHz processor and 8 GB memory. The amount of running time depends on the size of dataset. The running time of the proposed method on Gavin_2006 dataset was 34653 milliseconds, and the application to Krogan_2006 dataset was 61336 milliseconds. This running time only contained the time of process of calculation of pair-wise similarity for bait proteins, expansion process and post-process, excluding the time of application of hierarchical clustering method to generate seed clusters since we utilized the software toolkit, MultiDendrograms [28], for this purpose.

Results

Preparation of data

We applied our method on two recently published datasets in bait-prey relationships in Yeast. One is the dataset obtained by Gavin et al [5] with 1993 bait proteins, 2671 prey proteins and 19157 bait-prey relationships; the other is the dataset published by Krogan et al. [23], which contains 2233 bait proteins, 5219 prey proteins and 40623 bait-prey relationships. 94 prey proteins were suspected as non-specific contaminants [23] so that they were excluded from the raw data of Krogan et al's dataset. For convenience, we name these two datasets as Gavin_2006 and Krogan_2006 for short.

We built the benchmark set of complexes from hand-curated complexes derived from the Wodak lab CYC2008 catalogue [29] which contains 408 complexes. In order to evaluate the biological coherence of our predicted complexes, we also download the list of cellular localizations (GO terms under "Cellular Component") of proteins from GO [24]. Specifically, we derived complexes with Cellular Component annotations below the "protein complex" GO term. We remove GO annotations with IEA evidence codes due to their lack of reliability. Thus, a total of 319 protein complexes were derived accordingly. To fairly evaluate performance of different methods, we only considered the set of benchmark complexes that contain at least 2 proteins which are in PPI networks. We employ similar method of pre-processing benchmark complexes in literatures [22, 30], that is, we exclude complexes which have number of overlapped proteins with those in networks less than 2. Thus, a final set of benchmark complexes is generated for each PPI network. Table 1 shows figures of number and average size of known complexes derived from the two testing PPI networks. For convenience, we call these two sets of benchmark complexes CYC-2008 and GO-CC for short.

Table 1 The number and average size of known complexes derived from two PPI networks

Quality assessment

We utilize evaluation metrics, i.e., accuracy and homogeneity suggested by Broheé and Helden [17]. These two metrics measures the overlap degree between predicted clusters and benchmark complexes.

Let C be the set of predicted clusters generated by the clustering algorithm, and let C * be the subset of C, C * C, containing clusters that have at least two nodes annotated in any of benchmark complexes. Let M be the set of benchmark complexes and let M * , M * M, be the set of benchmark complexes excluding those which contain proteins that are not found in the network. Let n be the number of clusters in C*, and m be the number of complexes in M * , then a n×m confusion matrix Z is constructed for comparison between predicted clusters and benchmark complexes. The ith row stands for predicted cluster i while the j t h column corresponds to benchmark complex j. The entry z i j represents the number of proteins found in i t h cluster that are annotated in j t h benchmark complex. z i is the size of i t h predicted cluster while z j represents size of j t h benchmark complex.

• Accuracy

Accuracy measures the general correspondence between predicted clusters and benchmark complexes, which contains two components, sensitivity (Se) and positive predictive value (PPV).

Sensitivity is defined to calculate the proportion of proteins in benchmark complex j which are covered in predicted cluster i. The maximal sensitivity value of benchmark complex j is obtained which indicates the coverage of the j t h by its best-matching predicted cluster. The general sensitivity is the weighted average of each benchmark complex's best sensitivity value over all benchmark complexes,

S e = j = 1 m z j m a x j = 1 m z i j z j j = 1 m z j
(7)

PPV reveals the fraction of proteins annotated in benchmark complex j in a predicted cluster i. Again, the maximal PPV of each predicted cluster is calculated. The general positive predictive value can be computed over all the clusters as the weighted average of each predicted cluster's best PPV,

P P V = i = 1 n z i m a x i = 1 n z i j j = 1 m z i j i = 1 n z i
(8)

Accuracy is defined as the geometric mean of the product of general sensitivity and positive predictive value,

Accuracy= S e × P P V
(9)

Thus, high precision value requires a high performance for both measures. The higher precision values the better quality of a clustering result.

• Homogeneity

Complex-wise homogeneity h M j shows the fraction of proteins in a same benchmark complex j over all the generated clusters. Meanwhile, cluster-wise homogeneity h C i is defined to represent the distribution of proteins detected as members in the same cluster i over annotated complexes. These two measures can be represented as:

h M j = i n z i j i = 1 n z i j × z i j j = 1 m z i j
(10)
h C i = i m z i j j = 1 m z i j × z i j i = 1 n z i j
(11)

Similarly, in order to reflect a clustering result as a whole, the average values of h M j and h C i is calculated respectively and shown as follows:

m e a n h M = 1 m × j = 1 m h M j
(12)
m e a n h C = 1 n × i = 1 n h C i
(13)

Thus clustering-wise homogeneity Ho is defined as the geometric mean of the product of general meanhM and meanhC,

Ho= m e a n h M × m e a n h C
(14)

Homogeneity reflects relative ratio of distribution of overlapping intersections between annotated complexes and generated clusters. When proteins are allowed to be assigned to multiple clusters, the value h C i will be lower and thus the homogeneity value will be lower.

• Sensitivity and specificity

To further assess the quality of predicted clusters, we also measure the specificity and sensitivity of predicted complexes with respect to the set of benchmark complexes. We utilize the overlap score introduced by Bader and Hogue [8] to measure the level of significant match of a predicted cluster C i , with regard to a known complex M j , that is, ρ= ( | C i M j | ) / ( | C i | * | M j | ) , where | C i M j | is the number of overlapped proteins between the predicted cluster C i and the known complex M j , | C i |*| M j | is the product of the size of the predicted cluster and the known complex. For each predicted cluster, we identify a known complex with which the intersection is the most significant according to a threshold value of ρ. Thus, according to the analysis of a specificity and sensitivity in [8], the number of true positives (TP) is defined as the number of predicted clusters with the value of ρ over a given threshold and the number of false positives (FP) is defined as the total number of predicted clusters minus TP. The number of false negatives (FN) is the number of benchmark complexes which are not matched by any predicted complexes. Thus,

Sensitivity=TP/ ( T P + F N )
(15)

and

specificity=TP/ ( T P + F P )
(16)

F-Measure is the harmonic average of sensitivity and specificity. In our experiments, based on the study of Bader and Hogue [8], we consider that a predicted cluster significantly matches a benchmark complex if the corresponding ρ0.2.

Selection of parameters

We selected the parameters following a trial-and-error procedure. Unless indicated otherwise, the results reported in this paper were derived based on the following parameter settings: the hierarchical clustering was implemented with un-weighted average linkage and the cut-off values set to 0.3 and 0.25 for Gavin_2006 and Krogan_2006 networks, respectively.

We choose the set of parameters of MCL and MCODE recommended by Broheé and Helden [17]. Specifically, we use inflation rate 1.8 for MCL. For MCODE, we set the parameters depth equal to 100, node score percentage as 0, Haircut is TURE, Fluff is FALSE and the percentage for complex fluffing as 0.2. The k value required for CFinder was set to 5. As for the CODEC algorithm, there are two schemes, CODEC-w0 and CODEC-w1. We compare our method to both schemes of CODEC. We only use final predicted clusters from COACH, without considering its predicted core clusters.

Experimental results and discussion

We compare performance of our method with that of several state-of-art clustering methods, which are categorized into two groups. One includes MCL [12, 13], MCODE [8], CFinder [11], and COACH [20], each treating AP-MS data as non-bipartite graph; and the other is CODEC [22] the algorithm that treated AP-MS data also as a bipartite graph. The input for algorithms in the first category is the set of interactions from a bait protein to its preys represented as the Spoke model [8].

• Accuracy and homogeneity

Evaluation results of accuracy and homogeneity, using benchmark complexes from CYC-2008 catalogue and GO-CC, of different clustering methods in Gavin network are listed in Tables 2 and 3.

Table 2 Performance comparison on Gavin_2006 with CYC-2008
Table 3 Performance comparison on Gavin_2006 with GO-CC

The results shown in Table 2 highlight that the proposed method achieves the highest PPV and Accuracy value, although it has relatively low sensitivity. Sensitivity measures how well a complex could be found in the cluster. We could see from Tables 2, 3, 4 and 5, MCL has the highest sensitivity value and COACH and CODEC achieve relatively higher sensitivity as well on both Gavin_2006 and Krogan_2006 network. This could be partially attributed to the inclusion of larger modules in their results. For example, as shown in Table 6, COACH tends to yield larger clusters since the average size of generated clusters is about 78 and 181 in Gavin_2006 and Krogan_2006 dataset, respectively. A large cluster may be composed of several smaller benchmark complexes so that the sensitivity value of these small benchmark complexes is very high. As for MCL, although the average size of predicted clusters is not the highest, there exists a very large cluster in the clustering result. For instance, tuning the inflation rate from 1.8 to 2.5, the size of biggest cluster from MCL varies from 1578 to 875, which may not be biologically meaningful.

Table 4 PerformancecComparison on Krogan_2006 with CYC-2008
Table 5 Performance comparison on Krogan_2006 with GO-CC
Table 6 Number and average size of predicted clusters from different methods on the two testing PPI networks (exclude singleton clusters)

PPV value indicates the fraction of clustering results which have also been identified and annotated in the benchmark complexes so far. It favours smaller clusters. In order to be fair, as stated above, we excluded clusters whose size of overlap with curated complexes is less than two proteins. Results show that our method obtains the highest PPV value in comparison to other algorithms. The better accuracy suggests that the proposed algorithm can achieve a much better performance as the value of the accuracy reflects the general performance of a clustering algorithm based on the estimation of the overall correspondence between the set of predicted clusters and the set of annotated complexes.

Homogeneity is the product of the fraction of members in a cluster found in an annotated complex by the fraction of members in the complex found in a cluster. High homogeneity indicates a bi-directional correspondence between a cluster and a complex [17]. The maximal value of homogeneity is 1 when a cluster matches perfectly with a complex which means that the cluster consists of all its members identified in the complex. As shown in Table 2, the proposed algorithm achieves the best performance in terms of the clustering-wise homogeneity value, which reflects the general agreement between identified clusters and benchmark complexes, as well as the quality of a clustering result as a whole.

Similar observations can be made when analysing the Krogan_2006 data as shown in Tables 4 and 5. Our proposed method outperforms other clustering algorithms except CODEC. While CODEC_w1 yields better accuracy than our proposed method, it yields a very low value of homogeneity. This could partly be due to the high level of overlap between clusters generated. In the clustering results obtained by using CODEC-w1, the average overlap rate between predicted clusters is 52% and 50% for Gavin_2006 and Krogan_2006 datasets, respectively. Though relatively lower accuracy value than CODEC-w1, our proposed method still achieves the best performance in terms of both highest PPV and homogeneity.

• Specificity and sensitivity

Table 7 shows the result of specificity and sensitivity for clustering results produced by each clustering algorithm when apply to Gavin_2006 network. As discussed in the previous section, the sensitivity is used to measure the percentage of benchmark complexes recovered by predicted clusters whose overlap score satisfies the given threshold. As shown in Table 7, the sensitivity derived from all the algorithms are very high for Gavin_2006 dataset, suggesting that almost all benchmark complexes in the derived set are recovered by predicted clusters. Nevertheless, the proposed method achieves the highest specificity value which measures fraction of predicted clusters that match benchmark complexes. This suggests our proposed method reaches a much higher level of true positives in the clustering results. Moreover, the proposed algorithm achieves the highest F-Measure further demonstrating its performance.

Table 7 Specificity/sensitivity/F-measure results on the two testing PPI networks with CYC-2008 and GO-CC benchmark complexes on Gavin_2006

In the results obtained from Krogan_2006 network (shown in Table 8), CFinder achieves highest specificity value, but its sensitivity value is lower. MCODE, COACH, as well as MCL, also have lower sensitivity value compared to that obtained in Gavin_2006 network. Both CODEC and our proposed method still recover most fractions of benchmark complexes, highlighting the significance of the incorporation of co-complex relations into the analysis of AP-MS data. However, the proposed method achieves the highest F-measure which again indicates our proposed method outperforms other clustering algorithms in terms of the overall performance measurement.

Table 8 specificity/sensitivity/F-measure results on the two testing PPI networks with CYC-2008 and GO-CC benchmark complexes on Krogan_2006

• Analysis of biological significance of clustering

To further validate biological significance of the results obtained by the proposed method, we next discuss several predicted complexes that are found by our method but not detected by other methods, which are also biological relevant. Here, we present examples of clusters obtained from Krogan_2006 network.

One example of fully-matched clusters identified by the proposed algorithm but not found in results produced by other algorithms, includes four proteins, that is YJR112W, YPL233W, YAL034W-A, and YIR010W. This protein complex has been defined as a kinetochore complex that binds to centromeric chromatin and forms part of the inner kinetochore of a chromosome in the nucleus [31, 32]. Another cluster found by our method and not identified by other algorithms, is composed of five proteins, YIL097W, YMR135C, YIL017C, YGL227W and YDR255C, which are all annotated by GO term: 0034657 (GID complex) [33, 34]. Although not including all proteins, the predicted complex matches five out of seven proteins in the complex with ubiquitin ligase activity that is involved in proteasomal degradation of fructose-1,6-bisphosphatase (FBPase) and phosphoenolpyruvate carboxykinase during the transition from gluconeogenic to glycolytic growth conditions [33, 34]. Another example is the cluster consisting of six proteins, i.e., YJR082C, YEL018W, YNL136W, YFL024C, YOR244W and YHR090. Among these six proteins, three belong to the subunits of NuA4 in baker's yeast, within an essential histone H4/H2A acetyltransferase complex annotated by GO cellular component term GO:0032777 [35, 36]. Although not all listed in the protein complex, the other 3 proteins found in the cluster have been identified as subunit of the NuA4 histone acetyltransferase complex in the yeast [35, 36].

These cases exemplify that, by the incorporation of information of bait proteins in the clustering analysis of AP-MS data, the propose method has the advantage to discover significant functional modules from the networks.

Conclusions

In this paper, we propose a new algorithm for discovering functional modules and complexes in AP-MS PPI networks. It has been tested on two real AP-MS PPI networks, i.e., Gavin_2006 [5] network and Krogan_2006 network [23]. Comparing to well-known MCL algorithm, our algorithm improves the accuracy rate by about 20% in extracting protein complexes from both AP-MS networks and increases the F-measure value by about 50% on Krogan_2006 network. Greater accuracy, better homogeneity and higher specificity and sensitivity were achieved in comparison with the results produced by several state-of-art clustering algorithms. The main feature of our method is that it detects protein complexes by taking co-complex relations into account from AP-MS data. Furthermore, the proposed method is able to detect overlapping modules encoding in PPI networks. In addition, the framework proposed in this paper can be easily extended to the analysis of other biological networks which can be conveniently represented by bipartite graphs such as drug-targets networks.

Currently, our proposed algorithm only considers the topological features of PPI networks. Incorporation of other biological information such as semantic similarity derived from GO into the clustering process would be an important part of our future work.

In this study, the determination of the parameters was based on trial and error. Integration with other techniques such as Genetic Algorithm for the dynamic determination of learning parameters provides another direction of our research.

References

  1. Ghavidel A, Cagney G, Emili A: A skeleton of the human protein interactome. Cell. 2005, 122 (6): 830-2. 10.1016/j.cell.2005.09.006.

    Article  CAS  PubMed  Google Scholar 

  2. 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 USA. 2001, 98 (8): 4569-4574. 10.1073/pnas.061034498.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  3. Uetz P, Glot L, Cagney G, Mansfield TA, Judson RS, Knight JR, Lockshon D, Narayan V, Srinivasan M, Pochart P, Qureshi-Emili A, Li Y, Godwin B, 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 

  4. Gavin AC, Bösche M, Krause R, Grandl P, Marzloch M, Baer A, Schultz J, Rick JM, Mlchon AM, Cruclat CM, Remor M, Höfert C, Schelder M, Brajenovlc M, Ruffner H, Merlno A, Klein K, Hudak M, Dickson D, Rudl T, Gnau V, Bauch A, Bastuck S, Huhse B, Leutwein C, Heurtler MA, Copley RR, Edelmann A, Querfurth E, Rybin V, Drewes G, Ralda 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-7. 10.1038/415141a.

    Article  CAS  PubMed  Google Scholar 

  5. Gavin A, Aloy P, Grandi P, Krause R, Boesche M, Marzioch M, Rau C, Jensen LJ, Bastuck S, Dümpelfeld B, Edelmann A, Heurtier M, Hoffman V, Hoefert C, Klein K: Proteome survey reveals modularity of the yeast cell machinery. Nature. 2006, 440 (7084): 631-6. 10.1038/nature04532.

    Article  CAS  PubMed  Google Scholar 

  6. Yu J, Fotouhi F: Computational approaches for predicting protein-protein interactions: a survey. J Med Sys. 2006, 30 (1): 39-44. 10.1007/s10916-006-7402-3.

    Article  Google Scholar 

  7. Spirin V, Mirny L: Protein complexes and functional modules in molecular networks. Proc Natl Acad Sci USA. 2003, 100 (21): 12123-12128. 10.1073/pnas.2032324100.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  8. Bader GD, Hogue CW: An automated method for finding molecular complexes in large protein interaction networks. BMC Bioinformatics. 2003, 4: 2-10.1186/1471-2105-4-2.

    Article  PubMed Central  PubMed  Google Scholar 

  9. Hartuv E, Shamir R: A clustering algorithm based on graph connectivity. Information Processing Letters. 2000, 76 (4-6): 175-181. 10.1016/S0020-0190(00)00142-3.

    Article  Google Scholar 

  10. King AD, Przulj N, Jurisica I: Protein complex prediction via cost-based clustering. Bioinformatics. 2004, 20 (17): 3013-20. 10.1093/bioinformatics/bth351.

    Article  CAS  PubMed  Google Scholar 

  11. Adamcsek B, Palla G, Farkas IJ, Derenyi I, Vicsek T: CFinder: locating cliques and overlapping modules in biological networks. Bioinformatics. 2006, 22 (8): 1021-1023. 10.1093/bioinformatics/btl039.

    Article  CAS  PubMed  Google Scholar 

  12. Dongen S: Graph clustering by flow simulation [Ph.D. dissertation]: Centers for Mathematics and Computer. 2000, Science, University of Utrecht

    Google Scholar 

  13. Enright AJ, Van Dongen S, Ouzounis CA: An efficient algorithm for large-scale detection of protein families. Nucleic Acids Res. 2002, 30 (7): 1575-10.1093/nar/30.7.1575.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  14. Zhou H, Lipowsky R: Network Brownian motion: a new method to measure vertex-vertex proximity and to identify communities and subcommunities. International conference on Computational Science. 2004, 1062-1069.

    Google Scholar 

  15. Pons P, Latapy M: Computing communities in large networks using random walks. J Graph Algorithms Appl. 2006, 10 (2): 191-218. 10.7155/jgaa.00124.

    Article  Google Scholar 

  16. Macropol KK, Can TT, Singh AKA: RRW: repeated random walks on genome-scale protein networks for local cluster discovery. BMC Bioinformatics. 2009, 10: 283-10.1186/1471-2105-10-283.

    Article  PubMed Central  PubMed  Google Scholar 

  17. Brohée SS, van Helden JJ: Evaluation of clustering algorithms for protein-protein interaction networks. BMC Bioinformatics. 2006, 7: 488-10.1186/1471-2105-7-488.

    Article  PubMed Central  PubMed  Google Scholar 

  18. Collins SR, Kemmeren P, Zhao XC, Greenblatt JF, Spencer F, Holstege FC, Weissman JS, Krogan NJ: Toward a comprehensive atlas of the physical interactome of Saccharomyces cerevisiae. Molecular & Cell Proteomics. 2007, 6 (3): 439-50.

    Article  CAS  Google Scholar 

  19. Pu SS, Vlasblom JJ, Emili AA, Greenblatt JJ, Wodak SJS: Identifying functional modules in the physical interactome of Saccharomyces cerevisiae. Proteomics. 2007, 7 (6): 944-960. 10.1002/pmic.200600636.

    Article  CAS  PubMed  Google Scholar 

  20. Wu MM, Li XX, Kwoh CC, Ng SS: A core-attachment based method to detect protein complexes in PPI networks. BMC Bioinformatics. 2009, 10: 169-10.1186/1471-2105-10-169.

    Article  PubMed Central  PubMed  Google Scholar 

  21. Scholtens D, Vidal M, Gentleman R: Local modeling of global interactome networks. Bioinformatics. 2005, 21 (17): 3548-3557. 10.1093/bioinformatics/bti567.

    Article  CAS  PubMed  Google Scholar 

  22. Geva G, Sharan R: Identification of protein complexes from co-immunoprecipitation data. Bioinformatics. 2011, 27 (1): 111-117. 10.1093/bioinformatics/btq652.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  23. Krogan NJ, Cagney G, Yu H, Zhong G, Guo X, Ignatchenko A, Li J, Pu S, Datta N, Tikuisis AP, Punna T, Peregrín-Alvarez JM, Shales M, Zhang X, Davey M, Robinson MD, Paccanaro A, Bray JE, Sheung A, Beattie B, Richards DP, Canadien V, Lalev A, Mena F, Wong P, Starostine A, Canete MM, Vlasblom J, Wu S, Orsi C, Collins SR, Chandran S, Haw R, Rilstone JJ, Gandi K, Thompson NJ, Musso G, St Onge P, Ghanny S, Lam MH, Butland G, Altaf-Ul AM, Kanaya S, Shilatifard A, O'Shea E, Weissman JS, Ingles CJ, Hughes TR, Parkinson J, Gerstein M, Wodak SJ, Emili A, Greenblatt JF: Global landscape of protein complexes in the yeast Saccharomyces cerevisiae. Nature. 2006, 440 (7084): 637-643. 10.1038/nature04670.

    Article  CAS  PubMed  Google Scholar 

  24. Ashburner M, Ball C, Blake J, Botstein D, Butler H, Cherry JM, Davis , Dolinski K, Dwight SS, Eppig JT, Harris M, Hill DP, Issel-Tarver L, Kasarskis A: Gene Ontology: tool for the unification of biology. Nat Genet. 2000, 25 (1): 25-29. 10.1038/75556.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  25. Altaf-Ul-Amin MM, Shinbo YY, Mihara KK, Kurokawa KK, Kanaya SS: Development and implementation of an algorithm for detection of protein complexes in large interaction networks. BMC Bioinformatics. 2006, 7: 207-10.1186/1471-2105-7-207.

    Article  PubMed Central  PubMed  Google Scholar 

  26. Radicchi FF, Castellano CC, Cecconi FF, Loreto VV, Parisi DD: Defining and identifying communities in networks. Proc Natl Acad Sci USA. 2004, 101 (9): 2658-2663. 10.1073/pnas.0400054101.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  27. Jaccard P: Étude comparative de la distribution florale dans une portion des Alpes et des Jura. Bulletin de la Société Vaudoise des Sciences Naturelles. 1901, 37: 547-579.

    Google Scholar 

  28. Fernández A, Gómez S: Solving Non-Uniqueness in Agglomerative Hierarchical Clustering Using Multidendrograms. Journal of Classification. 2008, 25 (1): 43-65. 10.1007/s00357-008-9004-x.

    Article  Google Scholar 

  29. Pu S, Wong J, Turner B, Cho E, Wodak SJ: Up-to-date catalogues of yeast protein complexes. Nucleic Acids Res. 2009, 37 (3): 825-831. 10.1093/nar/gkn1005.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  30. Song J, Singh M: How and when should interactome-derived clusters be used to predict functional modules and protein function?. Bioinformatics. 2009, 25 (23): 3143-3150. 10.1093/bioinformatics/btp551.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  31. Scharfenberger M, Ortiz J, Grau N, Janke C, Schiebel E, Lechner J: Nsl1p is essential for the establishment of bipolarity and the localization of the Dam-Duo complex. EMBO J. 2003, 22 (24): 6584-97. 10.1093/emboj/cdg636.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  32. UniProt-GOA: Gene Ontology annotation based on manual assignment of UniProtKB keywords in UniProtKB/Swiss-Prot entries. 2001

    Google Scholar 

  33. Regelmann J, Schuele T, Josupeit FS, Horak J, Rose M, Entian K, Thumm M, Wolf DH: Catabolite Degradation of Fructose-1,6-bisphosphatase in the Yeast Saccharomyces cerevisiae: A genome-wide screen identifies eight novel GID genes and indicates the existence of two degradation pathways. Mol Biol Cell. 2003, 14 (4): 1652-1663. 10.1091/mbc.E02-08-0456.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  34. Santt OO, Pfirrmann TT, Braun BB, Juretschke JJ, Kimmig PP, Scheel HH, Hofmann KK, Thumm MM, Wolf DHD: The yeast GID complex, a novel ubiquitin ligase (E3) involved in the regulation of carbohydrate metabolism. Mol Biol Cell. 2008, 19 (8): 3323-3333. 10.1091/mbc.E08-03-0328.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  35. Boudreault AA, Cronier D, Selleck W, Lacoste N, Utley RT, Allard S, Savard J, Lane WS, Tan S, Cote J: Yeast Enhancer of Polycomb defines global Esa1-dependent acetylation of chromatin. Genes Dev. 2003, 17 (11): 1415-1428. 10.1101/gad.1056603.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  36. Selleck W, Fortin I, Sermwittayawong D, Cote J, Tan S: The Saccharomyces cerevisiae Piccolo NuA4 Histone Acetyltransferase complex requires the enhancer of Polycomb A domain and chromodomain to acetylate nucleosomes. Mol Cell Biol. 2005, 25 (13): 5535-5542. 10.1128/MCB.25.13.5535-5542.2005.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

Download references

Acknowledgements

BC is supported by the Vice Chancellor's Research Scholarships, University of Ulster, UK.

This article has been published as part of BMC Systems Biology Volume 6 Supplement 3, 2012: Proceedings of The International Conference on Intelligent Biology and Medicine (ICIBM) - Systems Biology. The full contents of the supplement are available online at http://www.biomedcentral.com/bmcsystbiol/supplements/6/S3.

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Haiying Wang.

Additional information

Competing interests

The authors declare that they have no competing interests.

Authors' contributions

BC conceived of the study and carried out all programming and analyses as a Ph.D student in the University of Ulster. HYW supervised the study and provided valuable input for experiments. HZ and HW supervised the study and helped to draft 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

Cai, B., Wang, H., Zheng, H. et al. Detection of protein complexes from affinity purification/mass spectrometry data. BMC Syst Biol 6 (Suppl 3), S4 (2012). https://doi.org/10.1186/1752-0509-6-S3-S4

Download citation

  • Published:

  • DOI: https://doi.org/10.1186/1752-0509-6-S3-S4

Keywords