Skip to main content
Genomics, Proteomics & Bioinformatics logoLink to Genomics, Proteomics & Bioinformatics
. 2023 Sep 18;21(5):976–990. doi: 10.1016/j.gpb.2023.05.001

HPC-Atlas: Computationally Constructing A Comprehensive Atlas of Human Protein Complexes

Yuliang Pan 1, Ruiyi Li 2, Wengen Li 1, Liuzhenghao Lv 1, Jihong Guan 1,, Shuigeng Zhou 3,
PMCID: PMC10928439  PMID: 37730114

Abstract

A fundamental principle of biology is that proteins tend to form complexes to play important roles in the core functions of cells. For a complete understanding of human cellular functions, it is crucial to have a comprehensive atlas of human protein complexes. Unfortunately, we still lack such a comprehensive atlas of experimentally validated protein complexes, which prevents us from gaining a complete understanding of the compositions and functions of human protein complexes, as well as the underlying biological mechanisms. To fill this gap, we built Human Protein Complexes Atlas (HPC-Atlas), as far as we know, the most accurate and comprehensive atlas of human protein complexes available to date. We integrated two latest protein interaction networks, and developed a novel computational method to identify nearly 9000 protein complexes, including many previously uncharacterized complexes. Compared with the existing methods, our method achieved outstanding performance on both testing and independent datasets. Furthermore, with HPC-Atlas we identified 751 severe acute respiratory syndrome coronavirus 2 (SARS-CoV-2)-affected human protein complexes, and 456 multifunctional proteins that contain many potential moonlighting proteins. These results suggest that HPC-Atlas can serve as not only a computing framework to effectively identify biologically meaningful protein complexes by integrating multiple protein data sources, but also a valuable resource for exploring new biological findings. The HPC-Atlas webserver is freely available at http://www.yulpan.top/HPC-Atlas.

Keywords: Human protein complex, Protein interaction network, SARS-CoV-2-affected complex, Multifunctional protein, Complex identification method

Introduction

Protein complexes are composed of proteins that interact with each other, and they carry out many essential functions of cells, including replication, transcription, and protein degradation [1], [2]. Comprehensive characterization of their compositions can provide critical insights into cellular functions and facilitate the understanding of disease-related pathways [3], [4]. Related studies have shown that the human genome contains more than 20,000 genes, which encode tens of thousands of different proteins in human cells [5]. It has been estimated that over 80% of human proteins participate in complexes [5]. The comprehensive resource of mammalian protein complexes (CORUM) [6] has been widely used as the gold standard for human protein complex identification. However, the latest version of CORUM (version 3.0) contains only 2916 human protein complexes covering 3674 different proteins. Hence, we still have very limited knowledge of protein complexes in human cells.

Although many computational approaches have been developed to identify protein complexes [7], [8], [9], [10], [11], [12], [13], [14], [15], [16], most of them were designed mainly based on the Saccharomyces cerevisiae protein interaction network (PIN). Compared with the human PIN, the S. cerevisiae PIN is smaller, and thus it is relatively easy to identify the complexes from this network. Moreover, these approaches generally consider the densely connected subgraphs in the PIN as complexes. However, the human PIN is larger and sparser, and many human protein complexes are small complexes composed of two or three proteins, which poses serious challenges to the traditional identification approaches. Recently, Drew et al. [17] developed a machine learning pipeline to identify 6965 human protein complexes from integrated protein–protein interaction (PPI) data of over 15,000 proteomic experiments. However, this integrated experimental dataset still contained only limited human proteins, and no complex identification algorithm was newly developed (only existing methods were used) for this dataset or network.

In the past two decades, high-throughput techniques, such as yeast 2-hybrid (Y2H) [18] and affinity purification with mass spectrometry (AP-MS) [19], have significantly increased the coverage of PPIs across the human proteome [20]. Two recently released reference maps of human protein interactome, Human Reference Interactome (HuRI) [21] and BioPlex [22], generated by Y2H and AP-MS, respectively, have substantially advanced this field. Although these techniques have identified a large number of PPIs, the coverage of the entire human interactome is still limited. Despite the fact that these techniques tend to explore different parts of the human proteome, the sets of identified interactions only partially overlap. This provides an opportunity to integrate the two reference maps and subsequently build a more comprehensive human protein interactome, from which more protein complexes can be identified via computational methods.

In this study, we present Human Protein Complexes Atlas (HPC-Atlas), to the best of our knowledge, the most accurate and comprehensive atlas of human protein complexes to date, which contains nearly 9000 identified protein complexes across 16,632 proteins, including many previously uncharacterized protein complexes. HPC-Atlas was built by a new and effective computational framework over a more comprehensive PIN by integrating two different latest PINs. Our experimental results showed that the proposed method outperformed 15 state-of-the-art protein complex identification methods. Further research revealed that the previously uncharacterized protein complexes in HPC-Atlas had high complex scores, and were strongly supported by significantly enriched functional annotations. Among them, 751 complexes were related to severe acute respiratory syndrome coronavirus 2 (SARS-CoV-2), and 456 multifunctional proteins may be crucial moonlighting proteins, participating in multiple complexes. These results show that our atlas covers substantially more human proteins and contains much more biologically meaningful complexes.

Results

HPC-Atlas overview

This work constructed a comprehensive atlas of human protein complexes by first integrating two latest protein interaction datasets or networks (HuRI [21] and BioPlex [22]) to get a more comprehensive PIN, and then developing a customized complex identification method, which was finally applied to the integrated PIN, as shown in Figure 1. First, we expanded and integrated the two existing PINs of the latest version to construct a larger one (Figure 1A). As each existing PIN contains different PPIs, the combination of them can create a more comprehensive PIN. Then, we calculated a feature vector for each pair of proteins by merging several different types of features, including subcellular localization, position-specific scoring matrix (PSSM)-based features, Gene Ontology (GO) semantic similarity, protein chain length, and protein domain interactions (Figure 1B). The resulting PIN is called PIN of featured edges (FE-PIN in short). Furthermore, we classified edges in the network into two types: edges within complexes (denoted by c-edges, meaning complex edges) and edges outside complexes (denoted by nc-edges, meaning non-complex edges). Concretely, c-edges are those whose two end proteins simultaneously belong to at least one complex, and nc-edges are those whose two end proteins do not lie in any complex simultaneously. We trained a deep forest classifier [23] to label the edges in FE-PIN by using training data from the gold standard CORUM set. With this classifier, all edges without labels previously can be labeled: each edge without label is assigned a label probability, indicating how possibly the edge is a c-edge or an nc-edge. Thus, we got a PIN of labeled edges, which is denoted by LE-PIN in short (Figure 1C). Protein complexes were subsequently identified from LE-PIN by a specifically designed protein complex detection algorithm based on the c-edges. The final set of protein complexes was generated by ranking the identified complexes via their scores, which was further used for exploring new complexes, multifunctional proteins, and coronavirus disease-2019 (COVID-19) related complexes (Figure 1D).

Figure 1.

Figure 1

The pipeline of HPC-Atlas

A. Two reference PINs HuRI and BioPlex were combined into an integrated PIN after being expanded with predicted interactions by the L3 [25] and WMM [26] algorithms, respectively. B. Calculating the features of all PPIs (or PIN edges), including subcellular localization, PSSM-based features, GO semantic similarity, protein chain length, and protein domain interactions, to generate the FE-PIN. In FE-PIN, different colors of edges correspond to different features. C. Training a deep forest classifier to label the edges in FE-PIN to generate the LE-PIN. LE-PIN is actually a weighted PIN. Here, solid edges are c-edges with larger weights, and dashed edges are nc-edges with smaller weights. D. A new method was developed to identify complexes from the LE-PIN, and thus a comprehensive atlas of human protein complexes was constructed, which was further used for biological discoveries. HPC-Atlas, Human Protein Complexes Atlas; HuRI, Human Reference Interactome; PIN, protein interaction network; PPI, protein–protein interaction; L3, length three; WMM, weighted matrix model; PSSM, position-specific scoring matrix; GO, Gene Ontology; FE-PIN, PIN of featured edges; LE-PIN, PIN of labeled edges; c-edge, complex edge; nc-edge, non-complex edge.

Integrating two human PINs (HuRI and BioPlex)

In general, there is a very low overlap between current PINs due to employing different high-throughput techniques [17], [24]. Therefore, we combined two recently released PINs HuRI and BioPlex to construct a larger PPI map. The HuRI network was generated by Y2H experiments, which consists of 63,132 PPIs involving 8985 proteins. The BioPlex network was derived from AP-MS experiments of 293T and HCT116 cells, comprising 167,932 PPIs across 14,484 proteins.

