Skip to main content

Detecting overlapping protein complexes in weighted PPI network based on overlay network chain in quotient space

Abstract

Background

Protein complexes are the cornerstones of many biological processes and gather them to form various types of molecular machinery that perform a vast array of biological functions. In fact, a protein may belong to multiple protein complexes. Most existing protein complex detection algorithms cannot reflect overlapping protein complexes. To solve this problem, a novel overlapping protein complexes identification algorithm is proposed.

Results

In this paper, a new clustering algorithm based on overlay network chain in quotient space, marked as ONCQS, was proposed to detect overlapping protein complexes in weighted PPI networks. In the quotient space, a multilevel overlay network is constructed by using the maximal complete subgraph to mine overlapping protein complexes. The GO annotation data is used to weight the PPI network. According to the compatibility relation, the overlay network chain in quotient space was calculated. The protein complexes are contained in the last level of the overlay network. The experiments were carried out on four PPI databases, and compared ONCQS with five other state-of-the-art methods in the identification of protein complexes.

Conclusions

We have applied ONCQS to four PPI databases DIP, Gavin, Krogan and MIPS, the results show that it is superior to other five existing algorithms MCODE, MCL, CORE, ClusterONE and COACH in detecting overlapping protein complexes.

Introduction

Analyzing the mechanism of proteins is crucial for understanding the function of cell machinery and explaining biological processes [1]. Proteins often bind together to form complexes to carry out their biological functions [2, 3]. A protein complex is a molecular group of two or more functionally related proteins assembled via multiple protein interactions [4]. Detecting protein complexes has great significance in biology and proteomics [5]. In the early stage of protein complex research, the protein complexes were found mainly through biological experiments methods, such as RNA interference, conditional gene knockout, single gene knockout and Co-immunoprecipitation [6, 7]. However, these methods are costly and time-consuming.

The high throughput techniques have generated a large amount of protein related data. In 2001, Legrain et al. [8] described the protein-protein interactions (PPI) as an undirected graph G(V, E), where the point set V represents protein nodes and the edge set E represents protein-protein interactions. This idea transforms large-scale protein-protein interaction data into network structure, which triggered scholars to recognize protein complexes based on the topological properties of protein networks. In 2003, Bader and Hogue [9] proposed MCODE method which is a local-search method to detect protein complexes based on the proteins’ connectivity values in PPI network. In 2006, Gavin et al. [10] demonstrated that protein complexes was made up of core and additional attachment proteins or protein modules. According to the core-attachment structure of protein complexes, Leung et al. [11] designed CORE algorithm which calculated the p-value for all pairs of proteins to detect cores. Wu et al. [12] proposed COACH algorithm which detected dense subgraphs as cores. In 2009, Liu et al. [13] presented a method called CMC which identified protein complexes based on maximal cliques. In fact, a protein may belong to multiple protein complexes, and there may be overlaps between protein complexes. In 2012, NepusZ et al. developed a clustering algorithm ClusterONE [14] to detect overlapping protein complexes. Recently, attributed network embedding methods have be proved to be remarkably effective in generating vector representations for nodes in the network [15]. Xu et al. designed a method GANE to predict protein complexes based on Gene Ontology attributed network embedding [15].

Some classical clustering algorithms such as Markov Clustering (MCL) [16] and swarm intelligence optimization algorithm [17, 18] were also developed to detect protein complexes. Lei et al. [19] proposed F-MCL clustering model based on Markov clustering in which automatically adjusted the parameters by introducing the firefly algorithm. Wang et al. [4] developed a heuristic graph clustering algorithm called HGCA based on multiple topological characteristics.

In recent years, quotient space theory has been applied to cluster. Zhang [20] defined the fuzzy equivalence relation and stratified hierarchical structure, and established the fuzzy granular computing model in quotient space in order to solve the uncertain problem. Xu [21] proposed fuzzy clustering method based on Gaussian function. The method, with the nature of the distance metric spaces, merged the individual particles in information synthesis way for clustering results. Cluster analysis method [22] based on fuzzy similarity relations and normalized distance is proposed to solve data structure analysis of complex systems. The conclusion is suitable for the complicated systems.

