Skip to main content

Identifying protein complexes based on density and modularity in protein-protein interaction network

Abstract

Background

Identifying protein complexes is crucial to understanding principles of cellular organization and functional mechanisms. As many evidences have indicated that the subgraphs with high density or with high modularity in PPI network usually correspond to protein complexes, protein complexes detection methods based on PPI network focused on subgraph's density or its modularity in PPI network. However, dense subgraphs may have low modularity and subgraph with high modularity may have low density, which results that protein complexes may be subgraphs with low modularity or with low density in the PPI network. As the density-based methods are difficult to mine protein complexes with low density, and the modularity-based methods are difficult to mine protein complexes with low modularity, both two methods have limitation for identifying protein complexes with various density and modularity.

Results

To identify protein complexes with various density and modularity, including those have low density but high modularity and those have low modularity but high density, we define a novel subgraph's fitness, f ρ , as f ρ = (density)ρ*(modularity)1-ρ, and propose a novel algorithm, named LF_PIN, to identify protein complexes by expanding seed edges to subgraphs with the local maximum fitness value. Experimental results of LF-PIN in S.cerevisiae show that compared with the results of fitness equal to density (ρ = 1) or equal to modularity (ρ = 0), the LF-PIN identifies known protein complexes more effectively when the fitness value is decided by both density and modularity (0<ρ<1). Compared with the results of seven competing protein complex detection methods (CMC, Core-Attachment, CPM, DPClus, HC-PIN, MCL, and NFC) in S.cerevisiae and E.coli, LF-PIN outperforms other seven methods in terms of matching with known complexes and functional enrichment. Moreover, LF-PIN has better performance in identifying protein complexes with low density or with low modularity.

Conclusions

By considering both the density and the modularity, LF-PIN outperforms other protein complexes detection methods that only consider density or modularity, especially in identifying known protein complexes with low density or low modularity.

Background

Identifying protein complex is important in understanding the cellular organizations and functional mechanisms. However, the experimental methods to discover protein complexes are costly and time-consuming. Fortunately, with the development of high-throughput techniques such as yeast-two-hybrid [1], mass spectrometry [2], and protein chip technologies [3], protein-protein interactions (PPIs) are increasing fast and available conveniently, which results that large PPI networks for various species can be downloaded easily from public biological databases such as DIP [4], MIPS [5] and SGD [6]. Furthermore, many evidences have indicated that PPI network is a "small-world" network [7, 8]. Cliques and dense subgraphs in it generally correspond to the protein complex [913]. Thus, a series of protein complexes detection methods are emerged based on mining dense subgraphs in PPI network and namely density-based methods [1423].

Density-based methods, such as CPM [15, 16], CP-DR [17], CMC [18], DPClus [19], IPCA [20], SPICi [21], and Core-Attachment [22], identify protein complexes in PPI networks based on detecting cliques or dense subgraphs. For example, CPM proposes a clique percolation method to mine adjacent k-cliques chains as protein complexes. CP-DR modified CPM by adding distance restriction. CMC algorithm first generates a weighted PPI network by an iterative scoring method and then identifies protein complexes by removing or merging highly overlapped maximal cliques of this weighted PPI network based on their interconnectivity. DPClus, IPCA and SPICi are all "seed-expanding" methods, which identify protein complexes by expanding seeds to density clusters by recursively adding the qualifying neighbours. Core-Attachment algorithm first mines complex core as dense subgraph and then identifies protein complex with its core and attachments separately.

The density-based methods can identify known protein complexes with high density effectively, but they will ignore the protein complexes with low density. However, many protein complexes are not dense subgraphs. For example, out of the 408 known protein complexes of S.cerevisiae which are provided by Pu S et al. in [24], 89 complexes have density lower than 0.5. Moreover, when they mining protein complexes, most of these methods may neglect many peripheral proteins that connect to the core protein clusters with few links, even though these peripheral proteins are also very important to the protein complex.

To solve this problem, many researchers investigated topologies of protein complexes in PPI networks and found that many protein complexes are densely connected within themselves but sparsely connected with the rest of the PPI network [913]. Thus, Radicchi et al. [25] proposed in-degree and out-degree of nodes in a subgraph to describe the connections within the subgraph and the connections of the subgraph with the rest of the graph. Radicchi et al. [25] and Li et al. [26, 27] considered the modularity of a subgraph as the sum of the in-degree of all its vertices, divided by the sum of the out-degree of all its vertices. Radicchi et al. defined the weak module as a subgraph whose modularity is more than 1, and Luo et al. [13] proposed a hierarchical clustering algorithm, Monet, to identify protein complexes as weak modules. Li et al. defined the λ-module as a subgraph whose modularity is more than the given λ value, and proposed a fast hierarchical clustering algorithm, FAG-EC, to identify protein complexes as λ-module. Wang et al.[28] modified FAG-EC and proposed HC-PIN algorithm to identify protein complexes in weighted PPI network. Based on λ-module, Ren et al. [29] proposed MOMA algorithm and Wang et al.[30] proposed OH-PIN algorithm to identify overlapping and hierarchical protein complexes in PPI network. Lancichinetti et al.. [31] defined a fitness function f of a subgraph as the sum of the in-degree of all its vertices, divided by the sum of the degree (the sum of in-degree and out-degree) of all its vertices, and proposed NFC algorithm to identify protein complexes as subgraphs with the local maximum fitness value in PPI network. Obviously, a subgraph's fitness value has positive correlation with its modularity. Wang et al.[32] modified NFC algorithm by using essential proteins as seeds and proposed EPOF algorithm.

All the above algorithms identify protein complexes as subgraphs in PPI network with high modularity. So they are considered as modularity-based methods. These modularity-based methods can identify protein complexes with different densities, but they usually ignore protein complexes with low modularity. However, many protein complexes are dense subgraphs with low modularity. For example, out of the 408 known protein complexes of S.cerevisiae, 254 complexes have λ value (modularity) lower than 0.5.