By comparing the two PINs, we found that the overlap ratios of proteins between them are 47% (BioPlex overlapping with HuRI) and 76% (HuRI overlapping with BioPlex), respectively. However, the overlap ratios of PPIs are much lower, only 1% (BioPlex overlapping with HuRI) and 2.6% (HuRI overlapping with BioPlex). Here, given two PINs A and B, the ratio of A overlapping with B is evaluated as AB/|A|, where |•| means the number of nodes or edges in a PIN. There are four possible reasons of the low overlap ratios between different large-scale PINs. Firstly, the principles of PPI testing by Y2H and AP-MS experiments are similar to the spoke model (Figure 2A). Since only the interactions between bait proteins and their preys are considered, all true prey–prey interactions are ignored. Secondly, different research teams constructed large-scale PINs using different cell types and proteins. Thirdly, the existing experimental methods tend to find specific types of PPIs, e.g., membrane and soluble protein interactions. Last but not least, experimental methods inevitably generate false positive interactions. To recover false negative PPIs and increase the coverage of the interactome, we applied length three (L3) [25] and weighted matrix model (WMM) [26] algorithms to identify new high-confidence PPIs from HuRI and BioPlex, respectively. Previous studies [17], [24], [25] have demonstrated that these two methods can effectively find false negative PPIs of high confidence. Then, we integrated the two PINs after adding the predicted PPIs to build a more comprehensive human PIN, which contains 2,658,160 PPIs over 16,632 proteins. For comparison, we presented the statistics of the two original PINs and the integrated PIN in Table S1. Compared with HuRI and BioPlex, the integrated PIN captured much more PPIs, which greatly improved the coverage of the human protein interactome. For example, the KDM1A–HDAC2 interaction and the H3-3B–HAT1 interaction, which have been verified in the STRING [27] database, were successfully identified and added to our integrated PIN. We further analyzed the degree distribution of protein nodes in different PINs (Figure S1), and found that the degree distribution of protein nodes is similar to the scale-free network, that is, a few proteins interact with a large number of proteins, while most proteins in the PIN interact with only a small number of proteins.

Figure 2.

Figure 2

Building an accurate LE-PINhelpful for complex identification

A. In the spoke model, interactions are detected only between bait and prey proteins. B. Performance comparison of edge type classification on the training set and testing set. C. Performance comparison of three existing methods (MCL [8], SPICi [30], and ClusterONE [7]) on the weighted and unweighted PINs. ACC, accuracy; SEN, sensitivity; SPE, specificity; PRE, precision; F1, F1-score; MCC, Matthew’s correlation coefficient; AUC, the area under the receiver operating characteristic curve.

Building a comprehensive atlas of human protein complexes

There are four major steps to build the atlas of human protein complexes: (1) constructing an FE-PIN based on the integrated PIN described above; (2) classifying the edges of FE-PIN to construct an LE-PIN; (3) developing an effective method to accurately identify protein complexes from the LE-PIN of the testing set; and (4) applying the method to identify complexes from the LE-PIN of the integrated PIN and building a comprehensive atlas of human protein complexes.

Constructing the FE-PIN

We calculated features for each edge (or PPI) in the integrated PIN mentioned above to get the FE-PIN. Several different types of features were evaluated, including subcellular localization, PSSM-based features, GO semantic similarity, protein chain length, and protein domain interactions. Eventually, 432 features in total were generated. Thus, each edge corresponds to a 432-dimensional feature vector.

Building the LE-PIN

Here, we built the LE-PIN of the integrated PIN in two steps. First, we trained a deep forest classifier [23] to label the edges of FE-PIN. We classified the edges in FE-PIN into two classes: c-edges that lie within complexes and nc-edges that lie outside complexes (see Materials and methods). The classifier can output a probability as the weight for each edge. A larger weight indicates that the edge is more likely to be a c-edge, while a smaller weight indicates that the edge is more likely to be an nc-edge. To train and test the classifier, we generated the training and testing sets using complexes in the CORUM set. The deep forest classifier was evaluated using 10-fold cross-validation (Figure 2B). The results showed that the performances on the training set and the testing set were quite similar in terms of different performance metrics [e.g., F1-score (F1), Matthew’s correlation coefficient (MCC), and the area under the receiver operating characteristic curve (AUC)], which indicates that the classifier is not over-fitting. Concretely, 80% of the c-edges [sensitivity (SEN) = 0.800] and 87.2% of the nc-edges [specificity (SPE) = 0.872] were correctly predicted on the testing set. To further verify that the weights of LE-PIN are helpful for complex identification, we applied three existing complex identification algorithms to the LE-PIN of the testing set (Figure 2C). Here, we considered two cases: (1) the testing set is treated as a normal PIN where all edges are weighted equally, so we also call it an unweighted PIN; and (2) the testing set is treated as a LE-PIN. Each method uses the default parameters, and the gold standard complex set is CORUM 2.0. We found that the performance on the weighted PIN (i.e., LE-PIN of the testing set) was significantly better than that on the unweighted PIN, indicating that the weights in the LE-PIN are helpful to complex identification. With the classifier, we then labeled the unlabeled edges in FE-PIN, and got the LE-PIN.

Developing a novel and effective protein complex identification method

We developed a novel and effective method to accurately identify protein complexes from the LE-PIN. It is well known that PPIs within complexes are strong and dense, while interactions between proteins of different complexes are weak and sparse. Thus, PPIs within complexes should correspond to c-edges of large weights, and PPIs between different complexes should correspond to nc-edges of small weights. We therefore designed an algorithm with an objective function aiming at high intra-complex cohesion based on c-edges and low inter-complex coupling based on nc-edges (see Materials and methods). Table 1 shows the performance of different complex identification methods on the testing set. Overall, our proposed method was superior to all the 15 state-of-the-art protein complex identification methods in terms of Recall, F-measure, maximum matching ratio (MMR), and geometric accuracy (GACC), and performed comparably to the Markov Cluster (MCL) method in terms of Precision. Although the MCL method had a higher Precision, its Recall was much lower, indicating that the predicted complexes matched only a small number of gold standard complexes, which consequently leads to a lower F-measure. F-measure considers both Precision and Recall and therefore reflects the prediction performance in a more balanced way. In summary, among all these methods, our method not only has good prediction performance (i.e., higher F-measure, MMR, and GACC) but also achieves the best balance between Recall and Precision, which shows that there is a better match between the complexes predicted by our method and the complexes of the gold standard set.

Table 1.

Performance comparison between HPC-Atlas and existing methods on the testing set

Method No. of total complexes No. of small complexes No. of large complexes Recall Precision F-measure MMR GACC Ref.
MCL 157 71 86 0.223 0.732 0.342 0.045 0.268 [8]
EWCA 1150 23 1127 0.126 0.257 0.169 0.031 0.207 [28]
CFinder 2071 1205 866 0.282 0.350 0.312 0.106 0.208 [15]
Graph entropy 260 178 82 0.117 0.488 0.189 0.027 0.183 [29]
ClusterONE 243 28 215 0.223 0.634 0.330 0.048 0.254 [7]
SPICi 252 144 108 0.302 0.687 0.420 0.060 0.265 [30]
MCODE 25 11 14 0.010 0.320 0.020 0.003 0.116 [9]
PC2P 156 80 76 0.164 0.615 0.260 0.030 0.214 [16]
IPCA 763 116 647 0.191 0.413 0.261 0.041 0.188 [10]
CORE 163 62 101 0.104 0.436 0.167 0.021 0.179 [11]
COACH 463 5 458 0.107 0.184 0.135 0.018 0.187 [12]
CMC 6524 417 6107 0.393 0.157 0.224 0.105 0.205 [13]
ProRank+ 201 20 181 0.092 0.413 0.150 0.019 0.158 [31]
DPClus 167 20 147 0.123 0.455 0.193 0.023 0.210 [14]
Clique 51,112 1371 49,741 0.412 0.107 0.170 0.136 0.235 [32]
HPC-Atlas 999 841 158 0.608 0.702 0.651 0.178 0.273 Current study

Note: Five performance metrics are used, and for fair performance comparison, each method uses the default parameters. Bold number denotes the maximum value of this column. Small complex denotes the complex composed of two or three proteins. Large complex denotes the complex composed of more than three proteins. HPC-Atlas, Human Protein Complexes Atlas; MMR, maximum matching ratio; GACC, geometric accuracy; Ref, reference; MCL, Markov Cluster; EWCA, edge weight method and core-attachment structure; ClusterONE, clustering with overlapping neighborhood expansion; SPICi, speed and performance in clustering; MCODE, molecular complex detection; PC2P, protein complexes from coherent partition; COACH, core-attachment based method; CMC, clustering-based on maximal cliques.

According to previous studies [33], a complex composed of two or three proteins was regarded as a small complex, and those containing more than three proteins were treated as large complexes. There are much more small complexes than large complexes in the CORUM set, which indicates that small complexes may dominate large complexes in human cells (e.g., small complexes account for 65% of the CORUM 3.0). Many existing methods for protein complex identification are more effective in identifying large complexes because they take densely connected subnetworks of PINs as complexes. Therefore, small complexes composed of single or two edges are easy to be missed by those methods. Our method can find more small complexes than most existing methods.