In this study, a new clustering algorithm based on overlay network chain in quotient space, marked as ONCQS, was proposed to detect overlapping protein complexes in weighted PPI networks. Firstly, the GO annotation data is used to weight the PPI network. Then, the maximal complete subgraph of the PPI network is found. The maximal complete subgraph of the current network is regarded as the node in the next layer of network. According to the compatibility relation, the overlay network chain in quotient space is calculated, the protein complexes are contained in the last layer of the overlay network. The algorithm ONCQS is tested on four well-known PPI databases DIP [23], Gavin [10], Krogan [24] and MIPS [25]. The simulation results illustrate that ONCQS algorithm has a higher performance and outweighs than other five algorithms in mining protein complexes.

Methods

Constructing weighted PPI network

It is inaccurate to mine protein complexes directly in PPI networks because the data produced by high-throughput experiments contain a high rate of false positive and false negative interactions [26, 27].To address this problem, some scholars integrate protein biologic data such as gene expression data, subcellular localization data, GO annotation data [28, 29] to increase the reliability and accuracy of data. A protein complex is a group of two or more associated polypeptide chains. Different polypeptide chains may have same functions, so we integrate GO annotation data to measure the interactions. If two interacted proteins vi and vj have more common GO annotations, their functions are more similar and their interaction is believed to be more believable. The weight between protein vi and vj is defined as follows:

$$ {W}_{v_i,{v}_j}=\frac{\left|{GO}_{v_i}\cap {GO}_{v_j}\right|}{\mathit{\min}\left(\left|{GO}_{v_i}\right|,\left|{GO}_{v_j}\right|\right)} $$
(1)

where \( {GO}_{v_i} \) and \( {GO}_{v_j} \) are the GO annotation set of node vi and vj respectively, \( \left|{GO}_{v_i}\cap {GO}_{v_j}\right| \) represents the number of the same annotation between \( {GO}_{v_i} \) and \( {GO}_{v_j} \). Our previous research shows that the \( {W}_{v_i,{v}_j} \) value is greater than 0.6, and the effect is better [30]. If weight between protein vi and vj is less than 0.6, the interaction will be deleted in the PPI network. This preprocessing step can help us to filter out possible false positive interactions [31].

Quotient space theory

Granular computing is a simulation of global analysis ability of human beings. One of the basic characteristics in human problem solving is the ability to conceptualize the world at different granularities and translate from one abstraction level to the others easily, deal with them hierarchically. Human beings can solve problems in different sizes of granularity spaces. Different levels represent different granularity.

There are three main theories of granular computing, granular computing based on fuzzy logic [32], granular computing based on rough set and granular computing based on quotient space. Granularity analysis is in fact to analyze the quotient set.

Triple structure (X, F, T) is used to represent the problem in the quotient space. Domain X refers to universe of discourse, F is the attribute set of X, T is the structure of X. Define a relation R for the universe of discourse X, construct corresponding quotient set [X], quotient attribute set [F], and quotient structure [T], and then define the granularity coefficient to study the quotient space([X], [F], [T]). The relation R can be equivalence relation or compatibility relation.

For the PPI network G, G = (X, F, T), domain X refers to the protein nodes in PPI network.

Overlay network chain in quotient space

Given a network G, the maximum complete subgraph of the network is regarded as a cover according to the compatibility relation [33]. The pseudo code of the maximum complete subgraph algorithm is shown in Table 1.

Table 1 Pseudo code of maximum complete subgraph