Conclusion above, both density-based methods and modularity-based methods have limitation. Density-based methods may neglect protein complexes with low density and modularity-based methods may neglect protein complexes with low modularity. To identify both of these two kinds of protein complexes, dense subgraphs and subgraphs with high modularity, we define the subgraph's fitness by considering both the density and the modularity of a subgraph, and propose a novel algorithm, named LF_PIN, to identify protein complexes by extending each seed edge to a subgraph until its fitness reaches the local maximum value. LF_PIN chooses seed edges according to the edge clustering value because we find that the higher clustering value a PPI has, the more likely it is to be in a protein complex. The experimental results of S.cerevisiae and E.coli show that LF_PIN outperforms the other competing algorithms in terms of matching with known protein complexes and functional enrichment. Moreover, it can identify known protein complexes with low density or low modularity effectively.

Methods

Density, modularity and fitness

Dense subgraphs and modules in PPI network generally correspond to protein complexes. As dense subgraphs may have low modularity and modules may have low density, protein complexes have various values of modularity and density in PPI network. So we need to define a criterion to predict protein complexes with different topology, including those with low density but high modularity and low modularity but high density. To do it, we define a subgraph's fitness by considering both density and modularity and propose a novel protein complex model as a subgraph with the local maximum fitness value in PPI network.

A weighted PPI network is considered as an undirected weighted graph G = (V,E,W), where each vertex vV represents a protein, each edge <u,v>E represents an interaction between protein u and v, and each weight w u,v W represents the weight of an interaction between protein u and v. For an undirected weighted graph G, the density of a subgraph H (H G), donated as q H , is defined as:

q H = 2 * m H ( n H * ( n H - 1 ) )
(1)

where m H and n H are the number of edges and vertices in H respectively.

For a vertex v in a subgraph H of an undirected weighted graph G, its weighted in-degree, denoted as d w i n ( H , v ) , is the sum of weights of edges connecting vertex v to other vertices in H; its weighted out-degree, denoted as d w o u t ( H , v ) , is the sum of weights of edges connecting vertex v to other vertices in G-H; and its weighted degree, denoted as d w (H,v), is the sum of its weighted in-degree and its weighted out-degree [28, 32].

d w i n ( H , v ) = u , v H , w u , v W w u , v
(2)
d w o u t ( H , v ) = v H , u H , w u , v W w u , v
(3)
d w ( H , v ) = d w i n ( H , v ) + d w o u t ( H , v )
(4)

Generally, the subgraph's modularity is defined as the sum of in-degree of all its vertices, divided by the sum of out-degree of all its vertices [2530, 33]. Obviously, this modularity takes value from 0 to ∞. To make the value range of modularity is as same as that of density, we refer to the fitness function of NFC and EPOF and modify the subgraph's modularity in an undirected weighted graph as the sum of weighted in-degree of all its vertices, divided by the sum of weighted degree of all its vertices [31, 32].

m d H = v H d w i n ( H , v ) v H d w ( H , v )
(5)

Obviously, md H takes value from 0 to 1. If a subgraph has higher modularity, it has more connections within itself and less connection to the rest of the PPI network. When a subgraph's modularity is equal to 1, it has no connection to the rest of the PPI network.

By considering both subgraph's density and modularity, the fitness of a subgraph H in an undirected weighted graph G, denoted as f ρ (H), is defined as

f ρ ( H ) = q H ρ * m d H 1 - ρ
(6)

where the parameter ρ decides the importance of density in the fitness and takes value from 0 to 1.

Based on the above definition of fitness, the fitness of a vertex v with respect to a subgraph H, denoted as f ρ (v,H), is defined as the difference of the fitness of the subgraph H with and without vertex v [3133].

f ρ ( v , H ) = f ρ ( H + { v } ) - f ρ ( H - { v } )
(7)

where f ρ (H+{v}) is the fitness of the subgraph in which vertex v is added to H and f ρ (H-{v}) is the fitness of the subgraph in which vertex with v is removed from H.

When subgraph is a singleton edge, it has the maximum density of 1. When subgraph is the whole graph, it has the maximum modularity of 1. Generally, with the expanding of a subgraph, its modularity is increasing and its density is decreasing. Thus, by expanding from an edge, we can obtain a subgraph with the local maximum fitness value and output it as a complex. The process of a complex extending from an edge is adding neighbor vertices into the subgraph or removing vertices from the subgraph when the inclusion of a new neighbor vertex or the elimination of one vertex from the subgraph will increase the subgraph fitness.

Seed selecting

How to select the seeds is very important for identifying protein complexes. Obviously, the seeds are edges which have more possibility to be in protein complexes. Moreover, it is obvious that comparing with applying to an un-weighted PPI network, the performance of a protein complex method can be improved when applying to a weighted PPI network whose edge's weight reflects the possibility of the edge in a protein complex [3436]. So, if the input PPI network is a weighted PPI network and its edge's weight represents the possibility of the edge to be in a protein complex, seed are simply chosen as those edges with weight more than average weight. If the input PPI network is an un-weighted PPI network or a weighted PPI network but its edge's weight cannot reflect the possibility of the edge to be in a protein complex (for example, the weight represents the PPI's confidence), a weighted PPI network should be constructed from the input PPI network and its edge's weight represents the possibility of the edge to be in a protein complex. Then, our method LF-PIN can be applied to this weighted PPI network.

Wang et al.[28] defined the clustering value of an edge in a weighted and an un-weighted graph, and pointed out that two vertices connected by an edge with larger clustering value are more likely to lie in the same module. As modules in PPI network generally correspond to protein complexes [913], a PPI with higher edge clustering value in a PPI network has more possibility to be in a protein complex. So, it is reasonable to build a weighted PPI network by calculating its edge's weight according to the edge's clustering value and apply LF-PIN to this weighted PPI network. The clustering value of an edge <u,v> in a graph G, donated as ECV(u,v), is defined as [28]:

E C V ( u , v ) = k I u , v w u , k * k I u , v w v , k s N u w u , s * t N v w v , t |
(8)

where w u,k is the weight of edge <u,k> when G is a weighted graph and is equal to 1 when G is an un-weighted graph, the N u and N v are the sets of neighbors of vertex u and vertex v respectively, and I u,v denotes the set of common vertices in N u and N v (i.e., I u,v = N u N v ).

However, in a PPI network, there are many edges whose clustering values are equal to 0. It is obvious that these edges cannot be deleted from the PPI network. As they also have little possibility to be in protein complexes, their weights are set as a small constant, which reflects their small possibility in protein complexes. Thus, the weight of an edge <u,v> in a PPI network G is calculated as:

