Skip to main content

Identification of protein complexes from multi-relationship protein interaction networks

Abstract

Background

Protein complexes play an important role in biological processes. Recent developments in experiments have resulted in the publication of many high-quality, large-scale protein-protein interaction (PPI) datasets, which provide abundant data for computational approaches to the prediction of protein complexes. However, the precision of protein complex prediction still needs to be improved due to the incompletion and noise in PPI networks.

Results

There exist complex and diverse relationships among proteins after integrating multiple sources of biological information. Considering that the influences of different types of interactions are not the same weight for protein complex prediction, we construct a multi-relationship protein interaction network (MPIN) by integrating PPI network topology with gene ontology annotation information. Then, we design a novel algorithm named MINE (identifying protein complexes based on Multi-relationship protein Interaction NEtwork) to predict protein complexes with high cohesion and low coupling from MPIN.

Conclusions

The experiments on yeast data show that MINE outperforms the current methods in terms of both accuracy and statistical significance.

Background

With the completion of the sequencing of the human genome, proteomic research becomes one of the most important areas in the life science. One important task in proteomics is to detect protein complexes based on protein-protein interaction (PPI) data generated by various experimental technologies, e.g., yeast-two-hybrid [1], tandem affinity purification [2], and mass spectrometry [3]. Protein complexes are molecular aggregations of proteins assembled by PPIs, which play critical roles in biological processes. Many proteins are functional only when they are assembled into a protein complex and interact with other proteins in this complex. Protein complexes are key molecular entities to perform cellular functions. Even in the relatively simple model organism Saccharomyces cerevisiae, these complexes are comprised of many subunits that work in a coherent fashion. Besides applications of PPI networks, such as protein function predictions [4] and essential protein discoveries [5–11], prediction of protein complexes is another active topic. Actually, protein complexes are of great importance for understanding the principles of cellular organization and function.

Many computational methods for predicting protein complexes from PPI networks have been developed. Pair-wise protein interactions can be modelled as a graph or network, where vertices are proteins and edges are PPIs. Since proteins in the same complex are highly interactive with each other, protein complexes generally correspond to dense subgraphs in the PPI network and many previous studies have been proposed based on this observation, such as MCODE (Molecular Complex detection) [12], MCL (Markov Cluster algorithm) [13], R-MCL (Regularized MCL) [14], CMC (Maximal Clique algorithm) [15], RRW (Repeated Random Walks) [16], SPICi (Speed and Performance in Clustering algorithm) [17], HC-PIN (Hierarchical Clustering based on Protein-Protein Interaction Network) [18], IPC-MCE (Identifying Protein Complexes based on Maximal Clique Extension) [19], and IPCA (Identification of Protein Complexes Algorithm) [20]. Nepusz et al. [21] proposed an algorithm to find overlapping protein complexes from PPI networks, named ClusterONE (Clustering with Overlapping Neighborhood Expansion). For the convenience of researchers, MCODE, ClusterONE, etc. have been designed as plus-in for protein complex prediction and biological network analysis. ClusterViz [22] is such a Cytoscape APP to complete this work.

However, these abovementioned approaches for extracting dense subgraphs fail to take into account the inherent organization. Recent analysis of experimentally detected protein complexes [23] has revealed that a complex consists of a core component and attachments. Core proteins are highly co-expressed and share high functional similarity, and each attachment protein binds to a subset of core proteins to form a biological complex. Based on the core-attachment concept, some algorithms have been proposed, including COACH (Core-Attachment-based method) [24], CORE [25], MCL-Caw [26], DCU (Detecting Complex based on Uncertain graph model) [27], and WPNCA (a Weighted PageRank-Nibble algorithm with Core-Attachment structure) [28].

In spite of the advances in computational approaches and related fields, accurate identification protein complexes are still a bottleneck. One of the most important reasons is that the PPI network contains a lot of false positives which greatly reduce the complex detection accuracy. To address this problem, biological information other than PPIs has been integrated with network topology to improve the precision of protein complex detection methods. Wu et al. proposed a method called CACHET to discover protein complexes with core-attachment structures from tandem affinity purification (TAP) data [29]. Tang et al. [30] constructed time course PPI networks by incorporating gene expression into PPI networks and applied it successfully to the identification of function modules. Wang et al. [31] proposed a three-sigma method to identify active time points of each protein in a cellular cycle, where three-sigma principle is used to compute an active threshold for each gene according to the characteristics of its expression curve. A dynamic PPI network (DPIN) is constructed for the detection of protein complexes. Li et al. proposed novel algorithms, such as TSN-PCD [32] and DPC [33], to identify dynamic protein complexes by integrating PPI data and dynamic gene expression profiles. Zhao et al. [34] reconstructed a weighted PPI network by using dynamic gene expression data and developed a novel protein complex identification algorithm, named PCIA-GeCo.