After the sets of all maximal complete subgraphs is solved. Then, maximal complete subgraphs are used as nodes, if two maximal complete subgraphs have common nodes, two corresponding nodes are defined to be connected, the new network constructed is called the 1st level overlay network of G in quotient space, which is denoted as G1. Figure 1 illustrates the construction of overlay network chain in quotient space. The network G has 11 nodes (v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11). There are 7 maximal complete subgraphs in the network G, so there are 7 nodes (u1, u2, u3, u4, u5, u6, u7) in the 1st level overlay network G1. u1 represents (v1, v5), u2 represents (v2, v5, v6), u3 represents (v3, v6, v7), u1 and u2 has common nodes v5, u2 and u3 has common nodes v6, so u1 and u2 are connected in G1, u2 and u3 are connected in G1, u1 and u3 have no common nodes, and there is no connection between them in G1. Network G1 has two complete subgraphs, the 2nd level overlay network G2 has 2 nodes (w1, w2). w1 represents (u1, u2, u4, u5, u7), w2 represents (u2, u3, u6, u7), w1 and w2 has common nodes (u2, u7), so w1 and w2 are connected in G2. G1 and G2 are different levels of overlay network of G, (G, G1, G2) is called overlay network chain.

Fig. 1
figure 1

Construction of overlay network chain in quotient space

Assuming that Gi is the ith level overlay network of G, and Gi + 1 is the 1st level overlay network of Gi, therefore, Gi + 1 is the (i + 1)th level overlay network of G. (G, G1, G2,…, Gi) is called overlay network chain in quotient space [34].

The ONCQS main algorithm

A new clustering algorithm ONCQS is developed to detect overlapping protein complexes in weighted PPI network using overlay network chain in quotient space. A protein may belong to multiple protein complexes. As shown in Fig. 2, two protein complexes elF3 complex and multi-elF complex in the CYC2008 benchmark have three overlapped proteins.

Fig. 2
figure 2

An example of overlapping protein complexes

In overlay network Gi, each node represents a maximum complete subgraph of overlay network Gi-1. There may be repeated points and edges between maximal complete subgraphs. The protein complexes are contained in the last level of the overlay network. Each point can be regarded as a complex. So overlapping protein complexes can be found by using covering network. As shown in Fig. 1, in G2, w1 represents (v1, v2, v4, v5, v6, v8, v9, v10), w2 represents (v2, v3, v5, v6, v7, v10, v11), they have four overlapped nodes.

In algorithm ONCQS, the static PPI network is usually described as an undirected graph G(V, E) which consists of a set of nodes V and a set of edges E, the nodes V represents the proteins and the edges E = {e(vi, vj)} is the set of edges connecting two proteins vi and vj. First, we use GO annotation data to weight the PPI network, and then construct multilevel overlay network. In overlay network theory, if two maximal complete subgraphs have common nodes, two corresponding nodes are defined to be connected. However, in ONCQS algorithm, formula 2 is used to measure the similarity of two maximal complete subgraphs mcsi and mscj.

$$ sim\left({mcs}_i,{mcs}_j\right)=\frac{\left|{mcs}_i\cap {mcs}_j\right|}{\left|{mcs}_i\cup {mcs}_j\right|} $$
(2)

where |mcsi ∩ mcsj| is the number of the common nodes of mcsi and mscj, |mcsimcsj| is the summation of the nodes of mcsi and mscj. Only when sim(mcsi, mcsj) is great than the granularity coefficient gc, two corresponding nodes are defined to be connected in the next level overlay network. In ith level overlay network, if there is no maximal complete subgraph satisfying the similarity condition, the overlay network chain (G, G1, G2,…, Gi) can be obtained. The pseudo code of the ONCQS algorithm is shown in Table 2.

Table 2 Pseudo code of the ONCQS algorithm

At this point, each node in Gi represents a protein complex. Each node represents a maximal complete subgraph, so the proteins in the subgraph have high similarity and the similarity between the subgraphs is poor.

Results and discussion

The proposed ONCQS algorithm is implemented in Matlab R2015b and executed on a quad-core processor 3.30GHz PC with 8G RAM.

Experimental data set

In this study, the developed methods and computational analysis were applied to four PPI network, including DIP [23], Gavin [10], Krogan [24] and MIPS [25]. All the data used in this study are Saccharomyces cerevisiae protein data.

Protein-protein interactions data: After removing the noise, the self-interactions and the repeated interactions, DIP dataset (version of 20160114) included 5028 proteins and 22,302 interactions, Gavin dataset consists of 1430 proteins and 6531 interactions, Krogan dataset consists of 2674 proteins and 7075 interactions, the MIPS dataset included 4546 proteins and 12,319 interactions.