Building a comprehensive atlas of human protein complexes

Having created the accurate LE-PIN and an effective complex identification method, we next used the method to identify complexes from the LE-PIN of the integrated PIN and build a comprehensive atlas of human protein complexes. In total, 8944 complexes were eventually identified, which were used to construct our atlas of human protein complexes.

Identifying previously uncharacterized protein complexes

To assess the ability of HPC-Atlas to identify novel protein complexes, we first downloaded the latest CORUM (version 3.0) and generated an independent set of protein complexes that are not included in the previous CORUM set used for training and testing. Table 2 presents the number of protein complexes predicted by different methods on the LE-PIN of the integrated PIN. Default parameters were used for each method. Five of the fifteen existing methods failed to work on large PINs, so they are not included in Table 2. We found that our method got the largest number of successfully matched complexes, up to 272, of which 12 were exactly matched with the complexes in the independent set. Here, a successful match means that the matching rate [defined in Equation (17)] of a predicted complex with a certain true complex is no less than 0.2, and an exact match means that the matching rate is 1.0. The numbers of successfully matched complexes identified by existing methods were much smaller than that identified by our method. Interestingly, the scores [defined in Equation (28)] of the 12 exactly matched complexes identified by our method were about 0.5. Therefore, in the sequel we regarded the complexes with scores no less than 0.5 as real complexes, because they had stronger cohesion and lower coupling. Similarly, we found that small complexes account for the majority of the complexes identified by our method.

Table 2.

Comparison of the numbers of complexes identified by different methods from LE-PIN

Method No. of total complexes No. of successful matches No. of exact matches No. of small complexes No. of large complexes
MCL 1260 40 1 566 694
EWCA 9494 49 1 444 9050
CFinder 18,512 191 4 14,124 104,388
Graph entropy 3402 69 2 1700 1702
ClusterONE 2317 51 0 141 2176
SPICi 1527 85 4 924 603
MCODE 193 1 0 99 94
IPCA 7811 62 0 2033 5778
COACH 5168 18 0 41 5127
DPClus 1607 18 0 287 1320
HPC-Atlas 8944 272 12 7700 1244

Note: Each method uses the default parameters. Bold number denotes the maximum value of this column. Successful match denotes that the matching rate is no less than 0.2 [defined in Equation (17)]. Exact match denotes that the matching rate is 1.0 [defined in Equation (17)]. Small complex denotes the complex composed of two or three proteins. Large complex denotes the complex composed of more than three proteins. PIN, protein interaction network; LE-PIN, PIN of labeled edges.

As examples of the effectiveness of HPC-Atlas in identifying new protein complexes, Figure 3A and B show two protein complexes predicted by our method: one is a complex that has an exact match in the independent set (Figure 3A), and the other is a new complex (Figure 3B). As shown in Figure 3A, the eukaryotic initiation factor 2B (EIF2B) complex comprises five proteins that belong to a family of EIF2B involved in catalyzing the exchange of EIF2-bound guanosine diphosphate (GDP) for guanosine triphosphate (GTP). Our method assigned a score of 0.509 to the EIF2B complex whose most significantly enriched functional annotations include translation initiation factor activity and eukaryotic translation initiation factor 2B complex, which are biologically consistent with EIF2B’s functions. However, other methods cannot identify this complex. Another complex is denoted as UDP-glycosyltransferase 2 (UGT2; Figure 3B), because all its proteins belong to the UGT family and have the function of eliminating potentially toxic xenobiotics and endogenous compounds. UGT2 has a high score, but is not in the latest CORUM set. We further found that proteins in this complex had quite similar subcellular locations, especially UGT2A1 which had completely consistent subcellular locations with UGT2A3. This indicates that these proteins have high probability to form the complex to carry out essential functions of cells. Meanwhile, we noticed many significantly enriched functional annotations among the member proteins of this complex, including glucuronidation and metabolism of drugs and xenobiotics. In summary, it is likely that UGT2 is a real complex that participates in UGT-catalyzed reactions and eliminates toxic xenobiotics and endogenous compounds, because it contains proteins of similar functions and locations in human cells. Overall, these results demonstrate that HPC-Atlas is able to identify potential novel protein complexes.

Figure 3.

Figure 3

HPC-Atlas is useful in discovering new biological findings

A. The EIF2B complex predicted in HPC-Atlas has an exact match in the independent set. B. The UGT2 complex predicted in HPC-Atlas is a previously unreported complex. C. The overlap ratios between the multifunctional proteins predicted in HPC-Atlas and those in MoonDB [36] and MoonProt [37] databases at different complex overlap thresholds. D. Multifunctional protein RBBP4 participates in four distinct complexes, three of which are included in the CORUM set and the rest one is a new complex. E. All members in the DNA polymerase alpha–primase complex predicted in HPC-Atlas interact with SARS-CoV-2 NSP1. F. The MARK kinase complex predicted in HPC-Atlas contains two drug targets, both of which interact with SARS-CoV-2 ORF9b. CORUM, the comprehensive resource of mammalian protein complexes; SARS-CoV-2, severe acute respiratory syndrome coronavirus 2.

Identifying multifunctional proteins

Multifunctional proteins, also known as multitasking proteins, are a type of proteins that perform multiple biochemical functions [34]. It has been found that multifunctional proteins are associated with human diseases and targets of drugs [34]. However, it is not clear how many multifunctional proteins there are in human, and there are few effective methods for identifying multifunctional proteins [35]. Two existing databases [36], [37] contain only a small number of human multifunctional proteins, therefore they cannot completely cover human multifunctional proteins. One of the databases, MoonProt [37], contains 107 moonlighting proteins (a subclass of multifunctional proteins), which execute unrelated biological functions. The other database, MoonDB [36], contains 282 human proteins, including moonlighting and multifunctional proteins. Now, as we have a comprehensive atlas of human protein complexes, we can potentially identify multifunctional proteins.

According to a recent work [17], multifunctional proteins participate in multiple distinct complexes and perform two or more biological functions. Therefore, we first constructed a set of protein complexes with limited overlap, by removing the complexes that have high overlap with the other complexes (see Materials and methods), and then treated the proteins appearing in at least two complexes in the set as multifunctional proteins. Thus, we identified a total of 456 multifunctional proteins, accounting for 6% of proteins in the set of complexes. Compared with the 364 known multifunctional proteins in the existing databases (i.e., MoonProt and MoonDB), there is a significant increase in the coverage of human multifunctional proteins. We found that these multifunctional proteins usually participate in 2–4 complexes, and most of them are involved only in two complexes. Additionally, we compared the overlap between the multifunctional proteins in MoonProt and MoonDB and those predicted in HPC-Atlas under different complex overlap thresholds [defined in Equation (32)]. As show in Figure 3C, with the increase of the threshold, the overlap ratio of multifunctional proteins significantly increases. This suggests that a lower threshold can get more robust results and identify more novel multifunctional proteins. Meanwhile, this also shows the potential of our atlas to identify moonlighting proteins, which are the most essential and fascinating proteins in multifunctional proteins.

Figure 3D shows an example of multifunctional protein, RBBP4, participating in four protein complexes. Among these complexes, three of them are included in the latest version of the CORUM set, and the rest one is a novel complex that has not been reported. According to the description of complexes in the CORUM set, we know that the PRC2 complex maintains the transcriptionally repressive state of many genes, the Histone H3.3 complex that contains distinct histone chaperones mediates DNA synthesis, and the Link core complex plays an important role in cell cycle-dependent activation. We further analyzed the potential functions of RBBP4 in these complexes using Reactome annotation enrichment. The enriched annotations of RBBP4 in PRC2, Histone H3.3, Link core, and the novel complex are transcriptional regulation by E2F6, cellular senescence, cell cycle, and regulation of PTEN gene transcription, respectively, which are known functions of RBBP4. We therefore believe that RBBP4 is involved in the four complexes of different functions, which is likely to be a multifunctional protein. This example illustrates the potential of our atlas to identify multifunctional proteins from the constructed set of complexes with limited overlap.

SARS-CoV-2-affected human protein complexes

SARS-CoV-2, as the causative agent of COVID-19, has led to more than 760 million confirmed cases and 6.9 million deaths globally, and seriously affected people’s normal life [38]. The SARS-CoV-2 proteins potentially interact with multiple human proteins after the virus infects human cells [39]. These interactions involve several complexes and biological processes, including DNA replication, vesicle trafficking, and lipid modification [39]. Therefore, identifying protein complexes that may be affected by the virus will help us develop drugs against SARS-CoV-2. Fortunately, a recent study [39] has identified 332 high-confidence PPIs between human and SARS-CoV-2 proteins and 66 druggable human proteins through AP-MS experiments. Here, we tried to find SARS-CoV-2-relevant protein complexes with our HPC-Atlas to further demonstrate its value in exploring biological findings.