w ( u , v ) = α + 1 - α E C V a v g * E C V ( u , v )
(9)

where α is the weight of an edge with ECV = 0, ECV avg is the average clustering value of all edges in G, including the edges with ECV = 0. α is set as a constant whose value is much smaller than 1 because the average weight is equal to 1 and the possibility of an edge whose ECV = 0 to be in a protein complex is much less than that of an edge selected randomly. For example, out of 15166 PPIs in the PPI network of S.cerevisiae download from DIP database [37], 2130 PPIs (14%) are in protein complexes. Out of 8573 PPIs whose ECV = 0 in the PPI network, 231 PPIs (2.7%) are in protein complexes. The possibility of a PPI whose ECV = 0 to be in a protein complex is only one fifth of that of a PPI selected randomly. So, for this PPI network, the value of α is set as 0.2.

Algorithm LF-PIN

Based on quantitative description of protein complexes, we propose a novel clustering algorithm LF-PIN (based on L ocal F itness) to identify protein complex in a weighted PPI network whose edge's weight reflects the possibility of the edge to be in a protein complex. The detailed description of algorithm LF-PIN is shown in Figure 1. The input of algorithm LF-PIN is parameters ρ, and a weighted PPI network which is described as a simple undirected graph G(V, E, W). Algorithm LF-PIN has three stages: seed selecting, seed expanding, and outputting. Firstly, seed are selected as edges whose weights no less than average weight and sorted into seed queue Sq in non-increasing order by the edge weight. Then, when the seed queue Sq is not null, LF-PIN will always select the first edge in Sq as the seed and gradually add neighbor vertex or remove vertex decided by the measure of vertex fitness. If the expanding cluster has neighbor vertices with fitness more than zero, the neighbor vertex with maximum fitness is added to it to increase its fitness. Then, the fitness values of all vertices in the new cluster are recalculated and the vertices whose fitness are negative are deleted. However, it is possible that when adding a neighbor vertex, the seed's vertex will have negative fitness to the new cluster and will be removed. To avoid this case, if adding a neighbor vertex will results the seed's vertex have negative fitness, this neighbor vertex is discarded and the next neighbor vertex with maximum fitness is checked. The expanding will stop when all neighbor vertices are checked or have negative fitness, and an identified cluster is produced. At the same time, all edges which include vertices in the identified cluster are removed from Sq. The seed expanding processes will stop when the seed queue Sq is null. At last, LF-PIN outputs all identified clusters.

Figure 1
figure 1

Description of algorithm LF-PIN. The figure shows the pseudocode of our method LF-PIN

The input PPI network of LF-PIN should be a weighted PPI network whose edge's weight reflects the possibility of the edge to be in a protein complex. If the given PPI network is not a weighted PPI network of this kind, a pre-processor is run to generate the input PPI network from the given PPI network by the method proposed in the above section. The detailed description of the pre-processor is shown in Figure 2. Firstly, each edge's clustering value of the given PPI network is calculated by the formula (8). Then, each edge's weight is calculated according to their clustering value by the formula (9) and the weighted PPI network is generated and output.

Figure 2
figure 2

Description of the pre-processor of LF-PIN. The figure shows the pseudocode of the pre-processor of LF-PIN

Results and discussion

To evaluate the performance of algorithm LF-PIN, we compare it with seven previous competing algorithms: CMC[18], Core-Attachment[22], CPM[15, 16], DPClus[19], HC-PIN[28], NFC[31], and MCL[38, 39]. The first four algorithms are density-based methods. HC-PIN and NFC are modularity-based methods. MCL is a fast and highly scalable cluster algorithm for PPI networks based on stochastic flow. Obviously, HC-PIN, MCL, and NFC can all identify protein complexes with different density. The values of the parameters in each algorithm are selected from those recommended by the authors and listed in Table 1.

Table 1 Parameters of protein complex detection methods used in the paper