Gene Ontology data: The Saccharomyces cerevisiae GO annotation data was extracted from GO-slims dataset. GO-slims data are cut-down version of the GO ontologies [31]. GO-slim data provide GO terms to explain gene product feature in biological process (BP), molecular function (MF), cellular component (CC). we used GO slims to annotate PPI data. There are 7014 proteins in the GO annotation data. Proteins with GO annotation data cover 98.23% of proteins in the DIP dataset, 100% of proteins in Gavin, 99.89% of proteins in Krogan, 99.16% of proteins in MIPS.

The standard protein complexes: CYC2008 [35] is used to evaluate clustering results of Saccharomyces cerevisiae, which includes 408 protein complexes. Detailed data intersection information of experimental data is shown in Table 3.

Table 3 The data information of the experimental data

Evaluation metrics

The overlapping score OS is used to evaluate the match quality of a predicted protein complex and standard protein complex.

$$ \mathrm{OS}\left( pc, sc\right)=\frac{{\left|{V}_{pc}\cap {V}_{sc}\right|}^2}{\mid {V}_{pc}\mid \times \mid {V}_{sc}\mid } $$
(3)

where Vpc and Vsc denote the node sets of predicted protein complex pc and standard protein complex sc, respectively. Usually we set the threshold for 0.2 [17]. If OS(pc, sc) is greater than 0.2, the predicted protein complex pc is considered to match standard protein complex sc. OS = 1 shows that the predicted protein complex is perfectly matched with the standard protein complex.

Three commonly used metrics Precision, Recall and F-measure are used to measure the efficiency of the proposed ONCQS algorithm and evaluate the performance of the clustering results.

The Precision denotes the accuracy of the predicted protein complexes matched by the standard protein complexes, defined as follows:

$$ Precision=\frac{\mid mpc\mid }{\mid pc\mid } $$
(4)

where pc represents the number of predicted protein complexes, mpc denotes the number of the predicted protein complexes matched by the standard protein complexes.

The Recall denotes the accuracy of the standard protein complexes matched by the predicted protein complexes, defined in the following eq. (5):

$$ Recall=\frac{\mid msc\mid }{\mid sc\mid } $$
(5)

where sc represents the number of the standard protein complexes, msc denotes the number of the standard protein complexes matched by the predicted protein complexes.

The Precision and Recall describe the accuracy of the algorithm from different aspects. In order to consider these two indicators synthetically, the F-measure is defined as the harmonic mean of Precision and Recall. F-measure is defined as follows:

$$ F- measure=\frac{2\times Precision\times Recall}{Precision+ Recall} $$
(6)

Parameter analysis

The proposed algorithm ONCQS only has one parameter, granularity coefficient: gc. In overlay network, the similarity of two maximal complete subgraphs is greater than gc, we consider them connected in the next level overlay network. If the value of gc is too small, the complexity of algorithm will increase. On the contrary, if the value of gc is too large, the accuracy of the algorithm will decrease. It is significant to select the appropriate value of gc.

The experiments on four PPI databases with gc from 0.1 to 0.9 were carried out to verify the influence of parameter gc. The results are shown in Table 4. where PC is the total number of predicted protein complexes, Perfect is the count of predicted protein complexes and standard complexes are perfectly matched, OS(pc, sc) = 1. AS represents the average size of the predicted protein complexes.

Table 4 Influence of parameters gc

F-measure reflects the effectiveness of the algorithm, and Perfect reflects the accuracy of the algorithm. In order to comprehensively consider the impact of gc on the performance of the algorithm, we performed min-max normalization on F-measure and Perfect. The parameter F is defined as the harmonic mean of F-measure and Perfect, as shown in eq. (9).

$$ NFmeasure=\frac{F- meausre-\min \left(F- measure\right)}{\max \left(F- measure\right)-\min \left(F- measure\right)} $$
(7)
$$ NPerfect=\frac{Perfect-\min (Perfect)}{\max (Perfect)-\min (Perfect)} $$
(8)
$$ F=\frac{NFmeasure+ NPerfect}{2} $$
(9)