From HPC-Atlas, we identified 751 human protein complexes that contain at least one protein interacting with a SARS-CoV-2 protein. We called them SARS-CoV-2-affected complexes. These complexes contain virus-interacting proteins ranging from one to seven; most of them contain only one or two such proteins, while there are 21 complexes with all members interacting with the SARS-CoV-2 proteins. Using the latest version of the CORUM set as the gold standard, we found that 296 complexes (nearly 40%) have matches in the CORUM set (version 3.0), of which 17 complexes have exact matches. For example, DNA polymerases are a group of polymerases that are often used in amplification techniques (e.g., PCR amplification and loop-mediated isothermal amplification) to detect the presence of SARS-CoV-2 sequences [40], [41]. Here, we identified a DNA polymerase alpha–primase complex that contains four proteins, all of which interact with the NSP1 protein of SARS-Cov-2 (Figure 3E). We then performed functional enrichment analysis on the complex and found that it has strong enrichment of GO terms specific to DNA replication and synthesis of RNA primer, and is highly specific for the nasopharynx tissue. These are consistent with the characteristics of DNA polymerases.

Additionally, we found that 143 of the 751 complexes contain drug target proteins, suggesting that these complexes may contribute to drug development. For example, we identified a MARK kinase complex that contains two proteins, which are all drug targets interacting with the ORF9b protein of SARS-CoV-2 (Figure 3F). MARK2 and MARK3 have been approved as drug targets for the treatment of cancer and myelofibrosis [42]. Furthermore, we found high overlap between the subcellular localizations of MARK2 and MARK3, indicating that they may form a complex. Recent studies have also shown that drug repurposing is a promising scheme for exploring potential SARS-CoV-2 drug targets [42], [43]. We therefore believe that this complex might contribute to fighting COVID-19.

Discussion

A comprehensive atlas of human protein complexes can help us to better understand the critical functions and mechanisms in human cells, and find the related biological pathways of diseases. However, our ability to interpret unknown biological problems is limited by the lack of a reliable atlas of human protein complexes. Herein, we present HPC-Atlas, the most accurate and comprehensive atlas of human protein complexes to date, which expands our knowledge about protein complexes in human cells.

Building a more comprehensive PIN

Since high-throughput techniques usually miss some interactions (e.g., prey–prey interactions) and introduce false positives, we used the L3 and WMM algorithms to identify high-confidence false negative PPIs from HuRI and BioPlex, respectively. Then, integrating the expanded networks to increase the coverage of the human interactome. Five categories of features were evaluated to represent the interactions. This allows our deep forest classifier to accurately predict labels for protein pairs. We finally generated a high-quality PIN (i.e., LE-PIN) in which edges are weighted with probabilities predicted by the classifier, which indicate whether the edges fall in or outside complexes.

Accurately identifying more protein complexes

In the past decade, many computational methods have been proposed to identify complexes from PINs. Most of them used clustering algorithms, which regarded protein complexes as dense subgraphs of the PIN. However, they did not differentiate the PPIs (or edges in PINs) except for assigning them different weights or confidences. In this study, we classified the edges into complex edges (i.e., c-edges) and non-complex edges (i.e., nc-edges), and regarded complexes as subnetworks of proteins connected by c-edges. This is a novel idea about protein complexes. Based on this idea, we developed a novel algorithm to accurately identify complexes based on the LE-PIN. Our method considers that a complex is a subgraph of c-edges with high cohesion and low coupling, and it iteratively adds and removes proteins to maximize the complex’s score. Performance evaluation shows that our method substantially outperforms existing methods, especially in terms of Recall and F-measure on the testing set. To illustrate that our method can effectively identify novel complexes, we generated an independent testing set that does not overlap with the CORUM set (version 2.0). The results show that our method can predict more complexes with higher accuracy. In addition, a number of novel complexes with high scores were verified by significantly enriched functional annotations.

Exploring new biological findings

As a valuable resource, HPC-Atlas can be used in many fields, including structural biology, systems biology, and disease-related molecular biology. In this study, to illustrate that HPC-Atlas can be used as a new biological discovery source, on the one hand, we used the atlas to identify multifunctional proteins. Currently, there are few effective methods for multifunctional protein identification. Using our atlas, we can search such proteins from a set of complexes with limited overlap. We also found that our atlas has the potential of identifying moonlighting proteins, a special sub-class of multifunctional proteins, by searching the existing databases. On the other hand, we used the atlas to find SARS-CoV-2-affected complexes. We can identify the affected complexes that contain at least one protein interacting with a SARS-CoV-2 protein. Certainly, we can also use the atlas to identify other disease-related complexes.

Taken together, HPC-Atlas is not only an extensible computing framework that can integrate additional PPI sources to identify complexes, but also a valuable resource for biological knowledge discovery. In the future, we plan to combine more PPI data and construct a more comprehensive map to further boost the performance of complex prediction, and apply the map to other biomedical problems such as new drug discovery for emerging diseases.

Materials and methods

Datasets

Protein interaction datasets

We used two latest protein interaction datasets or networks HuRI and BioPlex as the basic data. The HuRI network derived from Y2H experiments, consists of 63,132 PPIs involving 8985 proteins. The BioPlex network was the results of AP-MS experiments from 293T and HCT116 cells, comprising 167,932 PPIs across 14,484 proteins.

With these two PINs, an expanded and integrated PIN was generated. First, we applied the L3 and WMM methods, whose effectiveness has been shown in previous studies [17], [24], [25], to identify new high-confidence interactions from HuRI and BioPlex, respectively. WMM is based on the hypergeometric distribution [Equation (1)], which can be used to calculate the probability of PPIs in PIN. For a given PIN, the probability of interaction between two proteins A and B is:

p#interactionsk|n,m,N=i=kminn,mniN-nm-iNm (1)

where k is the number of interactions between two proteins A and B, n and m are the total numbers of interactions for protein A and protein B, respectively. N represents the total number of interactions in the PIN. WMM calculates a P value for each pair of proteins to represent the confidence of the corresponding interaction and ranks the interactions according to their P values. We then selected these PPIs with P values less than a certain threshold. Here, the threshold is the minimum confidence value (i.e., the larger P value) obtained by matching the predicted PPIs and the real PPIs in the BioPlex. When applying L3 to the HuRI network, we considered only the top 6000 predicted interactions as true PPIs following previous research [25]. L3 adds edges based on the principle of complementary interfaces (Figure S2). The authors of L3 believed that two interacting proteins often have complementary interfaces. Therefore, two proteins X and Y with a similar interface usually have many common neighbor proteins. The neighbor proteins of X may interact with protein Y because they have complementary interfaces, and these interactions can be detected using paths of L3. We then integrated these two PINs after adding the predicted new interactions to construct an integrated PIN, which contains 2,658,160 PPIs over 16,632 human proteins. The statistics of PINs in this study are shown in Table S1.

The training and testing sets for classifying edges

To train and evaluate the deep forest classifier, we created a training set and a testing set based on the CORUM core set (version 2.0). The CORUM set was randomly divided into training and testing sets. Complexes in each set were disassembled into protein pairs and removed redundant protein pairs. A pair of proteins is defined as a c-edge if it falls at least in a complex, and as an nc-edge if the two proteins do not fall in any complexes. The final training and testing sets were generated by mapping the training and testing complexes from CORUM 2.0 into the integrated PIN, which are comprised of 4012 and 3513 c-edges, and 87,050 and 74,490 nc-edges, respectively.

Gold standard protein complex sets

To evaluate the complex identification method on the LE-PIN of the testing set, we used CORUM 2.0 and filtered out all non-human complexes. Then, we removed the complexes with size less than 2 from the CORUM set. Additionally, we also downloaded the latest CORUM set (version 3.0) and generated an independent set of protein complexes that were not included in the CORUM 2.0. This independent set contains 518 human protein complexes, which were used to evaluate our method and to compare it with existing ones in identifying new complexes. Table S2 summarizes the protein complex sets used in this study.

Calculating PPI features

To characterize the PPIs from different aspects, we generated 432 features for each interaction or protein pair, which can be divided into five groups: subcellular localization, PSSM-based features, GO semantic similarity, protein chain length, and protein domain interactions. All features were standardized by scaling them to the range of [0,1].

Subcellular localization

Protein subcellular localization provides information about the specific location of a certain protein in human cells, such as nuclear region, cytoplasm, and cell membrane. Therefore, a pair of interacting proteins should be close to each other, and a complex should contain proteins that are also close to each other to perform related biological functions in cells. In this study, we calculated four location-based features using the subcellular localization annotations of each protein downloaded from the UniProt database [44]. Specifically, let SLpi and SLpj represent the subcellular localization annotation sets of proteini and proteinj (ij). The following four location-based features for interacting proteins pi and pj are evaluated:

Overlapsl=SLpiSLpj (2)
Equality=1ifSLpi=SLpj0otherwise (3)
Jaccardsimilarity=SLpiSLpjSLpiSLpj (4)
Inclusion=1ifSLpiSLpjorSLpjSLpi0otherwise (5)