The original un-weighted PPI networks of S.cerevisiae and E.coli are downloaded from DIP database [37] updated to Jun. 14, 2010 and Oct. 10, 2010, respectively. To generate the input PPI network of LF-PIN, we first removed all self-connecting interactions and repeated interactions, then change the DIP ID of all proteins to ORFname or UniProtKB ID by tool ID Mapping (http://www.uniprot.org/mapping/), finally generate the input PPI network by pre-processor. Here, the value of α is set as 0.2. The final input network of S.cerevisiae includes 4,746 proteins and 15,166 interactions, which is listed in the Additional file 1. The final input network of E.coli includes 2,727 proteins and 11,803 interactions, which is listed in the Additional file 2.

In the section, evaluation methods used in our experiments are described firstly. Secondly, the effect of parameter ρ on clustering results is discussed. Thirdly, all the identified complexes of LF-PIN and those of seven other algorithms in S.cerevisiae are compared with the known protein complexes of S.cerevisiae in [24], which are listed in the Additional file 3. Fourthly, performances of LF-PIN and seven other algorithms for identifying protein complexes with low density or low modularity are discussed. Finally, all the identified complexes of LF-PIN and those of seven other algorithms in both S.cerevisiae and E.coli are compared in terms of functional enrichment. The original data of figures in the section are listed in the Additional file 4.

Evaluation methods

Two criteria are used in the paper to evaluate the performance of protein complex detection methods. One is matching the identified protein complex set with known protein complex set. Another is the functional enrichment of the identified protein complexes.

To determine how effectively a predicted complex (Pc) matches a known complex (Kc), the overlapping score OS(Pc, Kc) between a predicted complex Pc and a known complex Kc is calculated as [12, 19, 28]:

O S ( P c , K c ) = | V P c V K c | 2 | V P c | * | V K c |
(10)

where |V Pc | is the number of proteins in the predicted complex and |V Kc | is the number of proteins in the known complex. A predicted complex Pc and a known complex Kc are considered as a match if their overlapping score OS(Pc, Kc) is no less than a specific threshold. Generally, the typical value of the threshold is selected as 0.2 [12, 19, 28]. If OS(Pc, Kc) is equal to 1, we say that they are perfectly matched. Based on the matching of known complexes and predicted complexes, three popular evaluation criteria, Specificity (Sp), Sensitivity (Sn) and F-score, are used to quantify the quality of protein complexes detection methods. Specificity is the fraction of the predicted complexes that are matched by the known complexes among all the predicted complexes [12]. Sensitivity is the fraction of the known complexes that are matched by the predicted complexes among all the known complexes [12]. F-score combines the Sensitivity and Specificity and is defined as [28]:

F - s c o r e = 2 * S n * S p ( S n + S p )
(11)

As F-score considers both Sensitivity and Specificity, it is a comprehensive evaluation and used as prediction accuracy in the paper.

To evaluate the functional enrichment of predicted protein complexes, the P-value of a protein complex with a given GO term is used to estimate whether the proteins in the complex are enriched for the GO term with a statistically significant probability compared to what one would expect by chance[19, 40]. The smaller P-value indicates the predicted protein complexes is not accumulated at random and is more biologically significant than the one with a larger P-value [28, 41]. As a protein complex has various P-values for various GO terms, its P-value defaults to its minimum P-value.

Effect of parameter ρ

The parameter ρ of LF-PIN decides the importance of density in the fitness. It takes value from 0 to 1. To evaluate the effect of the parameter ρ on the clustering results, we change the values of parameter ρ from 1 to 0 with 0.2 decrements and achieve eleven different output sets of protein complexes from the PPI network of S.cerevisiae. The experimental results are shown in Table 2 and Figure 3.

Table 2 The effect of the variation of ρ on clustering (for S.cerevisiae)
Figure 3
figure 3

Effect of parameter ρ on the F-score of LF-PIN (for S.cerevisiae ). The figure shows the six F-score curves of LF-PIN with ρ = 0, ρ = 0.2, ρ = 0.4, ρ = 0.6, ρ = 0.8, and ρ = 1 respectively.

As shown in Table 2, with the decrease of ρ, the number and the density of identified complexes are decreasing; the size and the modularity of identified complexes are increasing. Generally, with the increase of a subgraph's size, its modularity is increasing and its density is decreasing. Meanwhile, with the decrease of ρ, the density is less important and the modularity is more important in the fitness. So, with the decrease of ρ, a seed edge should be expanded to a larger subgraph with smaller density and larger modularity. As shown in Figure 3, when overlapping score's threshold is no less than 0.2, the F-scores of LF-PIN with ρ = 1 and ρ = 0 are much less than those of LF-PIN with ρ in range from 0.2 to 0.8. As LF-PIN predicts protein complexes considering only subgraph's density when ρ = 1, considering only subgraph's modularity when ρ = 0, and considering both subgraph's density and modularity when 0<ρ<1, the F-score curves in Figure 3 imply that compared with only considering density or modularity, the prediction accuracy can be improved by considering both density and modularity. The F-scores of LF-PIN with ρ in range from 0.2 to 0.8 are very close, which means the performance of LF-PIN with ρ in range from 0.2 to 0.8 are close. As shown in Table 2, when ρ is in the range of 0.4 to 0.8, the density of identified protein complexes are too high (nearly 1). So, to identify various protein complexes, including those with low density and low modularity, the value of parameter ρ is selected as 0.2 in the paper.

Comparison with known complexes

To directly validate the effectiveness of algorithm LF-PIN for identifying protein complexes, we compare the protein complexes predicted by LF-PIN and other seven algorithms with the known protein complexes obtained from [24] and list the percentage of matched predicted complexes of these eight algorithms in Figure 4. We can see from Figure 4 that when overlapping score's threshold is equal to 0.2 (the typical value of overlapping score's threshold used in many literature), 63% complexes detected by LF-PIN are matched by the known complexes. This ratio is much higher than those identified by other seven competing algorithms at the same threshold. For example, when overlapping score's threshold is equal to 0.2, 45% complexes predicted by HC-PIN are matched, which is the best result in the seven competing algorithms. Even compared with this best result, 40% improvement can be obtained by using LF-PIN algorithms. Furthermore, Figure 4 shows that for each overlapping score's threshold, the percentage of matched complexes in the complex set identified by LF-PIN is much higher than those identified by other seven competing algorithms. All these indicate that LF-PIN outperforms other seven competing algorithms in terms of matching with the known complexes.

Figure 4
figure 4

Comparison of the percentage of matched predicted complexes of LF-PIN and other algorithms (for S.cerevisiae ). The figure shows the percentages of matched predicted complexes of LF-PIN, CMC, Core-Attachment, CPM, DPClus, HC-PIN, MCL and NFC, with respect to different overlapping scores threshold.

To compare the performance of LF-PIN with those of other seven competing algorithms, we calculate Sensitivity, Specificity, F-score, the number and the percentage of perfect matches of the eight algorithms and list them in Table 3. Here, the overlapping score's threshold is selected as 0.2. As shown in Table 3, the number of complexes identified by LF-PIN is 297, which is much less than those identified by CMC (only 26%), Core-Attachment (only 22%), and DPClus (only 25%). Obviously, the more complexes dose an algorithm identify, the more perfect matches and matched complexes dose the algorithm identify. Thus, LF-PIN identifies less perfect matches than Core-Attachment, and its Sensitivity value is less than those of CMC, Core-Attachment, and DPClus. However, Table 3 shows that the percentage of perfect matches in the identified complexes and the Specificity value of LF-PIN are both higher than those of other seven algorithms, which means that the percentages of perfect matches and matched complexes in the complexes identified by LF-PIN are both higher than those of the other algorithms. Moreover, LF-PIN has the highest F-score value in the eight algorithms. Even compared with the highest F-score value of other seven algorithms, 41% improvement can be obtained by using LF-PIN algorithms.

Table 3 Comparison of Sensitivity, Specificity, F-score, the number and the percentage of perfect matches of LF-PIN and other algorithms (for S.cerevisiae)

To give a more complete comparison, we compare the F-score of LF-PIN and other seven algorithms with respect to different overlapping score's thresholds in Figure 5. As shown in Figure 5, LF-PIN algorithm has the highest value of F-score in the eight algorithms when overlapping score's threshold is no less than 0.2, which means it has the highest prediction accuracy in the eight algorithms.