The influence of parameters gc is shown in Fig. 3. F value gets the best value when gc equals 0.4 in DIP, Gavin and Krogan. When gc is greater than 0.4 the F value will rise tends to be stable in MIPS. So set gc for 0.4 in this study.

Fig. 3
figure 3

Influence of parameters gc

Comparison based on precision, recall and F-measure

The performance of ONCQS is compared with five other state-of-the-art protein complex prediction algorithms: MCODE, MCL, CORE, ClusterONE and COACH. The MCODE and ClusterONE are run using Cytoscape [36] and the parameters are set to the default setting. Figure 4 depicts the Precision, Recall and F-measure of each algorithm on four datasets. As shown in Fig. 4, it is obvious that the Recall and F-measure value of our method is much more excellent than other methods on four datasets. It indicates that ONCQS algorithm can detect protein complexes more accurately. In Fig. 4a DIP dataset, the ONCQS achieved Precision, Recall and F-measure values of 0.3561, 0.8260 and 0.4976, respectively. The other methods MCODE, MCL, CORE, ClusterONE and COACH achieved F-measure values 0.0919, 0.0168, 0.1794, 0.3690 and 0.4270. In Fig. 4b Gavin dataset, the ONCQS achieved the highest Recall 0.4510 and F-measure 0.4797. In Fig. 4c Krogan dataset, the ONCQS achieved the highest Recall 0.6422 and F-measure 0.5551, which obviously outperforms other methods. In Fig. 4d, the methods MCODE,MCL, CORE, ClusterONE, COACH and ONCQS achieved F-measure values 0.1524, 0.2321, 0.0796, 0.2755, 0.3548 and 0.4373. Table 5 depicts the PC, Perfect and AS of each algorithm on four datasets. Obviously, the algorithm ONCQS can mine the protein complex more accurately, and the perfect value is much higher than other algorithms.

Fig. 4
figure 4

The performance comparisons of various algorithms on four datasets, the blue bar represents Precision, the green bar represents Recall, the red bar represents F-measure. (a) DIP (b) Gavin (c) Krogan (d) MIPS

Table 5 The performance comparison of several typical algorithms on four datasets

Comparison with standard complexes

In order to show the experimental results more clearly, we visualized the 379th standard protein complex of CYC2008 “UTP B complex” and the corresponding mining results of 6 algorithm on Krogan dataset in Fig. 5. As shown in Fig. 5a, the standard protein complex is bound together by 6 proteins. Figure 5b shows the results of MCL and MCODE, the pink area is the result of the MCL algorithm, and the orange area is the result of MCODE. MCL algorithm has 2 proteins that are incorrect predictions. MCODE predicts three closely connected subgraphs into a protein complex. Figure 5c shows the results of ClusterONE and COACH, the blue area is the result of the ClusterONE algorithm, and the yellow area is the result of COACH. Both ClusterONE and COACH algorithms have a mispredicted protein. In Fig. 5d, green area and purple area are the results of ONCQS and CORE respectively. ONCQS correctly found 6 proteins. Other algorithms have erroneous prediction of proteins.

Fig. 5
figure 5

Visualization of the 379th standard protein complex of Krogan. (a) Standard (red area) (b) MCL (pink area) and MCODE (orange area) (c) ClusterONE (blue area) and COACH (yellow area) (d) ONCQS (green area) and CORE (purple area)

Compare the ability to mine overlapping protein complexes

Individual proteins can participate in the formation of a variety of different protein complexes, different complexes perform different functions. There are overlaps between protein complexes. ONCQS method is proposed to mine overlapping protein complexes. The standard protein complexes in the CYC2008 database contain many overlapping protein complexes. Figure 2 shows a pair of overlapping protein complexes elF3 complex and multi-elF complex. We analyzed the matching of the six algorithms in four databases to these two complexes. The elF3 complex and multi-elF complex were recorded as sc1 and sc2. Their complexes information is listed in Table 6.

Table 6 The complexes information of elF3 complex and multi-elF complex