PSSM-based features

The evolutionary conservation information of PSSM derived from protein sequences is widely used. The PSSM-based features have been successfully used to promote the performance of protein property prediction [45], [46], [47], [48]. Here, we used the MEDP [49] method to generate a 420-dimensional feature vector using the PSSM file of each protein as input. The PSSM of a protein was evaluated by multiple sequence alignments with position-specific iterative basic local alignment search tool (PSI-BLAST) [50] to search against the National Center of Biotechnology Information (NCBI) non-redundant database [50]. Then, the PSSM-based features of a protein pair were composed of the sum of feature vectors of the two proteins and the similarity of the two feature vectors calculated by Euclidean distance.

GO semantic similarity

GO, as a widely used biological data resource, provides a convenient way to evaluate the semantic similarity of pairwise GO terms [51]. Inferring semantic similarity between GO terms has been successfully used in many research areas, such as protein function prediction and gene network analysis [52]. The semantic similarity of GO terms was calculated using the structural relationships, including parent-child relationships and sibling relationships among nodes in the ontology. A protein usually contains at least one GO term. In this study, we used the GOSemSim package [53] to calculate GO semantic similarity between a pair of proteins, and got a similarity score as the final feature value.

Protein chain length

Proteins have a variety of conformations, and their chain lengths are generally between 50 and 2000 amino acids [54]. Large proteins are usually composed of several different protein domains and structural units [54]. Therefore, we want to know whether the protein chain lengths of interacting proteins are similar. The absolute difference between the chain lengths of a pair of proteins was used as the feature value. The length of each protein chain was obtained from the UniProt database [44] .

Protein domain interactions

Protein domains are a class of structural units in proteins [55]. The interaction between a pair of proteins is usually related to the physical interactions between their specific domains [56]. Protein domains are essential to understand PPIs and enable us to have a more comprehensive understanding of protein functions and PINs. Protein domain interactions and each protein’s domain annotations were downloaded from Pfam [57] and UniProt databases, respectively. Concretely, let PDpi and PDpj be the sets of protein domains of a protein pair (pi,pj)ij, PD_Pfam is a set of protein domain interactions, dpi and dpj are interacting domains from PDpi and PDpj, respectively. Then, the protein domain interaction features are defined as follows:

Overlappd=PDpiPDpj (6)
Interaction=dpi,dpjdpiPDpi,dpjPDpj,dpi,dpjPD_Pfam (7)
Total=PDpiPDpj (8)
Similarity_Overlap=OverlappdTotal (9)
Similarity_Interaction=InteractionTotal (10)

Evaluation metrics

The evaluation of our method consists of two parts: edge labeling and protein complex identification, which correspond to a classification task and a clustering task, respectively.

Performance evaluation of edge labeling

The performance of the deep forest classifier for edge labeling is evaluated through 10-fold cross-validation. Since there are more nc-edges than c-edges in the training set, traditional cross-validation is easily dominated by the nc-edges, which results in prediction bias. To handle the imbalanced dataset, we performed 10-fold cross-validation using the sub-sampling strategy. First, the c-edges and nc-edges in the training set were randomly split into ten subsets, respectively. In each round, nc-edges were randomly selected from nine subsets of nc-edges, combined with nine subsets of c-edges to create a 1:1 balanced training set, while the remaining edges were merged as the testing set. For a comprehensive assessment of the classifier, we used seven performance measures, including accuracy (ACC), SEN, SPE, precision (PRE) (for edge classification, PRE is used to represent precision), F1, MCC, and AUC, which are evaluated as follows:

ACC=TP+TNTP+TN+FP+FN (11)
SEN=TPTP+FN (12)
SPE=TNTN+FP (13)
PRE=TPTP+FP (14)
F1=2×SEN×PRESEN+PRE (15)
MCC=TP×TN-FP×FN(TP+FP)(TP+FN)(TN+FP)(TN+FN) (16)

where TP, FP, TN, and FN represent the numbers of true positives (i.e., correctly predicted c-edges), false positives, true negatives, and false negatives, respectively.

Performance evaluation of protein complex identification

To evaluate performance of protein complex identification, we first checked whether a predicted complex matches some complexes in the gold standard complex set, i.e., the CORUM set (version 2.0 or 3.0). Here, the matching rate between a predicted complex and a gold standard complex is calculated as follows:

Ratematch=PCGC2PC×GC (17)

where PC and GC represent the numbers of proteins contained in the predicted complex and the gold standard complex, respectively. If Ratematch 0.2, we regard that PC and GC match successfully, which is consistent with the previous research definition [28], [58], [59], [60]. Five widely-used metrics were adopted to evaluate the proposed method, including Recall, Precision (for complex identification, the full name of precision is used), F-measure, MMR, and GACC, which are calculated as follows:

Recall=GpcGc (18)
Precision=PgcPc (19)
F-measure=2×Recall×PrecisionRecall+Precision (20)

where Gc is the number of complexes in the gold standard set and Gpc is the number of gold standard complexes matched with some predicted complexes; Pc is the number of predicted complexes and Pgc is the number of predicted complexes matched with some gold standard complexes. F-measure is the harmonic mean of Recall and Precision.

MMR [7] is defined as the sum of the maximum matching edge weights between the gold standard set and the predicted complex set divided by the number of gold standard complexes. The maximum matching edge is obtained by building the maximal matching in a bipartite graph between the gold standard and predicted complexes, and the edge weight is given by the Ratematch.

GACC [61] is obtained by computing the geometrical mean of sensitivity (SNGM) and positive predictive value (PPV). Let tg,p be the number of shared proteins between the gold standard complex g and the predicted complex p, and Ng be the number of proteins in the gold standard complex g.

SNGM=g=1Gcmaxp=1Pctg,pg=1GcNg (21)
PPV=p=1Pcmaxg=1Gctg,pp=1Pcg=1Gctg,p (22)
GACC=SNGMPPV (23)

Classifying the edges of FE-PIN

We used the deep forest [23] algorithm called gcForest to classify the edges of FE-PIN into two types: c-edges and nc-edges. gcForest simulates the hierarchical structure of a neural network. Each layer uses a group of forests, and the forests of each layer use the information of the previous layer as input and their output is taken as input of the next layer. Comparing with other deep learning methods, gcForest has much fewer hyper-parameters and is not limited to the size of training data. That is, it also shows good performance on small datasets. We therefore used gcForest to classify edge types in the FE-PIN. To boost performance, we also concatenated the LightGBM [62] predictor with gcForest. We used the default parameters of the gcForest algorithm. We trained the classifier by using 10-fold cross-validation on the training set and then evaluated the classifier on the testing set. The classifier’s output probability for each edge is taken as its weight in the LE-PIN. With all edges of FE-PIN labeled or weighted, we got the LE-PIN.

Identifying protein complexes

We designed a novel approach to identify protein complexes from the LE-PIN generated by the edge classification step described above. First, we represented the PIN as a weighted undirected graph G=V,E,W, where V represents the set of nodes (i.e., proteins) in the network, E is the set of edges, each of which corresponds to interacting protein pairs, and W represents the weights on the edges, each of which is the probability value predicted by the deep forest classifier. We took these edges with weight greater than 0.5 as c-edges (i.e., the corresponding pairs of proteins lie in a complex), and the rest as nc-edges. Then, we defined a complex scoring function, which consists of two parts: density and modularity. Density represents the cohesion of the subgraph, and modularity represents the coupling degree of the subgraph. The density DSG of the subgraph is evaluated as follows:

DSG=u,vVSGWu,vVSG×VSG-1/2 (24)

where u and v are two nodes within the subgraph, u,vVSGWu,v is the sum of internal edge weights of the subgraph, and VSG is the node set inside the subgraph. The modularity MSG of the subgraph is defined as follows:

MSG=din(SG)dinSG+dout(SG) (25)
din(SG)=u,vVSG;(u,v)EW(u,v) (26)
dout(SG)=uVSG;vVSG;(u,v)EW(u,v) (27)

where din(SG) is the sum of weights of all edges in the subgraph, and dout(SG) is the sum of weights of edges between the inner and neighbor nodes of the subgraph. If the subgraph has high modularity, it means that the subgraph is dense, but sparsely connect with outside nodes.

The score of a protein complex FSG is evaluated by combining the density and modularity of the subgraph as follows:

FSG=11DSG+1MSG+DSG+MSG2 (28)

Generally, if a subgraph has a high FSG score (i.e., the subgraph has a high density and modularity value), it is more possibly a protein complex. Our method identifies a protein complex by iteratively adding and removing nodes to maximize the FSG score. In detail, we have four criteria for selecting the most appropriate node in each iteration from the neighbor node set of the subgraph to expand the subgraph. (1) The node ns should have edges connecting with the internal nodes of the subgraph, and their weights should be greater than 0.5. (2) The node ns should satisfy Equation (29).