There exist complex and diverse relationships among proteins after integrating multiple sources of biological information. However, comparing PPI data is difficult because they are often diverse and play different roles under different conditions. Current existing approaches failed to take into account and combined the interactions with different natures into one interaction effectively. Taking into account the influences of different types of interactions are not the same weight for protein complex prediction, we construct a multi-relationship protein interaction network (MPIN) by integrating PPI network topology with gene ontology (GO) annotation information. Then, a new method named MINE (identify protein complexes based on Multi-relationship protein Interaction NEtwork) is proposed. We have conducted an experiment on yeast data. Experimental results show that MINE outperforms the existing methods in terms of both accuracy and p value.

Methods

Multi-relationship protein interaction network

Complex networks have now been a new research focus because of surging networks in various fields such as engineering, social science, and life science. In reality, connections among nodes in complex networks are diversified. Multi-relationship means that there is more than one connection between two nodes and each of them has its own property. For instance, in social networks [35], persons contact with each other via emails, telephones, MSN, etc. and hence make up a complex multi-relationship network. Similarly, in biological networks, there are diverse links among proteins like physical interaction, co-expression, and co-annotation. However, multi-relationship networks are much more difficult to analyze than single-relationship networks. Multi-relationship networks are also essential in better reflecting the real world.

Definition 1 Multi-relationship network

Consider a PPI network G = (V, E), where V = {v 1, v 2,…, v n } represents a set of proteins and E = {e 1, e 2,…, e m } represents a set of interactions. A multi-relationship network is defined as MG = (V, E∪E’, T), where T(e i ) = t i (i = 1, 2…m) is the interaction type of e i . E’ is the set of new generated interactions.

In a multi-relationship network, a pair of proteins may be connected by more than one type of links. If there are two or more links between a pair of proteins, they are called parallel interactions. Figure 1 illustrates a typical multi-relationship network. From Fig. 1, we can see that proteins A and B have physical interaction in the PPI network and at the same time, A and B are also co-expression based on gene expression profiles and co-annotations based on gene ontology annotation information. In the multi-relationship network, multiple connections between A and B are kept.

Fig. 1
figure 1

An example of a typical multi-relationship network. There are three links between A and B, including physical interaction, co-expression, and co-annotation. Solid line represents physical interaction of PPI networks, dotted line represents co-annotation between two nodes, and the rest line indicates co-expression

Researches [27, 36] show that PPI data obtained through high-throughput biological experiments contains relatively high rates of false positives and false negatives. False positives become obstacle to the precision of prediction algorithm. False negatives lead to the loss of interaction data and continue to inhibit the increase of the number of protein complexes correctly matched. To overcome these problems, researches have begun to integrate the PPI network and other biological information, such as gene expression profiles, essential proteins, and GO annotation information. Due to the similar biological properties of protein complexes, GO annotation is a valuable addition to PPI data for protein complex prediction. Therefore, in this study we construct a multi-relationship protein interaction network by integrating PPI network topology and GO annotation information.

The GO database consists of three separate categories of annotations, namely molecular function (MF), biological process (BP), and cellular component (CC). MF describes activities, such as catalytic or binding activities, at the molecular level. BP describes biological goals accomplished by one or more ordered assemblies of molecular functions. CC describes locations, at the levels of subcellular structures and macromolecular complexes. In this study we integrate the PPI network and three categories of GO annotations to construct a multi-relationship protein interaction network. In our constructed multi-relationship network, four kinds of interactions at most can be considered between two proteins, namely the interactions of the PPI network and the interactions of sharing molecular functions, sharing biological processes, and sharing cellular components. Figure 2 describes the process of a multi-relationship network construction.

Fig. 2
figure 2

Schematic of construction of a multi-relationship protein interaction network. After inputting a PPI network and GO annotation files, MINE algorithms output a weighted multi-relationship protein interaction network. a The original PPI network. b The GO annotation file, including BP, MF, and CC. c The constructed multi-relationship protein interaction network by integrating PPI networks and GO annotation. d An example of a magnified sub-network of the multi-relationship network