The elF3 complex contains seven proteins, multi-elF complex contains eight proteins, three of which are common. Then we analyze the clustering results of the 6 algorithms in four databases respectively. Similarly, only when the overlapping score is greater than 0.2, the matching is considered successful, and when there are multiple successful matches, the maximum overlapping score is obtained. The results of the 6 algorithms in DIP, Gavin, Krogan and MIPS are shown in Tables 7, 8, 9 and 10 respectively. Where pc1 represents the predicted complex that matches elF3 complex (sc1), pc2 represents the predicted complex that matches multi-elF complex (sc2). The boldface indicates that the proteins are predicted correctly.

Table 7 The performance comparison of mining overlapping proteins in DIP
Table 8 The performance comparison of mining overlapping proteins in Gavin
Table 9 The performance comparison of mining overlapping proteins in Krogan
Table 10 The performance comparison of mining overlapping proteins in MIPS

As shown in Tables 7, 8, 9 and 10, MCODE, MCL, CORE and ClusterONE cannot detect overlapping protein complexes. MCODE and CORE failed to dig out complexes that match sc1 and sc2 respectively. COACH can dig out protein complexes that match sc1 and sc2, the accuracy is not as good as ONCQS. ONCQS achieved the best performance in identifying overlapping protein complexes. Both CluterONE and COACH algorithms are proposed for mining overlapping protein complexes. In this case, ClusterONE cannot detect overlapping protein complexes, and the performance of COACH is poor. This further shows that it is meaningful to design efficient and accurate algorithms to mine overlapping protein complexes. ONCQS combines GO functional annotation information, which can improve the accuracy of the algorithm.

Conclusion

Protein complexes are involved in multiple biological processes, and thus the detection of protein complexes is essential to understand cellular mechanisms. At the same time, there is overlap between protein complexes. This paper proposes a new algorithm ONCQS to identify overlapping protein complexes based on overlay network chain in quotient space. Combining the network properties of protein interaction networks with the biological properties of proteins, protein complexes are seen as nodes in the overlay network. Build an overlay network chain to mine protein complexes. Compared with the other competing clustering methods, ONCQS can effectively identify the overlapping protein complexes and has higher precision and accuracy.

Availability of data and materials

The methods MCODE and ClusterONE are run using Cytoscape and the parameters are set to the default setting. GO-slims data available at https://downloads.yeastgenome.org/curation/literature/go_slim_mapping.tab.

Abbreviations

GO:

Gene ontology

MCL:

Markov clustering

ONCQS:

Overlay network chain in quotient space

OS:

Overlapping score

PPI:

Protein-protein interaction