Figure 5
figure 5

Comparison of F-score of LF-PIN and other algorithms (for S.cerevisiae ). The figure shows the values of F-score of LF-PIN, CMC, Core-Attachment, CPM, DPClus, HC-PIN, MCL and NFC, with respect to different overlapping scores threshold.

Comparison with known complexes of low density

A more attractive characteristic of LF-PIN is that this algorithm can identify significant protein complexes with low density. We can see from Table 2 that the density of protein complexes identified by LF-PIN (ρ = 0.2) can be as low as 0.17. To directly validate the effectiveness of algorithm LF-PIN for identifying protein complexes with low density, we select all known protein complexes obtained from [24] with density less than 0.5, counting up to 89 complexes, and compare them with the protein complexes predicted by LF-PIN and other seven algorithms in Figure 6 and Figure 7. Figure 6 shows the percentage of matched predicted complexes of LF-PIN and other algorithms. Figure 7 shows the F-score of LF-PIN and other algorithms.

Figure 6
figure 6

Comparison of the percentage of matched predicted complexes of LF-PIN and other algorithms. (Known protein complexes are known protein complexes of S.cerevisiae with density less than 0.5). The figure is used to compare the performance of LF-PIN and other algorithms for identifying protein complexes with low density. It shows the percentages of matched predicted complexes of LF-PIN, CMC, Core-Attachment, CPM, DPClus, HC-PIN, MCL and NFC, with respect to different overlapping scores threshold. The known protein complexes are known protein complexes of S.cerevisiae with density less than 0.5.

Figure 7
figure 7

Comparison of the F-score of LF-PIN and other algorithms. (Known protein complexes are known protein complexes of S.cerevisiae with density less than 0.5). The figure is used to compare the prediction accuracy of LF-PIN and other algorithms for identifying protein complexes with low density. It shows the values of F-score of LF-PIN, CMC, Core-Attachment, CPM, DPClus, HC-PIN, MCL and NFC, with respect to different overlapping scores threshold. The known protein complexes are known protein complexes of S.cerevisiae with density less than 0.5.

We can see from Figure 6 that for each overlapping score's threshold, especially when overlapping score's threshold less than 0.6, the percentage of matched complexes in the complex set identified by LF-PIN is much higher than those identified by other seven algorithms, especially by the four density-based algorithms: CMC, Core-Attachment, CPM and DPClus. For example, when overlapping score's threshold is equal to 0.2, 18% complexes detected by LF-PIN are matched with known complexes with low density. This matched percentage is 3.2 times as that detected by CMC, 4.0 times as that detected by Core-Attachment, 1.8 times as that detected by CPM, and 4.1 times as that detected by DPClus.

As shown in Figure 7, for each overlapping score's threshold, especially when overlapping score's threshold is less than 0.7, the F-score of LF-PIN is much higher than those of other seven algorithms, especially for the four density-based algorithms. For example, when overlapping score's threshold is equal to 0.2, the F-score of LF-PIN is 0.268, which is 2.6 times as that detected by CMC, 3.2 times as that detected by Core-Attachment, 1.9 times as that detected by CPM, and 3.3 times as that detected by DPClus.

Conclusion above, compared with other seven algorithms, especially for the four density-based algorithms, LF-PIN has much better performance for identifying protein complexes with low density. When overlapping score's threshold is set to 0.2, compared with the four density-based algorithms, the prediction accuracy can be improved no less than 90% by using LF-PIN algorithm.

Comparison with known complexes of low modularity

Another attractive characteristic of LF-PIN is that this algorithm can identify significant protein complexes with low modularity. We can see from Table 2 that the modularity of protein complexes identified by LF-PIN (ρ = 0.2) can be as low as 0.08. To directly validate the effectiveness of algorithm LF-PIN for identifying protein complexes with low modularity, we select all known protein complexes obtained from [24] with modularity less than 0.3, counting up to 247 complexes, and compare them with the protein complexes predicted by LF-PIN and other seven algorithms in Figure 8 and Figure 9. Figure 8 shows the percentage of matched predicted complexes of LF-PIN and other seven algorithms. Figure 9 shows the F-score of LF-PIN and other seven algorithms.

Figure 8
figure 8

Comparison of the percentage of matched predicted complexes of LF-PIN and other algorithms. (Known protein complexes are known protein complexes of S.cerevisiae with modularity less than 0.3). The figure is used to compare the performance of LF-PIN and other algorithms for identifying protein complexes with low modularity. It shows the percentages of matched predicted complexes of LF-PIN, CMC, Core-Attachment, CPM, DPClus, HC-PIN, MCL and NFC, with respect to different overlapping scores threshold. The known protein complexes are known protein complexes of S.cerevisiae with modularity less than 0.3.

Figure 9
figure 9

Comparison of the F-score of LF-PIN and other algorithms. (Known protein complexes are known protein complexes of S.cerevisiae with modularity less than 0.3). The figure is used to compare the prediction accuracy of LF-PIN and other algorithms for identifying protein complexes with low modularity. It shows the values of F-score of LF-PIN, CMC, Core-Attachment, CPM, DPClus, HC-PIN, MCL and NFC, with respect to different overlapping scores threshold. The known protein complexes are known protein complexes of S.cerevisiae with modularity less than 0.3.

We can see from Figure 8 that for each overlapping score's threshold, the percentage of matched complexes in the complex set identified by LF-PIN is higher than those identified by other seven algorithms, especially by NFC. For example, when overlapping score's threshold is equal to 0.2, 37% complexes detected by LF-PIN are matched. However, only 10% complexes detected by NFC are matched. The improvement of LF-PIN algorithms is about 2.7 times. Meanwhile, Figure 9 shows that when overlapping score's threshold no less than 0.2, the F-score of LF-PIN is also higher than those of other seven algorithms, especially of NFC. For example, when overlapping score's threshold is equal to 0.2, the F-score of LF-PIN is 0.404, and the F-score of NFC is only 0.135. The F-score of LF-PIN is three times as that of NFC.. All these imply that compared with other seven algorithms, especially for the modularity-based algorithm NFC,, LF-PIN has better performance for identifying protein complexes with low modularity.