Actually_edgesExpectation_edges (29)
Expectation_edges=FSG×VSG (30)
Actually_edges=NnsVSG (31)

That is, Actually_edges is greater than Expectation_edges. In Equation (31), N(ns) is the set of neighbor nodes of ns. (3) The FSG score should increase after adding a certain node. (4) Select the node that can maximize FSG from the neighbor nodes that meet the aforementioned three criteria to join the subgraph. At the same time, delete the selected node from the neighbor node set. Iteratively add nodes till the neighbor node set is empty or FSG can increase no more.

When the process of adding nodes ends, we iteratively removed nodes from the subgraph to maximize FSG. Specifically, in each iteration we removed a node from the boundary node set of the subgraph to optimize the subgraph by following three criteria as follows. (1) The FSG score should increase after removing a certain node from the boundary node set of the subgraph. The boundary node set of the subgraph is a subset of the internal nodes of the subgraph, where each node has edges to connect both internal nodes and external nodes of the subgraph. (2) The node should satisfy Equation (29). (3) Select the node that can maximize FSG from the boundary nodes that meet the aforementioned two criteria to remove from the subgraph.

The process of removing nodes from the subgraph continues till FSG reaches stable, and the final complex is then output. Details of the process mentioned above are outlined in Algorithm 1.

In implementation, our method uses multithreading technology, and each thread handles several seed nodes. To speed up the calculation, we sorted the seed nodes by k-shell decomposition [63]. We found that k-shell decomposition is very suitable for sorting seed nodes in PIN generated by high-throughput techniques. This method can effectively overcome the bias of the spoke model. If the k-shell value of a protein is very large, it means that a large amount of computation is needed to form a complex based on the protein. Therefore, each thread handles either only one or two nodes with a high k-shell value or multiple nodes with a low k-shell value. In this study, the k-shell values 20 are considered as high values, and the rest are considered as low values, which can be set by the user in the algorithm. After the aforementioned complex search process was completed, we discarded duplicate protein complexes from the generated candidate complex set to generate the final complex set. The duplicate protein complexes mean that the matching rate of the two complexes is 1.0.

Algorithm 1 Protein complex identification
Input: The LE-PIN G=(V,E,W)
Output: The final predicted protein complexes set, PC
  • 1:

    Initialize:PC= {}

  • 2:

    Step 1: Construct a seed queue SQ by using k-shell decomposition

  • 3:

    Initialize:SQ= {} /* Store sorted seed nodes */

  seedscore= /* Store the k-shell score of the seed node */
  • 4:

    for each node v in V do

  • 5:

     Calculate the k-shell score of the node,seedscore(v)

  • 6:

    end for

  • 7:

    SQ= {v1,v2,,vn} was constructed by sorting the seedscore(v) of all nodes in descending order

  • 8:

    Step 2: Identification of protein complexes

  • 9:

    for each node v in SQ do

  • 10:

     ifdegreev1then /* degreev is the degree value of the node on the network*/

  • 11:

      Initialize:FSG(v)=0 and FSG(v)_old= -1 /* Initialize intermediate variables */

  • 12:

        VSGv=v /* Initialize nodes in the subgraph SGv*/

  • 13:

      whileFSG(v)>FSG(v)_olddo /* iteratively adding and removing nodes to maximize FSG(v), see File S1 for details*/

  • 14:

      FSG(v)_old=FSG(v)

  • 15:

      FSG(v),SGv,Expectation_edges=Inflate(G,SGv) /* Iteratively add nodes to the subgraph SGv*/

  • 16:

      FSG(v),SGv=Shrink(G,SGv,FSGv,Expetation_edges) /* Iteratively remove nodes from the subgraph SGv*/

  • 17:

      end while

  • 18:

      PC=PCSGv

  • 19:

     end if

  • 20:

    end for

  • 21:

    Step 3: Discard duplicate protein complexes

  • 22:

    for protein complexes i and j in PC do

  • 23:

     if the Ratematchcomplexi,complexj=1 then /* According to Equation (17) */

  • 24:

     Remove the complex j from PC

  • 25:

     end if

  • 26:

    end for

  • 27:

    return Output the final set of protein complexes, PC

Identifying multifunctional proteins

Multifunctional proteins are extremely important proteins, which play a central role in many diseases, but there are few effective methods to predict multifunctional proteins [35], [37]. As described in a previous study [17], in order to identify multifunctional proteins, we first built a complex set with limited overlap. SubComplex_index was used to determine the degree of overlapping between two complexes as follows:

SubComplex_index=CPiCPjCPi (32)

where CPi and CPj are the sets of proteins contained in the two complexes. We finally constructed a complex set by selecting the complexes with SubComplex_index< 0.5 from our final protein complex set (i.e., 8944 complexes). With this selected complex set, we then found these proteins that appeared in two or more complexes, which were considered as multifunctional proteins.

Identifying new protein complexes

To identify new complexes, we first ranked the complexes identified from the LE-PIN according to their scores [defined in Equation (28)]. The higher the complex’s score is, the more likely it is to be a real complex. Then, we exactly matched complexes in the independent set with all the identified complexes (i.e., 8944 complexes), and took the lowest score of all matched identified complexes as a threshold. With this threshold, we regarded any identified complex with a score no less than the threshold as real complexes. In this study, the score threshold was 0.5. Thus, we took these identified complexes having a score no less than 0.5 as real complexes. In addition, we also performed functional enrichment analysis for each complex with g:Profiler [64], which contains the most popular data sources including GO [65], Reactome [66], CORUM [6], KEGG [67], and Human Phenotype Ontology [68] (HPO). The g:Profiler method was usually used for enrichment analysis of complexes, i.e., detecting statistically significantly enriched biological processes by mapping user-provided protein lists to data sources. Here, we applied the g:SCS method to obtaining the P value of each complex and ignored the electronic annotations. All proteins in the integrated PIN were used as the background set.

Code availability

The dataset, method code, and result file of HPC-Atlas can be downloaded at GitHub: https://github.com/yul-pan/HPC-Atlas, or at BioCode: https://ngdc.cncb.ac.cn/biocode/tools/BT007355.

Data availability

HPC-Atlas webserver can be accessed at http://www.yulpan.top/HPC-Atlas.

Competing interests

The authors have declared no competing interests.

CRediT authorship contribution statement

Yuliang Pan: Conceptualization, Methodology, Software, Writing – original draft. Ruiyi Li: Methodology, Investigation. Wengen Li: Conceptualization, Validation. Liuzhenghao Lv: Software. Jihong Guan: Conceptualization, Supervision, Writing – review & editing, Funding acquisition. Shuigeng Zhou: Conceptualization, Methodology, Writing – review & editing, Supervision, Funding acquisition. All authors have read and approved the final manuscript.

Acknowledgments

This work was supported by the National Natural Science Foundation of China (Grant Nos. 61972100 and 62172300).

Handled by Yu Xue

Footnotes

Peer review under responsibility of Beijing Institute of Genomics, Chinese Academy of Sciences / China National Center for Bioinformation and Genetics Society of China

Supplementary data to this article can be found online at https://doi.org/10.1016/j.gpb.2023.05.001.

Contributor Information

Jihong Guan, Email: jhguan@tongji.edu.cn.

Shuigeng Zhou, Email: sgzhou@fudan.edu.cn.

Supplementary material

The following are the Supplementary material to this article:

Supplementary File S1

Algorithm for iteratively adding and removing nodes to generate a protein complex

mmc1.docx (17.8KB, docx)
Supplementary Figure S1

Degree distribution of proteins in different PINs HuRI, BioPlex, and integrated PIN are similar to scale-free networks.

mmc2.pptx (295.8KB, pptx)
Supplementary Figure S3

The L3 method diagram PPIs often require complementary interfaces (e.g., protein C and protein Y). And protein D may interact with protein Y (black link), which can be predicted by using L3 method.

mmc3.pptx (38.1KB, pptx)
Supplementary Table S1

The statistics of PINs

mmc4.docx (13.4KB, docx)
Supplementary Table S2

The statistics of protein complexes sets

mmc5.docx (13.2KB, docx)