References

  1. Marsh J, Hernández H, Hall Z, Ahnert S, Perica T, Robinson C, Teichmann S. Protein complexes are under evolutionary selection to assemble via ordered pathways. Cell. 2013;153(2):461–70.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  2. Winzeler EA, Shoemaker DD, Astromoff A, Liang H, Anderson K, Andre B, Bangham R, Benito R, Boeke JD, Bussey H. Functional characterization of the S. cerevisiae genome by gene deletion and parallel analysis. Science. 1999;285(5429):901–6.

    Article  CAS  PubMed  Google Scholar 

  3. Ruan P, Hayashida M, Akutsu T, Vert JP. Improving prediction of heterodimeric protein complexes using combination with pairwise kernel. Bmc Bioinformatics. 2018;19(Suppl 1):39.

    Article  PubMed  PubMed Central  CAS  Google Scholar 

  4. Wang J, Liang J, Zheng W, Zhao X, Mu J. Protein complex detection algorithm based on multiple topological characteristics in PPI networks. Inform Sci. 2019;489:78–92.

    Article  Google Scholar 

  5. Pereira-Leal J. The evolutionary origin of protein complexes. Bmc Bioinformatics. 2005;6(Suppl 3):1–1.

    Article  Google Scholar 

  6. Link AJ, Eng J, Schieltz DM, Carmack E, Mize GJ, Morris DR, Garvik BM. Direct analysis of protein complexes using mass spectrometry. Nat Biotechnol. 1999;17(7):676–82.

    Article  CAS  PubMed  Google Scholar 

  7. Ho Y, Gruhler A, Heilbut A, Bader GD, Moore L, Adams SL, Millar A, Taylor P, Bennett K, Boutilier K. Systematic identification of protein complexes in Saccharomyces cerevisiae by mass spectrometry. Nature. 2002;415(6868):180–3.

    Article  CAS  PubMed  Google Scholar 

  8. Legrain P, Wojcik J, Gauthier JM. Protein–protein interaction maps: a lead towards cellular functions. Trends Genet. 2001;17(6):346–52.

    Article  CAS  PubMed  Google Scholar 

  9. Bader GD, Hogue CW. An automated method for finding molecular complexes in large protein interaction networks. BMC Bioinformatics. 2003;4(1):2.

    Article  PubMed  PubMed Central  Google Scholar 

  10. Gavin AC, Aloy P, Grandi P, Krause R, Boesche M, Marzioch M, Rau C, Jensen LJ, Bastuck S, Dümpelfeld B. Proteome survey reveals modularity of the yeast cell machinery. Nature. 2006;440(7084):631–6.

    Article  CAS  PubMed  Google Scholar 

  11. Leung HC, Xiang Q, Yiu SM, Chin FY. Predicting protein complexes from PPI data: a core-attachment approach. J Computl Biol J Comput Mol Cell Biol. 2009;16(2):133.

    Article  CAS  Google Scholar 

  12. Min W, Li X, Kwoh CK, Ng SK. A core-attachment based method to detect protein complexes in PPI networks. Bmc Bioinformatics. 2009;10(1):1–16.

    Article  CAS  Google Scholar 

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

    Article  CAS  PubMed  Google Scholar 

  14. Nepusz T, Yu H, Paccanaro A. Detecting overlapping protein complexes in protein-protein interaction networks. Nat Methods. 2012;9(5):471.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  15. Xu B, Li K, Zheng W, Liu X, Zhang Y, Zhao Z, He Z. Protein complexes identification based on go attributed network embedding. BMC Bioinformatics. 2018;19(1):535.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  16. Van Dongen S: Graph Clustering by Flow Simulation. Phd Thesis University of Utrecht 2000.

    Google Scholar 

  17. Lei X, Ding Y, Wu FX. Detecting protein complexes from DPINs by density based clustering with pigeon-inspired optimization algorithm. Sci China Inf Sci. 2016;59(7):070103.

    Article  Google Scholar 

  18. Lei X, Ding Y, Fujita H, Zhang A. Identification of dynamic protein complexes based on fruit fly optimization algorithm. Knowl-Based Syst. 2016;105(C):270–7.

    Article  Google Scholar 

  19. Lei X, Wang F, Wu FX, Zhang A, Pedrycz W. Protein complex identification through Markov clustering with firefly algorithm on dynamic protein–protein interaction networks. Inform Sci. 2016;329(6):303–16.

    Article  Google Scholar 

  20. Ling Z, Bo Z. Theory of fuzzy quotient space (methods of fuzzy granular computing). J Software. 2003;14(4):770–6.

    Google Scholar 

  21. Xu F, Zhang L, Wang L. Approach of the fuzzy granular computing based on the theory of quotient space. Pattern Recognit Artifl Intell. 2004;17(4):424–9.

    Google Scholar 

  22. Tang XQ, Zhu P, Cheng JX. Cluster analysis based on fuzzy quotient space. J Software. 2008;19(4):861–8.

    Article  Google Scholar 

  23. Xenarios I, Salwínski L, Duan XJ, Higney P, Kim SM, Eisenberg D. DIP, the database of interacting proteins: a research tool for studying cellular networks of protein interactions. Nucleic Acids Res. 2002;30(1):303.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  24. Krogan NJ, Cagney G, Yu H, Zhong G, Guo X, Ignatchenko A, Li J, Pu S, Datta N, Tikuisis AP. Global landscape of protein complexes in the yeast Saccharomyces cerevisiae. Nature. 2006;440(7084):637–43.

    Article  CAS  PubMed  Google Scholar 

  25. Güldener U, Münsterkötter M, Oesterheld M, Pagel P, Ruepp A, Mewes HW, Stümpflen V. MPact: the MIPS protein interaction resource on yeast. Nucleic Acids Res. 2006;34(Database issue):D436.

    Article  PubMed  CAS  Google Scholar 

  26. Lei X, Liang J. Neighbor Affinity-based core-attachment method to detect protein complexes in dynamic PPI networks. Molecules. 2017;22(7):1223.

  27. Zhao J, Lei X, Wu FX. Predicting Protein Complexes in Weighted Dynamic PPI Networks Based on ICSC. Complexity. 2017;2017:1–11.

    Google Scholar 

  28. Lei X, Zhang Y, Cheng S, Wu FX, Pedrycz W. Topology potential based seed-growth method to identify protein complexes on dynamic PPI data. Inform Sci. 2018;425:140-53.

  29. Lei X, Zhao J, Fujita H, Zhang A. Predicting essential proteins based on RNA-Seq, subcellular localization and GO annotation datasets. Knowl-Based Syst. 2018;151:136-48.

  30. Zhao J, Lei X. Mining overlapping protein complexes in PPI network based on granular computation in quotient space. In: International Conference on Intelligent Computing. Cham: Springer; 2018. p. 691-6.

  31. Zhang Y, Lin H, Yang Z, Wang J, Li Y, Xu B. Protein complex prediction in large ontology attributed protein-protein interaction networks. IEEE/ACM Transact Comput Biol Bioinform. 2013;10(3):729–41.

    Article  CAS  Google Scholar 

  32. Zhang L, Zhang B. The structure analysis of fuzzy sets. Int J Approx Reason. 2005;40(1):92–108.

    Article  Google Scholar 

  33. Zhang L, He FG, Zhang YP, Zhao S. A new algorithm for optimal path finding in complex networks based on the quotient space. Fundamenta Informaticae. 2009;93(4):459–69.

    Article  Google Scholar 

  34. Fugui H, Ling Z, Yanping Z, Shu Z. Quotient space overlay model for calculating network shortest path and building method thereof; 2008.

    Google Scholar 

  35. 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.

    Article  CAS  PubMed  Google Scholar 

  36. Smoot ME, Ono K, Ruscheinski J, Wang PL, Ideker T. Cytoscape 2.8: new features for data integration and network visualization. Bioinformatics. 2011;27(3):431–2.

    Article  CAS  PubMed  Google Scholar 