However, from Figure 8 and Figure 9, we can see that compared with the improvements of using LF-PIN instead of NFC, the improvements of using LF-PIN instead of HC-PIN (another module-based algorithm) is little. For example, when overlapping score's threshold is equal to 0.2, compared with the results of HC-PIN, the percentages of matched complexes identified by LF-PIN is only improved 22% and the F-score of LF-PIN is only improved 24%. The possible reason is that the λ value of HC-PIN is only selected as 0.5 in the paper, which result the modularity of the protein complex identified by HC-PIN is smaller (when a subgraph's λ value is 0.5, its modularity is only 0.33). So, the protein complexes identified by HC-PIN can also match well with the known protein complexes with low modularity.

Comparison with other algorithms in terms of functional enrichment

To evaluate the effectiveness of LF-PIN, we apply it and other seven algorithms in PPI networks of S.cerevisiae and E.coli, and compare the functional enrichment of protein complexes identified by each algorithm in Table 4 and Table 5, respectively. Here, the GO annotation is downloaded from GO database [42] and Biological Processes are used.

Table 4 Comparison of the functional enrichment of protein complexes identified by LF-PIN and other algorithms (for S.cerevisia e)
Table 5 Comparison of the functional enrichment of protein complexes identified by LF-PIN and other algorithms (for E.coli)

As shown in Table 4, only 12.8% protein complexes identified by LF-PIN are insignificant (Generally, a complex with P-value≥0.01 is considered insignificant and that with P-value<0.01 is considered significant). This percentage is much lower than those of other seven algorithms. For example, the percentage of insignificant complexes identified by HC-PIN is 37.4%, which is the lowest in the seven other algorithms. Even this lowest percentage is about 3 times as that identified by LF-PIN. On the contrary, the percentage of significant complexes identified by LF-PIN, including those of complexes whose P-value falls within < E-10, [E-10, E-5], [E-5, 0.01], are all higher than those identified by other seven algorithms. All these mean that LF-PIN is more effective for identifying significant proteins complexes than other algorithms in S.cerevisiae.

From Table 5, we can draw the same conclusion in E.coli. The percentage of insignificant complexes identified by LF-PIN is lower than those identified by other seven algorithms. On the contrary, compared with the results of other seven algorithms, the percentage of significant complexes identified by LF-PIN is improved 44% to 133%. The statistical results of Table 4 and Table 5 indicate that LF-PIN has good performance for identifying significant proteins complexes.

Conclusions

In the post-genome era, one of the most important works is to discover the protein complexes with various density and modularity. In this paper, we propose a novel fitness function by considering both density and modularity and develop a fitness-based local search algorithm, named LF-PIN, to identify protein complexes with different density and modularity in PPI network. By tuning the value of parameter ρ in the fitness function, we can adjust the importance of density and modularity in the fitness. Experimental results in S.cerevisiae show that compared with considering only density (ρ = 1) or only modularity (ρ = 0), LF-PIN has better performance when considering both density and modularity (0<ρ<1). To compare algorithm LF-PIN with other protein complexes detection methods, we apply LF-PIN and other seven competing algorithms, including CMC, Core-Attachment, CPM, DPClus, HC-PIN, MCL, and NFC, to the protein interaction network of S.cerevisiae and E.coli. The experimental results in both S.cerevisiae and E.coli show that LF-PIN identifies much more significant protein complexes and generates much less insignificant protein complexes than other algorithms. When matching with the known protein complexes of S.cerevisiae, for each overlapping score's threshold, LF-PIN has the highest percentage of matched predicted complexes and the highest F-score. These quantitative comparisons reveal that our algorithm LF-PIN outperforms the other previous competing algorithms in identifying protein complexes. Moreover, algorithm LF-PIN has good performance for identifying protein complexes with low density or low modularity. When matching with the known protein complexes of S.cerevisiae with density less than 0.5, the percentage of matched predicted complexes and the F-score of LF-PIN are both higher than those of other seven algorithms, especially to the four density-based algorithms, CMC, Core-Attachment, CPM and DPClus. When matching with the known protein complexes of S.cerevisiae with modularity less than 0.3, the percentage of matched predicted complexes and the F-score of LF-PIN are also both higher than those of other seven algorithms, especially to the modularity-based algorithms NFC.