References

  • 1.Alberts B. The cell as a collection overview of protein machines: preparing the next generation of molecular biologists. Cell. 1998;92:291–294. doi: 10.1016/s0092-8674(00)80922-8. [DOI] [PubMed] [Google Scholar]
  • 2.Hartwell L.H., Hopfield J.J., Leibler S., Murray A.W. From molecular to modular cell biology. Nature. 1999;402:C47–C52. doi: 10.1038/35011540. [DOI] [PubMed] [Google Scholar]
  • 3.Havugimana P.C., Hart G.T., Nepusz T., Yang H., Turinsky A.L., Li Z., et al. A census of human soluble protein complexes. Cell. 2012;150:1068–1081. doi: 10.1016/j.cell.2012.08.011. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 4.Goh K.I., Cusick M.E., Valle D., Childs B., Vidal M., Barabási A.L. The human disease network. Proc Natl Acad Sci U S A. 2007;104:8685–8690. doi: 10.1073/pnas.0701361104. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 5.Berggård T., Linse S., James P. Methods for the detection and analysis of protein–protein interactions. Proteomics. 2007;7:2833–2842. doi: 10.1002/pmic.200700131. [DOI] [PubMed] [Google Scholar]
  • 6.Giurgiu M., Reinhard J., Brauner B., Dunger-Kaltenbach I., Fobo G., Frishman G., et al. CORUM: the comprehensive resource of mammalian protein complexes—2019. Nucleic Acids Res. 2019;47:D559–D563. doi: 10.1093/nar/gky973. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 7.Nepusz T., Yu H., Paccanaro A. Detecting overlapping protein complexes in protein–protein interaction networks. Nat Methods. 2012;9:471–472. doi: 10.1038/nmeth.1938. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 8.Enright A.J., Van Dongen S., Ouzounis C.A. An efficient algorithm for large-scale detection of protein families. Nucleic Acids Res. 2002;30:1575–1584. doi: 10.1093/nar/30.7.1575. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 9.Bader G.D., Hogue C.W.V. An automated method for finding molecular complexes in large protein interaction networks. BMC Bioinformatics. 2003;4:2. doi: 10.1186/1471-2105-4-2. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 10.Li M., Chen J., Wang J., Hu B., Cheng G. Modifying the DPClus algorithm for identifying protein complexes based on new topological structures. BMC Bioinformatics. 2008;9:398. doi: 10.1186/1471-2105-9-398. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 11.Leung H.C.M., Xiang Q., Yiu S.M., Chin F.Y.L. Predicting protein complexes from PPI data: a core-attachment approach. J Comput Biol. 2009;16:133–144. doi: 10.1089/cmb.2008.01TT. [DOI] [PubMed] [Google Scholar]
  • 12.Wu M., Li X., Kwoh C.K., Ng S.K. A core-attachment based method to detect protein complexes in PPI networks. BMC Bioinformatics. 2009;10:169. doi: 10.1186/1471-2105-10-169. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 13.Liu G., Wong L., Chua H.N. Complex discovery from weighted PPI networks. Bioinformatics. 2009;25:1891–1897. doi: 10.1093/bioinformatics/btp311. [DOI] [PubMed] [Google Scholar]
  • 14.Altaf-Ul-Amin M., Shinbo Y., Mihara K., Kurokawa K., Kanaya S. Development and implementation of an algorithm for detection of protein complexes in large interaction networks. BMC Bioinformatics. 2006;7:207. doi: 10.1186/1471-2105-7-207. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 15.Palla G., Derényi I., Farkas I., Vicsek T. Uncovering the overlapping community structure of complex networks in nature and society. Nature. 2005;435:814–818. doi: 10.1038/nature03607. [DOI] [PubMed] [Google Scholar]
  • 16.Omranian S., Angeleska A., Nikoloski Z. PC2P: parameter-free network-based prediction of protein complexes. Bioinformatics. 2021;37:73–81. doi: 10.1093/bioinformatics/btaa1089. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 17.Drew K., Wallingford J.B., Marcotte E.M. hu.MAP 2.0: integration of over 15,000 proteomic experiments builds a global compendium of human multiprotein assemblies. Mol Syst Biol. 2021;17 doi: 10.15252/msb.202010016. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 18.Fields S., Song O. A novel genetic system to detect protein–protein interaction. Nature. 1989;340:245–246. doi: 10.1038/340245a0. [DOI] [PubMed] [Google Scholar]
  • 19.Morris J.H., Knudsen G.M., Verschueren E., Johnson J.R., Cimermancic P., Greninger A.L., et al. Affinity purification-mass spectrometry and network analysis to understand protein–protein interactions. Nat Protoc. 2014;9:2539–2554. doi: 10.1038/nprot.2014.164. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 20.Skinnider M.A., Foster L.J. Meta-analysis defines principles for the design and analysis of co-fractionation mass spectrometry experiments. Nat Methods. 2021;18:806–815. doi: 10.1038/s41592-021-01194-4. [DOI] [PubMed] [Google Scholar]
  • 21.Luck K., Kim D.K., Lambourne L., Spirohn K., Begg B.E., Bian W., et al. A reference map of the human binary protein interactome. Nature. 2020;580:402–408. doi: 10.1038/s41586-020-2188-x. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 22.Huttlin E.L., Bruckner R.J., Navarrete-Perea J., Cannon J.R., Baltier K., Gebreab F., et al. Dual proteome-scale networks reveal cell-specific remodeling of the human interactome. Cell. 2021;184:3022–3040.e28. doi: 10.1016/j.cell.2021.04.011. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 23.Zhou Z.H., Feng J. Deep forest. Natl Sci Rev. 2019;6:74–86. doi: 10.1093/nsr/nwy108. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 24.Drew K., Lee C., Huizar R.L., Tu F., Borgeson B., McWhite C.D., et al. Integration of over 9000 mass spectrometry experiments builds a global map of human protein complexes. Mol Syst Biol. 2017;13:932. doi: 10.15252/msb.20167490. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 25.Kovács I.A., Luck K., Spirohn K., Wang Y., Pollis C., Schlabach S., et al. Network-based prediction of protein interactions. Nat Commun. 2019;10:1240. doi: 10.1038/s41467-019-09177-y. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 26.Hart G.T., Lee I., Marcotte E.M. A high-accuracy consensus map of yeast protein complexes reveals modular nature of gene essentiality. BMC Bioinformatics. 2007;8:236. doi: 10.1186/1471-2105-8-236. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 27.Szklarczyk D., Gable A.L., Nastou K.C., Lyon D., Kirsch R., Pyysalo S., et al. The STRING database in 2021: customizable protein–protein networks, and functional characterization of user-uploaded gene/measurement sets. Nucleic Acids Res. 2021;49:D605–D612. doi: 10.1093/nar/gkaa1074. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 28.Wang R., Liu G., Wang C. Identifying protein complexes based on an edge weight algorithm and core-attachment structure. BMC Bioinformatics. 2019;20:471. doi: 10.1186/s12859-019-3007-y. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 29.Kenley E.C., Cho Y.R. Detecting protein complexes and functional modules from protein interaction networks: a graph entropy approach. Proteomics. 2011;11:3835–3844. [Google Scholar]
  • 30.Jiang P., Singh M. SPICi: a fast clustering algorithm for large biological networks. Bioinformatics. 2010;26:1105–1111. doi: 10.1093/bioinformatics/btq078. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 31.Hanna E.M., Zaki N. Detecting protein complexes in protein interaction networks using a ranking algorithm with a refined merging procedure. BMC Bioinformatics. 2014;15:204. doi: 10.1186/1471-2105-15-204. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 32.Spirin V., Mirny L.A. Protein complexes and functional modules in molecular networks. Proc Natl Acad Sci U S A. 2003;100:12123–12128. doi: 10.1073/pnas.2032324100. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 33.Xu B., Wang Y., Wang Z., Zhou J., Zhou S., Guan J. An effective approach to detecting both small and large complexes from protein–protein interaction networks. BMC Bioinformatics. 2017;18:419. doi: 10.1186/s12859-017-1820-8. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 34.Franco-Serrano L., Huerta M., Hernández S., Cedano J., Perez-Pons J., Piñol J., et al. Multifunctional proteins: involvement in human diseases and targets of current drugs. Protein J. 2018;37:444–453. doi: 10.1007/s10930-018-9790-x. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 35.Chapple C.E., Robisson B., Spinelli L., Guien C., Becker E., Brun C. Extreme multifunctional proteins identified from a human protein interaction network. Nat Commun. 2015;6:7412. doi: 10.1038/ncomms8412. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 36.Ribeiro D.M., Briere G., Bely B., Spinelli L., Brun C. MoonDB 2.0: an updated database of extreme multifunctional and moonlighting proteins. Nucleic Acids Res. 2019;47:D398–D402. doi: 10.1093/nar/gky1039. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 37.Chen C., Liu H., Zabad S., Rivera N., Rowin E., Hassan M., et al. MoonProt 3.0: an update of the moonlighting proteins database. Nucleic Acids Res. 2021;49:D368–D372. doi: 10.1093/nar/gkaa1101. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 38.Xu W., Pei G., Liu H., Ju X., Wang J., Ding Q., et al. Compartmentalization-aided interaction screening reveals extensive high-order complexes within the SARS-CoV-2 proteome. Cell Rep. 2021;36 doi: 10.1016/j.celrep.2021.109482. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 39.Gordon D.E., Jang G.M., Bouhaddou M., Xu J., Obernier K., White K.M., et al. A SARS-CoV-2 protein interaction map reveals targets for drug repurposing. Nature. 2020;583:459–468. doi: 10.1038/s41586-020-2286-9. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 40.Kevadiya B.D., Machhi J., Herskovitz J., Oleynikov M.D., Blomberg W.R., Bajwa N., et al. Diagnostics for SARS-CoV-2 infections. Nat Mater. 2021;20:593–605. doi: 10.1038/s41563-020-00906-z. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 41.Udugama B., Kadhiresan P., Kozlowski H.N., Malekjahani A., Osborne M., Li V.Y.C., et al. Diagnosing COVID-19: the disease and tools for detection. ACS Nano. 2020;14:3822–3835. doi: 10.1021/acsnano.0c02624. [DOI] [PubMed] [Google Scholar]
  • 42.Yesudhas D., Srivastava A., Gromiha M.M. COVID-19 outbreak: history, mechanism, transmission, structural studies and therapeutics. Infection. 2021;49:199–213. doi: 10.1007/s15010-020-01516-2. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 43.Muralidharan N., Sakthivel R., Velmurugan D., Gromiha M.M. Computational studies of drug repurposing and synergism of lopinavir, oseltamivir and ritonavir binding with SARS-CoV-2 protease against COVID-19. J Biomol Struct Dyn. 2021;39:2673–2678. doi: 10.1080/07391102.2020.1752802. [DOI] [PubMed] [Google Scholar]
  • 44.UniProt Consortium. UniProt: the universal protein knowledgebase in 2021. Nucleic Acids Res. 2021;49:D480–D489. doi: 10.1093/nar/gkaa1100. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 45.Zahiri J., Yaghoubi O., Mohammad-Noori M., Ebrahimpour R., Masoudi-Nejad A. PPIevo: protein–protein interaction prediction from PSSM based evolutionary information. Genomics. 2013;102:237–242. doi: 10.1016/j.ygeno.2013.05.006. [DOI] [PubMed] [Google Scholar]
  • 46.Pan Y., Wang Z., Zhang W., Deng L. Computational identification of binding energy hot spots in protein–RNA complexes using an ensemble approach. Bioinformatics. 2018;34:1473–1480. doi: 10.1093/bioinformatics/btx822. [DOI] [PubMed] [Google Scholar]
  • 47.Pan Y., Liu D., Deng L. Accurate prediction of functional effects for variants by combining gradient tree boosting with optimal neighborhood properties. PLoS One. 2017;12:e0179314. doi: 10.1371/journal.pone.0179314. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 48.Pan Y., Zhou S., Guan J. Computationally identifying hot spots in protein–DNA binding interfaces using an ensemble approach. BMC Bioinformatics. 2020;21:384. doi: 10.1186/s12859-020-03675-3. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 49.Zhang L., Zhao X., Kong L. Predict protein structural class for low-similarity sequences by evolutionary difference information into the general form of Chou’s pseudo amino acid composition. J Theor Biol. 2014;355:105–110. doi: 10.1016/j.jtbi.2014.04.008. [DOI] [PubMed] [Google Scholar]
  • 50.Altschul S.F., Madden T.L., Schäffer A.A., Zhang J., Zhang Z., Miller W., et al. Gapped BLAST and PSI-BLAST: a new generation of protein database search programs. Nucleic Acids Res. 1997;25:3389–3402. doi: 10.1093/nar/25.17.3389. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 51.Yao H., Shi Y., Guan J., Zhou S. Accurately detecting protein complexes by graph embedding and combining functions with interactions. IEEE/ACM Trans Comput Biol Bioinform. 2019;17:777–787. doi: 10.1109/TCBB.2019.2897769. [DOI] [PubMed] [Google Scholar]
  • 52.Zhao C., Wang Z. GOGO: an improved algorithm to measure the semantic similarity between Gene Ontology terms. Sci Rep. 2018;8:15107. doi: 10.1038/s41598-018-33219-y. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 53.Yu G., Li F., Qin Y., Bo X., Wu Y., Wang S. GOSemSim: an R package for measuring semantic similarity among GO terms and gene products. Bioinformatics. 2010;26:976–978. doi: 10.1093/bioinformatics/btq064. [DOI] [PubMed] [Google Scholar]
  • 54.Alberts B., Johnson A., Lewis J., Raff M., Roberts K., Walter P., editors. Molecular biology of the cell. 4th ed. Garland Science; New York: 2002. The shape and structure of proteins. [Google Scholar]
  • 55.Yellaboina S., Tasneem A., Zaykin D.V., Raghavachari B., Jothi R. DOMINE: a comprehensive collection of known and predicted domain–domain interactions. Nucleic Acids Res. 2011;39:D730–D735. doi: 10.1093/nar/gkq1229. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 56.Ou-Yang L., Yan H., Zhang X.F. A multi-network clustering method for detecting protein complexes from multiple heterogeneous networks. BMC Bioinformatics. 2017;18:463. doi: 10.1186/s12859-017-1877-4. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 57.El-Gebali S., Mistry J., Bateman A., Eddy S.R., Luciani A., Potter S.C., et al. The Pfam protein families database in 2019. Nucleic Acids Res. 2019;47:D427–D432. doi: 10.1093/nar/gky995. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 58.Shi Y., Yao H., Guan J., Zhou S. CPredictor 4.0: effectively detecting protein complexes in weighted dynamic PPI networks. Int J Data Min Bioinform. 2018;20:303–319. [Google Scholar]
  • 59.Xu Y., Zhou J., Zhou S., Guan J. CPredictor3 0: detecting protein complexes from PPI networks with expression data and functional annotations. BMC Syst Biol. 2017;11:135. doi: 10.1186/s12918-017-0504-3. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 60.Xu B., Guan J. From function to interaction: a new paradigm for accurately predicting protein complexes based on protein-to-protein interaction networks. IEEE/ACM Trans Comput Biol Bioinform. 2014;11:616–627. doi: 10.1109/TCBB.2014.2306825. [DOI] [PubMed] [Google Scholar]
  • 61.Brohee S., Van Helden J. Evaluation of clustering algorithms for protein–protein interaction networks. BMC Bioinformatics. 2006;7:488. doi: 10.1186/1471-2105-7-488. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 62.Ke G., Meng Q., Finley T., Wang T., Chen W., Ma W., et al. LightGBM: a highly efficient gradient boosting decision tree. Proc 31st Int Conf Neural Inf Process Syst. 2017:3149–3157. [Google Scholar]
  • 63.Carmi S., Havlin S., Kirkpatrick S., Shavitt Y., Shir E. A model of Internet topology using k-shell decomposition. Proc Natl Acad Sci U S A. 2007;104:11150–11154. doi: 10.1073/pnas.0701175104. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 64.Raudvere U., Kolberg L., Kuzmin I., Arak T., Adler P., Peterson H., et al. g:Profiler: a web server for functional enrichment analysis and conversions of gene lists (2019 update) Nucleic Acids Res. 2019;47:W191–W198. doi: 10.1093/nar/gkz369. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 65.Ashburner M., Ball C.A., Blake J.A., Botstein D., Butler H., Cherry J.M., et al. Gene Ontology: tool for the unification of biology. Nat Genet. 2020;25:25–29. doi: 10.1038/75556. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 66.Fabregat A., Jupe S., Matthews L., Sidiropoulos K., Gillespie M., Garapati P., et al. The reactome pathway knowledgebase. Nucleic Acids Res. 2018;46:D649–D655. doi: 10.1093/nar/gkx1132. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 67.Kanehisa M., Goto S., Sato Y., Kawashima M., Furumichi M., Tanabe M. Data, information, knowledge and principle: back to metabolism in KEGG. Nucleic Acids Res. 2014;42:D199–D205. doi: 10.1093/nar/gkt1076. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 68.Köhler S., Doelken S.C., Mungall C.J., Bauer S., Firth H.V., Bailleul-Forestier I., et al. The Human Phenotype Ontology project: linking molecular biology and disease through phenotype data. Nucleic Acids Res. 2014;42:D966–D974. doi: 10.1093/nar/gkt1026. [DOI] [PMC free article] [PubMed] [Google Scholar]

Associated Data

This section collects any data citations, data availability statements, or supplementary materials included in this article.

Supplementary Materials

Supplementary File S1

Algorithm for iteratively adding and removing nodes to generate a protein complex

mmc1.docx (17.8KB, docx)
Supplementary Figure S1

Degree distribution of proteins in different PINs HuRI, BioPlex, and integrated PIN are similar to scale-free networks.

mmc2.pptx (295.8KB, pptx)
Supplementary Figure S3

The L3 method diagram PPIs often require complementary interfaces (e.g., protein C and protein Y). And protein D may interact with protein Y (black link), which can be predicted by using L3 method.

mmc3.pptx (38.1KB, pptx)
Supplementary Table S1

The statistics of PINs

mmc4.docx (13.4KB, docx)
Supplementary Table S2

The statistics of protein complexes sets

mmc5.docx (13.2KB, docx)

Data Availability Statement

HPC-Atlas webserver can be accessed at http://www.yulpan.top/HPC-Atlas.


Articles from Genomics, Proteomics & Bioinformatics are provided here courtesy of Oxford University Press

RESOURCES