Download references

Acknowledgments

We would like to thank YC Zhang for providing the source code in the MCL method.

About this supplement

This article has been published as part of BMC Bioinformatics Volume 20 Supplement 25, 2019: Proceedings of the 2018 International Conference on Intelligent Computing (ICIC 2018) and Intelligent Computing and Biomedical Informatics (ICBI) 2018 conference: bioinformatics. The full contents of the supplement are available online at https://bmcbioinformatics.biomedcentral.com/articles/supplements/volume-20-supplement-25.

Funding

The publication cost of this article has been funded by the National Natural Science Foundation of China (61972451, 61672334, 61902230) and the Fundamental Research Funds for the Central Universities, Shaanxi Normal University (GK201901010, GK201804006).

Author information

Authors and Affiliations

Authors

Contributions

XJL initiated this study, JZ designed the algorithm, implemented the matlab code and performed the computational analysis under the supervision of XJL. All authors wrote, read and approved the final manuscript.

Corresponding author

Correspondence to Xiujuan Lei.

Ethics declarations

Ethics approval and consent to participate

Not applicable.

Consent for publication

Not applicable.

Competing interests

The authors declare that they have no competing interests.

Additional information

Publisher’s Note

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

Rights and permissions

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

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Zhao, J., Lei, X. Detecting overlapping protein complexes in weighted PPI network based on overlay network chain in quotient space. BMC Bioinformatics 20 (Suppl 25), 682 (2019). https://doi.org/10.1186/s12859-019-3256-9

Download citation

  • Published:

  • DOI: https://doi.org/10.1186/s12859-019-3256-9

Keywords