References

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

    Article  CAS  PubMed  Google Scholar 

  2. Ho Y, Gruhler A, Heilbut A, Bader GD, Moore L, Adams SL, Millar A, Taylor P, Bennett K, Boutilier K, Yang L, Wolting C, Donaldson I, Schandorff S, Shewnarane J, Vo M, Taggart J, Goudreault M, Muskat B, Alfarano C, Dewar D, Lin Z, Michalickova K, Willems AR, Sassi H, Nielsen PA, Rasmussen KJ, Andersen JR, Johansen LE, Hansen LH, et al: Systematic identification of protein complexes in saccharomyces cerevisiae by mass spectrometry. Nature. 2002, 415 (6868): 180-183. 10.1038/415180a.

    Article  CAS  PubMed  Google Scholar 

  3. Zhu H, Bilgin M, Bangham R, Hall D, Casamayor A, Bertone P, Lan N, Jansen R, Bidlingmaier S, Houfek T, Mitchell T, Miller P, Dean RA, Gerstein M, Snyder M: Global analysis of protein activities using proteome chips. Science. 2001, 293: 2101-2105. 10.1126/science.1062191.

    Article  CAS  PubMed  Google Scholar 

  4. 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: 303-305. 10.1093/nar/30.1.303.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  5. Mewes HW, Frishman D, Mayer KFX, Munsterkotter M, Noubibou O, Pagel P, Rattei T, Oesterheld M, Ruepp A, Stumpflen V: MIPS: analysis and annotation of proteins from whole genomes in 2005. Nucleic acids research. 2006, 34: D169-D172. 10.1093/nar/gkj148.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  6. Cherry JM: SGD: Saccharomyces Genome Database. Nucleic acids research. 1998, 26: 9-

    Article  Google Scholar 

  7. del Sol A, O'Meara P: Small-world network approach to identify key residues in protein-protein interaction. Proteins. 2004, 58 (3): 672-682. 10.1002/prot.20348.

    Article  Google Scholar 

  8. del Sol A, Fujihashi H, O'Meara P: Topology of small-world networks of protein-protein complex structures. Bioinformatics. 2005, 21 (8): 1311-1315. 10.1093/bioinformatics/bti167.

    Article  CAS  PubMed  Google Scholar 

  9. Rives AW, Galitski T: Modular organization of cellular networks. Proc Natl Acad Sci USA. 2003, 100 (3): 1128-1133. 10.1073/pnas.0237338100.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  10. Barabasi A, Oltvai Z: Network biology: Understanding the cells's functional organization. Nature Rev Genetics. 2004, 5 (2): 101-113. 10.1038/nrg1272.

    Article  CAS  Google Scholar 

  11. Spirin V, Mirny LA: Protein complexes and functional modules in molecular networks. PNAS. 2003, 100 (21): 12123-12128. 10.1073/pnas.2032324100.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

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

    Article  PubMed Central  PubMed  Google Scholar 

  13. Luo F, Yang Y, Chen C, Chang R, Zhou J, Scheuermann RH: Modular organization of protein interaction networks. Bioinformatics. 2007, 23 (2): 207-214. 10.1093/bioinformatics/btl562.

    Article  CAS  PubMed  Google Scholar 

  14. Li XL, Tan SH, Foo CS, Ng SK: Interaction Graph mining for protein complexes using local clique merging. Genome Informatics. 2005, 16 (2): 260-269.

    CAS  PubMed  Google Scholar 

  15. Palla G, Dernyi I, Farkas IJ, Vicsek T: Uncoverring the overlapping community structure of complex networks in nature and society. Nature. 2005, 435 (7043): 814-818. 10.1038/nature03607.

    Article  CAS  PubMed  Google Scholar 

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

    Article  CAS  PubMed  Google Scholar 

  17. Wang J, Liu B, Li M, Pan Y: Identifying Protein Complexes from Interaction Networks Based on Clique Percolation and Distance Restriction. BMC Genomics. 2010, 11 (Suppl 2): S10-10.1186/1471-2164-11-S2-S10.

    Article  CAS  Google Scholar 

  18. Liu G, Wong L, Chua HN: Complex Discovery from Weighted PPI Networks. Bioinformatics. 2009, 25 (15): 1891-1897. 10.1093/bioinformatics/btp311.

    Article  CAS  PubMed  Google Scholar 

  19. Altaf-Ul-Amin M, Shinbo Y, Mihara K, Kurokawa K, and Kanaya S: Development and implementation of an algorithm for detection of protein complexes in large interaction networks. BMC Bioinformatics. 2006, 7: 207-219. 10.1186/1471-2105-7-207.

    Article  PubMed Central  PubMed  Google Scholar 

  20. Li M, Chen J, Wang J, Hu B, Chen G: Modifying the DPClus Algorithm for Identifying Protein Complexes Based on New Topological Structures. BMC Bioinformatics. 2008, 9: 938-

    Google Scholar 

  21. Peng Jiang, Mona Singh: SPICi: a fast clustering algorithm for large biological networks. Bioinformatics. 2010, 26 (8): 1105-1111. 10.1093/bioinformatics/btq078.

    Article  Google Scholar 

  22. Leung HCM, Xiang Q, Yiu SM, and Chin FYL: Predicting Protein Complexes from PPI Data: A Core-Attachment Approach. J Comput Biol. 2009, 16 (2): 133-144. 10.1089/cmb.2008.01TT.

    Article  CAS  PubMed  Google Scholar 

  23. Li M, Wang J, Chen J, Cai Z, Chen G: Identifying the Overlapping Complexes in Protein Interaction Networks. Int J Data Ming and Bioinformatic. 2010, 4 (1): 91-108. 10.1504/IJDMB.2010.030969.

    Article  Google Scholar 

  24. Pu S, Wong J, Turner B, Cho E, Wodak SJ: Up-to-date catalogues of yeast protein complexes. Nucleic Acids Research. 2008, 37 (3): 825-831.

    Article  PubMed Central  PubMed  Google Scholar 

  25. Radicchi F, Castellano C, Cecconi F, Loreto V, Parisi D: Defining and identifying communities in networks. Proc Natl Acad Sci USA. 2004, 101 (9): 2658-2663. 10.1073/pnas.0400054101.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  26. Li M, Wang J, Chen J: A fast agglomerate algorithm for mining functional modules in protein interaction networks. Proceedings of the First International Conference on BioMedical Engineering and Informatics. 2008, 3-7.

    Google Scholar 

  27. Li M, Wang J, Chen J, Pan Y: Hierarchical organization of functional modules in weighted protein interaction networks using clustering coefficient. Proceedings of the 5th International Symposium on Bioinformatics Research and Applications. 2009, 75-86.

    Chapter  Google Scholar 

  28. Wang J, Li M, Chen J, Pan Y: A Fast Hierarchical Clustering Algorithm for Functional Modules Discovery in Protein Interaction Networks. IEEE/ACM Trans Comput Biol Bioinform. 2011, 8 (3): 607-620.

    Article  PubMed  Google Scholar 

  29. Ren J, Wang J, Chen J, Li M, Chen G: An Agglomerate Algorithm for Mining Overlapping and Hierarchical Functional Modules in Protein Interaction Networks. Proceedings of the 6th International Symposium on Bioinformatics Research and Applications. 2010, 6053: 140-151. 10.1007/978-3-642-13078-6_17.

    Article  CAS  Google Scholar 

  30. Wang J, Ren J, Li M, Wu FX: Identification of hierarchical and overlapping functional modules in PPI networks. IEEE Trans Nanobioscience. 2012, 11 (4): 386-93.

    Article  PubMed  Google Scholar 

  31. Lancichinetti A, Fortunato S, and Kertész J: Detecting the overlapping and hierarchical community structure in complex networks. New Journal of Physics. 2009, 11 (3): 033015-10.1088/1367-2630/11/3/033015.

    Article  Google Scholar 

  32. Wang J, Chen G, Liu B, Li M, Pan Y: Identifying protein complexes from interactome based on essential proteins and local fitness method. IEEE Trans Nanobioscience. 2012, 11 (4): 324-35.

    Article  CAS  PubMed  Google Scholar 

  33. Ren J, Wang J, Li M: Identifying protein complexes based on local fitness method. Bioinformatics and Biomedicine (BIBM), 2012 IEEE International Conference on. 2012, 1-6. 10.1109/BIBM.2012.6392670.

    Chapter  Google Scholar 

  34. Lubovac Z, Gamalielsson J, Olsson B: Combining Functional and Topological Properties to Identify Core Modules in Protein Interaction Networks. Proteins. 2006, 64: 948-959. 10.1002/prot.21071.

    Article  CAS  PubMed  Google Scholar 

  35. Li X, Foo C, Ng S: Discovering protein complexes in dense reliable neighborhoods of protein interaction networks. Comput Syst Bioinformatics Conf. 2007, 6: 157-168.

    Article  PubMed  Google Scholar 

  36. Turanalp ME, Can T: Discovering functional interaction patterns in protein-protein interaction networks. BMC Bioinformatics. 2008, 9: 276-10.1186/1471-2105-9-276.

    Article  PubMed Central  PubMed  Google Scholar 

  37. Database of Interacting Proteins. [http://dip.doe-mbi.ucla.edu/dip/Download.cgi]

  38. Pereira-Leal JB, Enright AJ, Ouzounis CA: Detection of functional modules from protein interaction networks. Proteins. 2004, 54 (1): 49-57.

    Article  CAS  PubMed  Google Scholar 

  39. Vlasblom J, Wodak SJ: Markov clustering versus affinity propagation for the partitioning of protein interaction graphs. BMC Bioinformatics. 2009, 10: 99-10.1186/1471-2105-10-99.

    Article  PubMed Central  PubMed  Google Scholar 

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

    Article  CAS  PubMed  Google Scholar 

  41. Ruepp A, Zollner A, Maier D, Albermann K, Hani J, Mokrejs M, Tetko I, Güldener U, Mannhaupt G, Münsterkötter M, Mewes HW: The FunCat: a functional annotation scheme for systematic classication of proteins from whole genomes. Nucleic Acids Research. 2004, 32 (18): 5539-5545. 10.1093/nar/gkh894.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  42. The Gene Ontology: Current Annotations. [http://geneontology.org/GO.current.annotations.shtml]

Download references

Acknowledgements

This work is supported in part by the National Natural Science Foundation of China under Grant No. 61232001, No.61128006 and No.61003124; the grant from CityU (Project No. 7002728); the Program for New Century Excellent Talents in University (NCET-10-0798); the Ph.D. Programs Foundation of Ministry of Education of China No.20090162120073, the Freedom Explore Program of Central South University No.201012200124.

The paper is based on "Identifying Protein Complexes Based on Local Fitness Method", by Jun Ren, Jianxin Wang, and Min Li which appeared in Bioinformatics and Biomedicine (BIBM), 2012 IEEE International Conference on, Pages 205-210.

Declarations

The publication costs for this article were funded by the corresponding author.

This article has been published as part of BMC Systems Biology Volume 7 Supplement 4, 2013: Selected articles from the IEEE International Conference on Bioinformatics and Biomedicine 2012: Systems Biology. The full contents of the supplement are available online at http://www.biomedcentral.com/bmcsystbiol/supplements/7/S4.

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Jianxin Wang.

Additional information

Competing interests

The authors declare that they have no competing interests.

Authors' contributions

JR obtained the protein-protein interaction data, essential proteins and Orthologous data. JR and JXW designed the new method, LF-PIN. JR and ML analyzed the results. JR, JXW and LSW drafted the manuscript together. All authors have read and approved the manuscript.

Electronic supplementary material

12918_2013_1182_MOESM1_ESM.xls

Additional file 1: The input PPI network of LF-PIN for S.cerevisiae. Description: This file provides the input PPI network of LF-PIN for S.cerevisiae. It has three columns, 'Protein A', 'Protein B', and 'Weight'. 'Protein A' and 'Protein B' are PPI's two proteins and 'Weight' is PPI's weight. The original un-weighted PPI network of the input PPI network is downloaded from DIP database (version 20100614). To generate the input PPI network, we first removed all self-connecting interactions and repeated interactions, then change the DIP ID of all proteins to ORFname by tool ID Mapping (http://www.uniprot.org/mapping/), finally generate the input PPI network by pre-processor. Here, the value of α is set as 0.2. (XLS 1 MB)

12918_2013_1182_MOESM2_ESM.xls

Additional file 2: The input PPI network of LF-PIN for E.coli. Description: This file provides the input PPI network of LF-PIN for E.coli. It has three columns, 'Protein A', 'Protein B', and 'Weight'. 'Protein A' and 'Protein B' are PPI's two proteins and 'Weight' is PPI's weight. The original un-weighted PPI network of the input PPI network is downloaded from DIP database (version 20101010). To generate the input PPI network, we first removed all self-connecting interactions and repeated interactions, then change the DIP ID of all proteins to UniProtKB ID by tool ID Mapping, finally generate the input PPI network by pre-processor. Here, the value of α is set as 0.2. (XLS 810 KB)

12918_2013_1182_MOESM3_ESM.xls

Additional file 3: The known protein complexes of S.cerevisiae. Description: This file provides the known protein complexes of S.cerevisiae which is obtained in [36]. (XLS 122 KB)

12918_2013_1182_MOESM4_ESM.xls

Additional file 4: The original data of Figure 3 to Figure 9. Description: This file provides the original data of Figure 3 to Figure 9. (XLS 28 KB)

Rights and permissions

Open Access This article is published under license to BioMed Central Ltd. This is an Open Access article is distributed under the terms of the Creative Commons Attribution License ( https://creativecommons.org/licenses/by/2.0 ), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly credited. The Creative Commons Public Domain Dedication waiver ( https://creativecommons.org/publicdomain/zero/1.0/ ) applies to the data made available in this article, unless otherwise stated.

Reprints and permissions

About this article

Cite this article

Ren, J., Wang, J., Li, M. et al. Identifying protein complexes based on density and modularity in protein-protein interaction network. BMC Syst Biol 7 (Suppl 4), S12 (2013). https://doi.org/10.1186/1752-0509-7-S4-S12

Download citation

  • Published:

  • DOI: https://doi.org/10.1186/1752-0509-7-S4-S12

Keywords