In the constructed multi-relationship protein interaction network, two proteins are connected if they interact with each other in the PPI network or have common functions, including biological processes, molecular functions, and cellular components. After constructing a multi-relationship protein interaction network, we do some further processing, such as weighting and filtering. Studies [9, 10, 36] show that the performance of prediction algorithms based on weighted networks is generally superior to that based on un-weighted networks. The reason is simple: weight stands for the relative reliability/importance of interactions; thus, weighted networks can be more valuable than un-weighted networks in the representative of PPI networks. For the first type of interaction in our constructed multi-relationship network, interacting with each other in the PPI network, we weight these interactions through the analysis of topological features of PPI networks. Generally speaking, for a pair of interacting proteins, the strength of an interaction can be reflected by the number of its common neighbors. This study uses ECC to calculate the weight of protein pairs, which is defined as

$$ \mathrm{E}\mathrm{C}\mathrm{C}\left({v}_i,{v}_j\right)=\left\{\begin{array}{ccc}\hfill \frac{\left|{N}_i\cap {N}_j\right|{}^2}{\left(\left|{N}_i\right|-1\right)*\left(\left|{N}_j\right|-1\right)}\hfill & \hfill, \hfill & \hfill \left|{N}_i\right|>1\ \mathrm{and}\ \left|{N}_j\right|>1\hfill \\ {}\hfill 0\hfill & \hfill, \hfill & \hfill \left|{N}_i\right|=1\ \mathrm{or}\ \left|{N}_j\right|=1\hfill \end{array}\right., $$
(1)

where N i and N j are the neighborhood sets of v i and v j , respectively. To reduce the negative effect of false positive on the protein complex prediction, we remove interactions whose ECC values are zero.

For the rest three types of interaction, we weight interactions according to the number of common functions (including BP, MF, and CC) between two proteins. For a pair of proteins v i and v j , BP i and BP j are sets of biological processes of v i and v j , respectively. W_BP (v i , v j ) represents the strength of sharing biological processes, which is calculated as follows:

$$ \mathrm{W}\_\mathrm{B}\mathrm{P}\left({v}_i,{v}_j\right)=\left\{\begin{array}{ccc}\hfill \frac{\left|{\mathrm{BP}}_i\cap {\mathrm{BP}}_j\right|{}^2}{\left|{\mathrm{BP}}_i\left|*\right|{\mathrm{BP}}_j\right|}\hfill & \hfill, \hfill & \hfill \left|{\mathrm{BP}}_i\right|*\left|{\mathrm{BP}}_j\right|>0\hfill \\ {}\hfill 0\hfill & \hfill, \hfill & \hfill \left|{\mathrm{BP}}_i\right|*\left|{\mathrm{BP}}_j\right|=0\hfill \end{array}\right. $$
(2)

In Eq. (2), BP i ∩BP j denotes the set of common biological processes of v i and v j . In a similar way, W_MF (v i , v j ) and W_CC (v i , v j ) denote the strengths of sharing molecular functions and cellular components of v i and v j , respectively. They can be calculated as follows:

$$ \mathrm{W}\_\mathrm{M}\mathrm{F}\left({v}_i,{v}_j\right)=\left\{\begin{array}{ccc}\hfill \frac{\left|{\mathrm{MF}}_i\cap {\mathrm{MF}}_j\right|{}^2}{\left|{\mathrm{MF}}_i\left|*\right|{\mathrm{MF}}_j\right|}\hfill & \hfill, \hfill & \hfill \left|{\mathrm{MF}}_i\right|*\left|{\mathrm{MF}}_j\right|>0\hfill \\ {}\hfill 0\hfill & \hfill, \hfill & \hfill \left|{\mathrm{MF}}_i\right|*\left|{\mathrm{MF}}_j\right|=0\hfill \end{array}\right. $$
(3)
$$ \mathrm{W}\_\mathrm{C}\mathrm{C}\left({v}_i,{v}_j\right)=\left\{\begin{array}{ccc}\hfill \frac{\left|{\mathrm{CC}}_i\cap {\mathrm{CC}}_j\right|{}^2}{\left|{\mathrm{CC}}_i\left|*\right|{\mathrm{CC}}_j\right|}\hfill & \hfill, \hfill & \hfill \left|{\mathrm{CC}}_i\right|*\left|{\mathrm{CC}}_j\right|>0\hfill \\ {}\hfill 0\hfill & \hfill, \hfill & \hfill \left|{\mathrm{CC}}_i\right|*\left|{\mathrm{CC}}_j\right|=0\hfill \end{array}\right. $$
(4)

For the three types of interactions, we perform more stringent filter operations than the first type because they are newly generated interactions. For a pair of function-shared proteins, if they have only one common function or no common neighbors in the PPI network, interactions between them are removed. After performing the above operations, a weighted multi-relationship protein interaction network is constructed.

MINE algorithm

Considering the influences of different types of interactions in protein complex prediction are not the same, we construct a multi-relationship protein interaction network by integrating PPI networks and GO annotation information. To test the effectiveness of the multi-relationship network, we design a new method for predicting protein complexes, named MINE (based on Multi-relationship protein Interaction NEtwork). Multi-relationship networks have more complex attributes than single networks. Current protein complex prediction methods are mainly based on single networks. So, converting a multi-relationship network into single networks is key to design the MINE algorithm. A simple way for addressing this problem is to combine interactions with different natures to one interaction effectively. In reality, it is inappropriate for us to combine multiple interactions between two proteins because they are often derived under different conditions and play different roles in protein complex prediction. Considering that different types of interactions play different roles in detecting protein complexes, we decompose the multi-relationship network into several single networks, including the PPI network, BPN (sharing biological processes), MFN (sharing molecular functions) and CCN (sharing cellular components). Figure 3 displays the framework of multi-relationship decomposition.

Fig. 3
figure 3

Decomposition of a multi-relationship protein interaction network. The multi-relationship network is broken into several single networks, including PPI network, BPN (sharing biological process network), MFN (sharing molecular function), and CCN (sharing cellular component)

And then, we identify protein complexes through mining density subgraphs from the four networks. Intuitively, a subgraph representing a protein complex should satisfy two simple structural properties: it should contain many reliable interactions between its subunits, and it should be well-separated from the rest of the network [21]. Inspired by the notion, we take into account the density of a subgraph and connections between nodes of the subgraph and nodes out of the subgraph. To describe MINE simply and clearly, we provide the following definitions, firstly.

Definition 2 Weighted Density [27]

Given a weighted network G = (V, E, W). V = {v 1, v 2, …, v n }, E = {e 1, e 2,…, e m }, W = {w(e 1), w(e 2),…, w(e m )}, w(e i) is the weight of an edge e i. WD (G) denotes the weighted density of G and is defined as

$$ \mathrm{W}\mathrm{D}(G)=\frac{{\displaystyle \sum_{i=1}^mp\left({e}_i\right)\times 2}}{\underset{1\le i\le \Big|m}{ \max}\left(p\left({e}_i\right)\right)\times \left(\left|V\right|\times \left(\left|V\right|-1\right)\right)} $$
(5)

Definition 3 Sub-network Weighted Degree [36]

Given a weighted sub-network G = (V, E, W) and a vertex u, u∊V. V = {v 1, v 2, …, v n }, E = {e 1, e 2,…, e m }, W = {w(e 1), w(e 2),…, w(e m )}, w(e i) is the weight of an edge e i. SWD (u, G) denotes the weighted degree of u within G and is defined as

$$ \mathrm{S}\mathrm{W}\mathrm{D}\left(u,G\right) = {\displaystyle \sum_{i=1}^nw\left(u,{v}_i\right)},\left(u,{v}_i\right)\in E $$
(6)

Based on these definitions, we are now ready to describe our proposed MINE algorithm to detect protein complexes. Our method visits the four single networks, respectively, to discover density subgraphs as protein complexes. For a selected network, MINE starts from a randomly chosen protein vertex and add protein vertices via a greedy procedure to form a candidate complex with high cohesion and low coupling. The growth process is repeated from all vertices to form non-redundant complex sets. Since some vertices have similar neighborhood graphs, the candidate complexes detected from their neighborhood graphs may have large overlaps, which result in high redundancy. Hence, a redundancy-filtering procedure is applied to quantify the extent overlap between each pair of complexes and discard the complexes with low density or small size.

MINE algorithm (Algorithm 1) describes the overall procedure to identify protein complexes. MINE algorithm processes four single networks according to the multi-relationship network, such as PPIN, BPN, MFN, and CCN, in line 1. For a selected network G k , we first generate candidate complexes according to neighbors of all proteins in the network, in lines 3–8. The seed is inserted into the candidate set CCS, and then all neighbors of the seed are put into CCS one by one. If the weighted density of CCS is less than the threshold WDT, the new added neighbor node is removed from CCS. After this process, a candidate complex with high cohesion is formed. Then, we remove some nodes highly connected with the neighbor subgraph to form a candidate complex with low coupling, in lines 9–12. Figure 4 illustrates an example of removing high-coupling proteins. In Fig. 4, SWD(D, CCS) = 0.2, SWD(D, NS) = 0.3 + 0.4 = 0.7, D is removed from CCS.

Fig. 4
figure 4

An example of removing high-coupling proteins. The sum of weighted degree in CCS is 0.2, while that value in NS is 0.7, so D is removed from CCS, due to high coupling with neighbor set NS

Finally, if CCS is not a subset of complex in the set of protein complex SC, CCS is inserted into SC.

The second stage of our method is redundancy-filtering, in lines 15–20. Complexes overlapping to a very high extent should be discarded. With quantifying the extent of overlap between each pair of complexes, a complex with small weighted density or a small number of proteins is discarded for which overlap score of the pair is above the threshold. In our method, the overlap threshold is typically set as 0.8 [21, 27], where the matching score of two complexes A and B is defined as follows [15, 24]:

$$ \mathrm{M}\mathrm{S}\left(A,B\right)=\frac{\left|A\cap B\right|{}^2}{\left|A\left|\times \right|B\right|} $$
(7)
figure a

Results and discussion

In order to evaluate the performance of our proposed algorithm, we compare it with other five competing algorithms, including CMC [15], RRW [16], COACH [24], SPICi [17], and ClusterONE [21]. For all those competing algorithms, the parameters are set as recommended by their authors. We have applied our MINE method and other methods on two yeast PPI networks, including DIP [37] and Krogan [38]. These PPI datasets are available online, which varied from each other a lot. In this section, we will first present in details the results on DIP data. The results using Krogan data will also be briefly presented to demonstrate the effectiveness of our proposed method.

The DIP dataset consists of 5023 proteins and 22,570 interactions. The Krogan dataset contains 3672 proteins and 14,317 interactions. Self-interactions and repeated interactions are filtered out in the three PPI networks. To evaluate the protein complexes predicted by our method, a benchmark set is obtained from the reference [39], which consists of 408 complexes.

To assess the quality of predicted complexes, we employed several evaluation measures, including precision, recall, F-measure, and functional enrichment of GO terms.

Precision, recall, and F-measure

We describe how well the predicted protein complexes match with the benchmark complex set, firstly. A predicted protein complex is considered to match with a benchmark complex, if its matching score MS (see Eq. (7)) is no less than a threshold. Typically, the threshold is set as 0.2 [24, 27]. Precision and recall are the commonly used measures to evaluate the performance of protein complex prediction algorithms. Precision measures the percentage of predicted protein complexes that match benchmark complexes in all the predicted protein complexes. Recall is the fraction of benchmark complexes that are retrieved. Mathematically, precision and recall are defined as follows:

$$ \mathrm{Precision}=\frac{N_{\mathrm{cp}}}{\left|P\right|} $$
(8)
$$ \mathrm{Recall}=\frac{N_{\mathrm{cb}}}{\left|B\right|} $$
(9)

where N cp is the number of predicted complexes matched by benchmark complexes, N cb is the number of benchmark complexes that are matched by predicted complexes, P is the set of predicted protein complexes and B is the benchmark complex set.

F-measure, as the harmonic mean of precision and recall, can be used to evaluate the overall performance of the different techniques [21, 24]. Table 1 shows the basic information about predicted complexes by various methods on DIP data, where the best values are italized.

Table 1 The matching results of various algorithms

In Table 1, PC represents the total number of predicted complexes, while N pcp is the number of complexes perfectly matching the benchmark complexes. In other words, the matching score between a predicted complex and a benchmark complex is 1. From Table 1, we can see that MINE produces the largest number of correctly predicted complexes and the second-largest number of benchmark complexes after COACH, respectively, while PC of our method (606) is far less than COACH’s (902). The fifth column of Table 1 shows that MINE has the absolute advantage to obtain the largest number of perfectly matched complexes. N pcp of MINE is 137.5, 26.67, 375, 171.43, and 216.67 % higher than that of CMC, COACH, RRW, SPICi, and ClusterONE, respectively. Figure 5 shows the overall comparison in terms of precision, recall, and F-measure.

Fig. 5
figure 5

The performance comparison for various algorithms on DIP data. MINE achieves the highest precision, recall, and F-measure among all the six methods

On DIP data, F-measure of MINE is 0.551, which is 45.05, 29.23, 41.02, 112.62, and 48.59 % higher than that of CMC, COACH, RRW, SPICi, and ClusterONE, respectively. Our MINE method can achieve the highest F-measure by providing the highest precision and the same highest recall as COACH, which shows that our method can predict protein complexes very good.

Functional enrichment analysis

Another evaluation measure is the function enrichment which measures the biological significance of predicted protein complexes by various algorithms. To substantiate the biological significance of our predicted complexes, we calculate their p values, which represent the probability of co-occurrence of proteins with common functions [27]. In this wok, we employ the tool BiNGO [40] to calculate p values for predicted complexes. BiNGO is a Java-based tool to determine which GO categories are statistically overrepresented in a set of genes or a subgraph of a biological network. BiNGO is implemented as a plug-in for Cytoscape [41], which is an open-source bioinformatics software platform for visualizing and integrating molecular interaction networks. A low p value of a predicted complex indicates that those proteins in the complex do not happen merely by chance, so the complex has high statistical significance. Generally, a complex is considered to be significant with p value <0.01. In addition, the p-score is also used as an effective evaluation measure, which is defined as

$$ p\hbox{-} \mathrm{score}=\frac{1}{n}{\displaystyle \sum_{i=1}^n- \lg \Big(p\kern0.5em {\mathrm{value}}_i}\left)\right|p\kern0.5em {\mathrm{value}}_i<0.01 $$
(10)

Table 2 lists comparative results of various algorithms based on GO annotation, where the best values are italized. In Table 2, SC is the number of significant predicted complexes. That is, their p values are less than 0.01. Our MINE method achieves the highest proportion of significantly predicted complexes and p-score values among all algorithms. The p-score of MINE is 12.16, 18.41, 32.08, 48.38, and 20.20 % higher than that of CMC, COACH, RRW, SPICi, and ClusterONE, respectively. In addition, Table 2 indicates that RRW gets the highest proportion of significant complexes, while achieves a lower p-score values than ClusterONE because the p value of significant complexes predicted by ClusterONE are lower than RRW’s. These results suggest that the complexes predicted by MINE had the most biological significance.

Table 2 The comparison of various methods in terms of function enrichment

Effect of parameters on prediction performance

In MINE, we introduce a user-defined parameter WDT (weighted density threshold) to discover density subgraphs with high cohesion to form candidate complexes. To investigate the effect of parameter WDT on performance of MINE, we evaluate the prediction accuracy in terms of precision, recall, and F-measure by setting different values of WDT, ranging from 0 to 1. Figure 6 shows that the performance of our method fluctuates under various values of WDT. Figure 6 clearly indicates that MINE gets the best performance when WDT is assigned as 0.05.

Fig. 6
figure 6

The effect of threshold WDT. It shows that the precision, recall, and F-measure of our method fluctuate under various values of WDT. MINE gets the best overall performance when WDT is assigned as 0.05

Results using Krogan data

We also performed MINE method on the Krogan PPI network. The precision, recall, and F-measure of each algorithm based on Krogan data are shown in Fig. 7.

Fig. 7
figure 7

Precision, recall, and F-measure of various methods using Krogan data. It shows the performance comparison for the six methods using Krogan data. MINE still archives the best performance among all these methods in terms of precision, recall, and F-measure

Figure 7 indicates that our method gets the best performance among all these methods in terms of precision, recall, and F-measure. The F-measure of our method is 0.5, which is 68.63, 33.52, 45.53, 69.71, and 47.73 % higher than that of CMC, COACH, RRW, SPICi, and ClusterONE, respectively.

Conclusions

In this paper, we have constructed a multi-relationship protein interaction network (MPIN) by integrating PPI network topology with GO annotation information. For a pair of proteins in the MPIN, there exists more than one kind of interactions between them. To test the effectiveness of the MPIN, we have developed a novel method named MINE to predict protein complexes. MINE first decomposes the MPIN into four single relationship networks. Then, MINE visits four networks in turn for predicting protein complexes with high cohesion and low coupling. The results of experiments based on yeast PPI networks show that not only MINE achieves higher prediction accuracy than other existing methods but also majority of complexes predicted by MINE possess high biological significance. All results have proved that the constructed MPIN is useful for predicting protein complexes.

References

  1. 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. 2001;98:4569–74.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  2. Rigaut G, Shevchenko A, Rutz B, Wilm M, Mann M, Séraphin B. A generic protein purification method for protein complex characterization and proteome exploration. Nat Biotechnol. 1999;17:1030–2.

    Article  CAS  PubMed  Google Scholar 

  3. Ho Y, Gruhler A, Heilbut A, et al. Systematic identification of protein complexes in Saccharomyces cerevisiae by mass spectrometry. Nature. 2002;415:180–3.

    Article  CAS  PubMed  Google Scholar 

  4. Peng W, Li M, Chen L, and Wang L S. Predicting protein functions by using unbalanced random walk algorithm on three biological networks. IEEE/ACM Transactions on Computational Biology and Bioinformatics. doi 10.1109/TCBB.2015.2394314.

  5. Li M, Lu Y, Niu Z B, Wu F X. United complex centrality for identification of essential proteins from PPI networks. IEEE/ACM Transactions on Computational Biology and Bioinformatics. doi: 10.1109/TCBB.2015.2394487.

  6. Li M, Lu Y, Wang JX, Wu FX, Pan Y. A topology potential-based method for identifying essential proteins from PPI networks. IEEE/ACM Trans Comput Biol Bioinform. 2015;12(2):372–83.

    Article  PubMed  Google Scholar 

  7. Ren J, Wang JX, Li M, Wu FX. Discovering essential proteins based on PPI network and protein complex. Int J Data Min Bioinform. 2015;12(1):24–43.

    Article  PubMed  Google Scholar 

  8. Li M, Zheng RQ, Zhang HH, Wang JX, Pan Y. Effective identification of essential proteins based on priori knowledge, network topology and gene expressions. Methods. 2014;67(3):325–33.

    Article  CAS  PubMed  Google Scholar 

  9. Li M, Wang JX, Wang H, Pan Y. Identification of essential proteins from weighted protein interaction networks. J Bioinform Comput Biol. 2013;11(3):1341002.

    Article  PubMed  Google Scholar 

  10. Wang JX, Li M, Wang H, Pan Y. Identification of essential proteins based on edge clustering coefficient. IEEE/ACM Trans Comput Biol Bioinform. 2012;9(4):1070–80.

    Article  PubMed  Google Scholar 

  11. Tang Y, Li M, Wang JX, Pan Y, Wu FX. CytoNCA: a cytoscape plugin for centrality analysis and evaluation of biological networks. BioSystems. 2015;127:67–72.

    Article  CAS  PubMed  Google Scholar 

  12. Bader G, Hogue C. An automated method for finding molecular complexes in large protein interaction networks. BMC Bioinformatics. 2003;4:2.

    Article  PubMed  PubMed Central  Google Scholar 

  13. Enright AJ, Dongen SV, Ouzounis CA. An efficient algorithm for large-scale detection of protein families. Nucleic Acids Res. 2002;30:1575–84.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  14. Shih YK, Parthasarathy S. Identifying functional modules in interaction networks through overlapping Markov clustering. Bioinformatics. 2012;28:i473–9.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  15. Liu G, Wong L, Chua HN. Complex discovery from weighted PPI networks. Bioinformatics. 2009;25:1891–7.

    Article  CAS  PubMed  Google Scholar 

  16. Macropol K, Can T, Singh AK. RRW: repeated random walks on genome-scale protein networks for local cluster discovery. BMC Bioinformatics. 2009;10:283.

    Article  PubMed  PubMed Central  Google Scholar 

  17. Jiang P, Singh M. SPICi: a fast clustering algorithm for large biological networks. Bioinformatics. 2010;26:1105–11.

    Article  PubMed  PubMed Central  Google Scholar 

  18. Wang JX, Li M, Chen JE, Pan Y. A fast hierarchical clustering algorithm for functional modules discovery in protein interaction networks. IEEE/ACM Trans Comput Biol Bioinform. 2011;8(3):607–20.

    Article  PubMed  Google Scholar 

  19. Li M, Wang JX, Chen JE, Cai Z, Chen G. Identifying the overlapping complexes in protein interaction networks. Int J Data Min Bioinform (IJDMB). 2010;4(1):91–108.

    Article  Google Scholar 

  20. Li M, Chen J, Wang J, et al. Modifying the DPClus algorithm for identifying protein complexes based on new topological structures. BMC Bioinformatics. 2008;9(1):398.

    Article  PubMed  PubMed Central  Google Scholar 

  21. Nepusz T, Yu H, Paccanaro A. Detecting overlapping protein complexes in protein-protein interaction networks. Nature Methods. 2012;9:471–5.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  22. Wang JX, Zhong JC, Chen G, et al. ClusterViz: a Cytoscape APP for clustering analysis of biological network. IEEE/ACM Trans Comput Biol Bioinform. 2015;12(4):815–22.

    Article  PubMed  Google Scholar 

  23. Gavin A, Aloy P, Grandi P, et al. Proteome survey reveals modularity of the yeast cell machinery. Nature. 2006;440:631–6.

    Article  CAS  PubMed  Google Scholar 

  24. Wu M, Li X, Kwoh CK, Ng S. A core-attachment based method to detect protein complexes in PPI networks. BMC Bioinformatics. 2009;10:169.

    Article  PubMed  PubMed Central  Google Scholar 

  25. Leung HC, Xiang Q, Yiu SM, Y CF. Predicting protein complexes from PPI data: a core-attachment approach. J Comput Biol. 2009;16:133–44.

    Article  CAS  PubMed  Google Scholar 

  26. Srihari S, Ning K, Leong HW. MCL-CAw: a refinement of MCL for detecting yeast complexes from weighted PPI networks by incorporating core-attachment structure. BMC Bioinformatics. 2010;11:504.

    Article  PubMed  PubMed Central  Google Scholar 

  27. Zhao B, Wang J, Li M, et al. Detecting protein complexes based on uncertain graph model. IEEE/ACM Trans Comput Biol Bioinform. 2014;11:486–97.

    Article  PubMed  Google Scholar 

  28. Peng W, Wang J, Zhao B, et al. Identification of protein complexes using weighted PageRank-Nibble algorithm and core-attachment structure. IEEE/ACM Trans Comput Biol Bioinform. 2014;12:179–92.

    Article  Google Scholar 

  29. Wu M, Li X, Kwoh C, et al. Discovery of protein complexes with core-attachment structures from Tandem Affinity Purification (TAP) data. J Comput Biol. 2012;19:1027–42.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  30. Tang X, Wang J, Liu B, et al. A comparison of the functional modules identified from time course and static PPI network data. BMC Bioinformatics. 2011;12(1):339.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  31. Wang J, Peng X, Li M, et al. Construction and application of dynamic protein interaction network based on time course gene expression data. Proteomics. 2013;13:301–12.

    Article  CAS  PubMed  Google Scholar 

  32. Li M, Wu X, Wang J, et al. Towards the identification of protein complexes and functional modules by integrating PPI network and gene expression data. BMC Bioinformatics. 2012;13:109.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  33. Li M, Chen W, Wang J, et al. Identifying dynamic protein complexes based on gene expression profiles and PPI networks. BioMed Res Int. 2014;2014 (375262):10.

  34. Zhao J, Hu X, He T, et al. An edge-based protein complex identification algorithm with gene co-expression data. IEEE Trans Nanobioscience. 2014;13:80–8.

    Article  PubMed  Google Scholar 

  35. Fan W, Yeung KH. Similarity between community structures of different online social networks and its impact on underlying community detection. Commun Nonlinear Sci Numer Simul. 2015;20:1015–25.

    Article  Google Scholar 

  36. Zhao BH, Wang JX, Li M, et al. Prediction of essential proteins based on overlapping essential modules. IEEE Transactions on NanoBioscience. 2014;13:415–24.

    Article  PubMed  Google Scholar 

  37. Xenarios X et al. DIP: the database of interacting proteins. Nucleic Acids Res. 2000;28:289–91.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  38. Krogan N et al. Global landscape of protein complexes in the yeast Saccharomyces cerevisiae. Nature. 2006;440:637–43.

    Article  CAS  PubMed  Google Scholar 

  39. Pu S, Wong J, Turner B, et al. Up-to-date catalogues of yeast protein complexes. Nucleic Acids Res. 2009;37:825–31.

    Article  CAS  PubMed  Google Scholar 

  40. Maere S, Heymans K, Kuiper M. BiNGO: a Cytoscape plugin to assess overrepresentation ontology categories in biological network. Bioinformatics. 2005;21:3448–9.

    Article  CAS  PubMed  Google Scholar 

  41. Shannon P et al. Cytoscape: a software environment for integrated models of biomolecular interaction networks. Genome Res. 2003;13:2498–504.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

Download references

Acknowledgements

This work is supported in part by the National Natural Science Foundation of China under Grant No. 61472133, No. 31560317, and No. 61428209 and the Program for New Century Excellent Talents in University under Grant NCET-12-0547.

Declarations

Publication of this article has been funded by the National Natural Science Foundation of China (No. 61472133).

This article has been published as part of Human Genomics Volume 10 Supplement 2, 2016: From genes to systems genomics: human genomics. The full contents of the supplement are available online at http://0-humgenomics-biomedcentral-com.brum.beds.ac.uk/articles/supplements/volume-10-supplement-2.

Author information

Authors and Affiliations

Authors

Corresponding authors

Correspondence to Jianxin Wang or Bihai Zhao.

Additional information

Competing interests

The authors declare that they have no competing interests.

Authors’ contributions

XYL and BHZ obtained the protein-protein interaction data, gene ontology annotation data, and protein complex data. XYL and BHZ designed the new method MINE and analyzed the results. XYL and BHZ drafted the manuscript together. JW, FXW, and YP participated in revising the draft. All authors have read and approved the manuscript.

Rights and permissions

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

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Li, X., Wang, J., Zhao, B. et al. Identification of protein complexes from multi-relationship protein interaction networks. Hum Genomics 10 (Suppl 2), 17 (2016). https://0-doi-org.brum.beds.ac.uk/10.1186/s40246-016-0069-z

Download citation

  • Published:

  • DOI: https://0-doi-org.brum.beds.ac.uk/10.1186/s40246-016-0069-z

Keywords