Skip to main content

Inferring domain-domain interactions from protein-protein interactions in the complex network conformation

Abstract

Background

As protein domains are functional and structural units of proteins, a large proportion of protein-protein interactions (PPIs) are achieved by domain-domain interactions (DDIs), many computational efforts have been made to identify DDIs from experimental PPIs since high throughput technologies have produced a large number of PPIs for different species. These methods can be separated into two categories: deterministic and probabilistic. In deterministic methods, parsimony assumption has been utilized. Parsimony principle has been widely used in computational biology as the evolution of the nature is considered as a continuous optimization process. In the context of identifying DDIs, parsimony methods try to find a minimal set of DDIs that can explain the observed PPIs. This category of methods are promising since they can be formulated and solved easily. Besides, researches have shown that they can detect specific DDIs, which is often hard for many probabilistic methods. We notice that existing methods just view PPI networks as simply assembled by single interactions, but there is now ample evidence that PPI networks should be considered in a global (systematic) point of view for it exhibits general properties of complex networks, such as 'scale-free' and 'small-world'.

Results

In this work, we integrate this global point of view into the parsimony-based model. Particularly, prior knowledge is extracted from these global properties by plausible reasoning and then taken as input. We investigate the role of the added information extensively through numerical experiments. Results show that the proposed method has improved performance, which confirms the biological meanings of the extracted prior knowledge.

Conclusions

This work provides us some clues for using these properties of complex networks in computational models and to some extent reveals the biological meanings underlying these general network properties.

Background

Recently, researchers have confirmed that most proteins perform their functions through physically binding to other proteins, permanently or transiently. These interactions can be represented as a protein-protein interaction (PPI) network with each node corresponding to a protein and each edge an interaction. The development of high-throughput technologies, such as yeast two-hybrid screening methods [1, 2] and affinity purification with mass spectroscopy [3, 4], has produced numerous data of protein-protein interactions for different species, which provides us an opportunity to investigate cellular processes in a systematic view.

In general, proteins consist of one or more structural domains. A PPI is usually carried out through domain-domain interactions (DDIs). While PPIs are not so conserved among species, the recognition patterns of domain pairs are often shared within organisms [5]. Knowledge about domain-domain recognition patterns can provide us a deeper understanding of the interaction network of proteins. Since interactions between domains are difficult to be determined experimentally, many computational approaches have been proposed to discover DDI patterns from experimental PPIs.

From a computational perspective, these methods fall into two categories. In the first category, they try to find pairs of domains that co-occur significantly more often in interacting protein pairs than in non-interacting pairs. The association method [6] computes a score for every domain pair according to the ratio of its occurrences in interacting protein pairs to non-interacting pairs. Deng and colleagues [7] extended this idea to a more sophisticated probabilistic model in which they applied an expectation maximization algorithm to predict interacting domains consistent with observed PPIs. Riley and colleagues [8] found that previous probabilistic models cannot detect specific interactions very well. A specific DDI means that domain i and domain j may interact in a context-depended way, so observed interactions and non-interactions including i and j are not always exclusive. In order to detect specific interactions, they introduced an E-value, which measures to what extent a given domain pair cannot be replaced by another pair.

The second category, different from the probabilistic framework, often models the issue as a combinatorial optimization problem. The idea is that an observed PPI can be explained by at least one pair of interacting domains involved, then they try to explain observed interacting protein pairs using a minimal number of domain pairs (the minimal spanning set), namely, the parsimony based approaches [9–11]. These methods do not treat unobserved PPIs as evidence of non-interaction of domain pairs involved, and therefore specific interactions can be detected easily. Furthermore, parsimony-based models can be formulated as an integer linear programming and then relaxed to a linear programming problem, which has efficient algorithms to solve.

Although the problem is thoroughly studied these years, we realize that existing models only make use of the local information of PPI networks (assembled single interactions). There is now ample evidence that PPI networks should be considered in a global (systematic) point of view for it exhibits some general properties of complex networks. 'Complex Networks' is an emerging concept that unifies networks appearing in different disciplines, such as social networks, information networks, and biological networks [12]. Though these networks are irrelevant at first sight, empirical studies have shown that they share some common properties, such as 'small-world', 'scale-free' and relatively larger clustering coefficient. A 'small-world' network is a network with short characteristic path lengths, like random networks, but still being highly clustered, like regular lattice networks [13]. A 'scale-free' network is a network with power-law degree distribution [14]. The clustering coefficient measures the density of triangles in a network, and it tends to be a non-zero constant when the size of the network grows [12]. Besides, there are some more detailed hidden features of complex networks which have been revealed recently, such as rich-club structure and mixing patterns (assortative mixing or disassortative mixing) [15]. In a network, nodes with large numbers of links are called rich nodes. It is found that rich nodes are connected to each other as a close community, called as rich club, in many social and computer networks. But in PPI networks, rich nodes are loosely connected, i.e., there is no rich club phenomenon [16, 17]. Oppositely, rich nodes in PPI networks tend to connect nodes with small degree, a structure called disassortative mixing by node degree. With these clues, we extract prior information by plausible reasoning and integrate them into a parsimony-based model [9]. The modified model shows improved accuracy and we validate the performance difference carefully to confirm that it is a consequence of integrated prior information. This provides us some clues for using these global and common properties of complex networks in computational models and to some extent reveals the biological meanings underlying these network properties.

Besides, although the parsimony principle is widely used in computational biology, few work has been done to verify its rationality quantitatively. Here, we investigate the parsimony nature of the organization of DDIs in mediating PPIs through randomization-based testings, which justifies the parsimony assumption from a computational perspective.

Methods

Parsimony based methods

Zhang et al. [9] developed a protein interaction prediction method based on the parsimony principle. In the first step of the method, an integer linear programming model is used to infer domain-domain interactions from given protein interaction data. Guimarães et al. used a parsimony explanation (PE) approach to predict domain-domain interactions from protein interactions [10], in which the model is exactly the same as the basic parsimony model in [9], although two models were carried out independently and implemented differently. We describe the details of the models here.

We denote the observed protein-protein interaction network as I = (P, E), where P = {P1, P2,..., P N } is the set of proteins in the network and E is the set of PPIs. D = {(D i , D j )| D i ∊ P m , D j ∊ P n , (P m , P n ) ∊ E} is the set of all possible domain pairs. Zhang et al. gave a formulation as follows to determine a parsimonious core of DDIs:

M i n : ∑ i , j ∈ D d i j
(1)
s t : ∑ i , j ∈ P m , P n d i j + e m n ≥ 1 , P m , P n ∈ E
(2)
∑ P m , P n ∈ E e m n ≤ 1 - s d E
(3)
d i j , e m n ∈ 0 , 1
(4)

Here, we use (i, j) ∊ (P m , P n ) to represent domain pairs involved in the corresponding protein-protein interaction. This is a flexible version of parsimony assumption. The objective function guarantees that as few as domain pairs should be used. The following constraints enables every observed PPI must be explained by at least one involved DDI or by a virtual variable e mn . When e mn is set to 1, it is equivalent to deleting the corresponding PPI (P m , P n ) from the constraints. Then a tuning parameter sd is employed to control the proportion of protein interactions that must be explained by DDIs. This model is named as ILP (Integer Linear Programming) model for later quotation.

Guimaraes et al. proposed a model with the same idea as [9], but there is some difference in implementing:

M i n : ∑ i , j ∈ D d i j
(5)
s t : ∑ i , j ∈ P m P n d i j ≥ 1 , P m P n ∈ E
(6)
d i j ∈ 0 , 1
(7)

They modeled the noise in the protein-protein interaction data by selecting the constraints randomly according to a reliability probability r. For each reliability level, the procedure was performed 1000 times, then the values obtained were averaged to generate the reported LP-score [10]. Besides the LP-score, they introduced a statistical measure for each domain pair, specifically pw-score(i, j) = min{p-value(i, j), (1 - r)w(i, j)}. P-value is a measure for evaluating the significance of the LP-score of d ij , which is computed through a randomization experiment with a set of 1000 random networks as reference. w(i, j) denotes the number of witnesses (interacting pairs of single-domain proteins supporting it) for d ij . (1 - r)w(i, j)denotes the probability that all PPIs corresponding to witnesses are false positives. This term is useful for removing promiscuous domain-domain interactions that are scored high only because of their appearance frequency.

The aforementioned methods utilize a common computational assumption, namely, parsimony principle. In fact, the parsimony principle has been widely used in computational biology due to its biological/evolutional implication and intuitive simplicity. For example, parsimony strategy has been used in haplotype inference [18, 19] and in phylogenetic tree construction [20] as one of the main modeling methodologies. While the intuition behind the parsimony principle is clear enough, few work has been done to show to what extent the biology data are organized in a parsimonious way. In this paper, we will verify it in the context of predicting DDIs through a computational approach.

The parsimony essential of PPIs

To verify the parsimony assumption in the context of predicting DDIs, we design two randomization testings. The parsimony principle here is to use a minimal number of DDIs to explain the observed PPIs. We define a null model in which there is no evolutional optimization process in organizing the protein domain composition and protein-protein interactions and compute the minimal number of such DDIs through (Eq. 5-7). To achieve this, the original data set is shuffled randomly. In order to simplify the argument, we define a random variable T denoting the minimal number of DDIs computed from the shuffled data set, and T0 is the corresponding value computed from the original data. So, under the null model, we expect to see a significant larger T compared with T0. Particularly, the original data set is shuffled with two different rules. The first rule shuffles the protein domain composition while the PPIs are conserved (For each protein, the number of constituent domains is conserved), and conversely, the second rule shuffles the PPIs while maintaining the composition (the degree distribution of the PPI network is conserved). The PPIs of Saccharomyces cerevisiae are employed here (described in detail below), and we have T0 = 12663 on this data set. The distribution of T is shown as 'violin plots' (Figure 1), p-values are computed using the Gaussian distribution. There is a significant difference between T (under null model) and T0 (In both cases, p-values are smaller than 1.00e-100), which confirms the parsimony principle in the context of predicting DDIs. In the following, we modify the model proposed in [9] to integrate the global information of PPI networks, and investigate the performance changes carefully to extract its role.

Figure 1
figure 1

PPIs and protein domain compositions are parsimoniously organized in nature. Under each null model, 200 data sets are simulated. The distribution of T is shown as 'violin plot' and p-value is computed based on Gaussian distribution.

Motivation

Considering that it is intractable to directly integrate 'small-world' or 'scale-free' properties into the model as they are both statistical descriptions, we turn to consider the clustering coefficient C. Empirical studies have shown that many complex networks possess relatively large clustering coefficient, which we will use as prior information. We describe the definition of C proposed by Watts and Strogatz [13] here. For each vertex, a local value of the clustering coefficient is defined as follows:

C i = number of trianngles connected to vertex i number of triples centered on vertex i
(8)

For vertices with degree 0 or 1, both the numerator and denominator are zero, so define C i = 0. Then the clustering coefficient for the whole network is the average:

C = 1 n ∑ i C i
(9)

In terms of social networks, a large clustering coefficient implies the friend of your friend is likely also to be your friend. In many real complex networks, the clustering coefficient tends to be a non-zero number when the size of the network grows, while in random networks, it tends to be zero.

In the definition above, nodes with small degree contribute larger values to the global clustering coefficient because they own smaller denominators (Eq. 8), so we can deduce that the existence of triangle structures connected to poor nodes (nodes with few neighbors) plays a crucial role in maintaining relatively large C. We can express the idea in another way: if we are allowed to add finite edges into an existing network, in order to maintain or increase the clustering coefficient, it is better to connect nodes adjacent to a same poor node. In the context of protein-protein interaction networks, it means that proteins which share a common neighbor with small degree are expected to be interacting.

We can also think it in a biological way. It is known that most proteins carry out their functions through physically binding to other proteins, rather than in an individual way. So proteins with few neighbors are more likely to form a tight complex with its neighbors, that is to say, its neighbors interact with each other. On the other hand, rich nodes are more likely to execute multiple functions under different cell types/conditions, and experimentally detected interactions associated to rich nodes are the union of these cell type/condition specific interactions, we can not deduce any interaction potential of those proteins connected to a rich node.

Among experimental PPIs, a large proportion are false positives, which hinders many computational models. As discussed above, from a network view and biological intuition, we reason that detected interactions centering on a poor node are more likely to be true positives.

Weighted integer linear programming model

Based on the discussion above, we give preferences to observed PPIs. Interactions between proteins sharing a poor neighbor have priorities of being explained by DDIs. For such interactions, smaller weights are given to domain pairs involved. The mathematical description is as follows: Suppose d min (d max ) is the minimum (maximum) degree of the nodes in the protein-protein interaction network. The interval [d min , d max ] is divided into K subintervals I k (k = 1,..., K) and every node falls into one subinterval. I1 contains proteins with small degree while I K contains most of the hubs. Then for a protein contained in I1 and an interaction centering on the protein, smaller weights are given to domain pairs involved in the interaction. We define a set of domain pairs as follows: S = {d ij |d ij ∊ (P m , P n ), P m , P n ∊ N P , P ∊ I1, P m ∊ I s , P n ∊ I t }, where N P contains all the neighbors of protein P in the PPI network.

w i j = 1 1 + s - t If d i j ∈ S ; 1 Otherwise .
(10)

If d ij spans more than one interaction (P m , P n ), then w ij takes the smallest value. A larger |s - t| in the denominator generates a smaller weight, which promote the priority of the corresponding domain pair, consistent with that rich nodes in the PPI network tend to connect nodes with small degree (disassortative mixing).

Then, we get a weighted integer linear programming model (WILP):

M i n : ∑ i , j ∈ D w i j d i j
(11)
s t : ∑ i , j ∈ P m , P n d i j + e m n ≥ 1 , P m , P n ∈ E
(12)
∑ P m , P n ∈ E e m n ≤ 1 - s d E
(13)
d i j , e m n ∈ 0 , 1
(14)

This model is named as WILP (Weighted Integer Linear Programming) model for later quotation. In practical computation, the linear integer programming is relaxed to a linear programming by allowing d ij , e mn to take continuous values between 0 and 1. It is interesting to notice that when we solve the problem using simplex method, the optimal solutions are almost always with integer components.

Results and discussion

Data sets

PPIs of S.cerevisiae are downloaded from the DIP database (Scere20101010) [21], in which there are 25180 interactions underlying 5173 proteins. The protein domain compositions are extracted from the Pfam database (Pfam 25.0) [22], where 4125 of DIP proteins are defined with Pfam-A domains. Finally there are 20709 PPIs that both proteins are defined in the Pfam database. To evaluate the performance of the model, DDIs in the iPfam [23] and 3did [24] databases are collected to form a golden standard data set.

The clustering coefficient of the PPI network

The clustering coefficient of the PPI network we used is 0.0970. To make it comparable, two network generation models are employed as null models: the scale-free model [14] and the ER random graph model [25]. 'Scale-free' networks exhibit power-law degree distributions. The ER random graph model G n, m is a collection of graphs with n nodes and m edges m ≤ n n - 1 2 exactly, and all possible edges in the graphs are distributed uniformly, which is equivalent to connecting the nodes with identical probability 2 m n n - 1 . Particularly, we generate networks under two null models and estimate the distribution of their clustering coefficient separately. For the 'scale-free' model, the degree distribution of the original network is kept while rewiring the edges. For the ER random graph model, only the number of edges is conserved, and edges are selected randomly. For each model, 500 sample networks are generated, and the distribution of their clustering coefficient is shown as boxplots (Figure 2). The median clustering coefficients are 0.02277 and 0.001867 respectively for the scale-free model and the ER random graph model, from which we can assert that the clustering coefficient of the observed PPI network is significantly large. This validates the start point of our consideration.

Figure 2
figure 2

S.cerevisiae's PPI network shows a relatively larger clustering coefficient. To make the observed clustering coefficient of the PPI network (0.0970) comparable, two network generation procedures are employed as null models. The clustering coefficients of the null models are shown as boxplots.

Predicted DDIs are differently enriched in the golden data set

We first evaluate the performance difference between the modified model and the original one through counting the number of domain pairs confirmed by the golden data set. The linear programming problem after relaxation has 30394 variables and 20709 constraints, but there are only 756 variables (DDIs) in the golden data set, due to the difficulties in detecting DDIs experimentally. So we face a problem of lacking 'positives', and thus the rate of false positives may be excessive. But considering that our main purpose here is to investigate the role of the weights, we still expect to see a difference.

Specifically, 'sensitivity' and 'fold change' defined below are used to evaluate the performances of the models.

sensitivity = T r u e P o s i t i v e s T r u e P o s i t i v e s + F a l s e N e g a t i v e
(15)
= T r u e P o s i t i v e s 756
(16)
Fold Change = T r u e P o s i t i v e s T o t a l P r e d i c t i o n s × 756 30394
(17)

The results of WILP model and the ILP model are shown in Figure 3A and Table 1. When the parameter sd varies from 0.8 to 1, there's no significant difference in 'sensitivity', but when sd varies from 0.05 to 0.7, it can be clearly seen that WILP outperforms ILP, which matches our expectation. For why there is no clear positive signal when sd falls in [0.8, 1], we give two possible reasons from a computational point of view. First, as mentioned above, a large proportion of false positives in PPIs may hinder the performance of computational models. Here, when sd decreases, the model removes a prescribed proportion of constraints to achieve a most parsimonious subset of PPIs. This process may clean the original observed PPIs because we have proved that the organization of PPIs and protein domain compositions follows a parsimonious way. Second, lacking 'positives' leads to an under-estimation in 'True Positives' (TP). These two reasons can also explain that why the improvement we obtain is slightly weak even when sd falls in [0.05,0.75].

Figure 3
figure 3

WILP outperforms ILP in terms of the number of the predicted DDIs confirmed by the golden data set. (A) Sensitivities of WILP and ILP are compared as sd varies from 0.05 to 1. In WILP, K is set to 50. (B) Performances of WILP are shown in different K settings. There is a broad interval in which WILP outperforms ILP robustly.

Table 1 Performance comparison between WILP and ILP

There is a parameter K in the WILP model, which is actually a threshold defining 'poor nodes' and controls the size of I1. According to the preceding reasoning, a larger K results in a smaller I1 and the extracted prior information is more precise but less. In the numerical experiments, a broad range of K are used and the performance is quite robust (Figure 3B).

Statistical significance of the weights

The performance difference between WILP and ILP has been shown above. In this section, we confirm that the observed accuracy improvement is not obtained by chance. That is to say, the weights derived from network properties are indeed meaningful. Particularly, random weights are given to WILP (the null model) and the distribution of TP is estimated and compared with real values (Table 1). Specifically, the random weights are generated from a uniform distribution between 0 and 0.5 and the number of weighted domain pairs is the same as the true model. TP is selected as the test statistic because we find that 'Total Predictions' and the weights added are almost independent. The distribution of TP is shown as 'violin plots' (Figure 4), p-values are computed using the Gaussian distribution (500 runs for each sd setting). There is a significant performance difference between true weights and randomly generated weights (In both cases, p-values are smaller than 1.00e-5), so we can reasonably assert that the accuracy improvement observed in WILP is a consequence of adding meaningful weights to domain pairs.

Figure 4
figure 4

Statistical significance of the weights. Random weights are given to WILP and the distributions of 'TP' are shown as 'violin plots'.

Functional similarity analysis of predicted DDIs

WILP outperforms ILP in terms of the number of the predicted DDIs confirmed by the golden data set. In this section, these two models are compared in a functional view. In gene expression analysis, co-expression genes are deemed to be functionally similar for they may be involved in a same biological process. It is natural to hypothesize that physical interacting domains have similar biological functions. This impels us to compare WILP and ILP by examining the functional similarity of predicted DDIs. GO terms have been mapped to Pfam entries [26] and domain-domain functional similarity measure is based on similarities of corresponding GO terms. Particularly, GOSim [27] is used to compute similarities between GO terms and for a pair of domains, their similarity is defined as the maximum similarity of involved GO terms. For a set of predicted DDIs, the similarity profile is the average. Because not all domains have mapped GO terms, DDIs which include domains without annotation are dropped. DDIs predicted from WILP show higher functional similarities in general than those predicted by ILP as sd varies from 0.5 to 1 (Figure 5). This further validates the biological meanings of the weights extracted from the general properties of the PPI complex network conformation.

Figure 5
figure 5

Similarity analysis of the predicted DDIs. Comparison of functional similarities of the predicted DDIs obtained by ILP and WILP (sd varies from 0.5 to 1).

Conclusions

Knowledge about domain-domain recognition patterns provide insights of the organization of PPIs and protein function. While DDIs are difficult to be determined experimentally, many computational approaches have been proposed aiming at discovering the patterns from DDIs, among which parsimony-based models show their advantages in easy implementation and power in detecting specific DDIs. We notice that existing methods only make use of PPIs in a local way. As PPI networks are an important case of complex networks and exhibit global properties such as 'small-world', 'scale-free' and relatively larger clustering coefficient, in this paper, we try to integrate the clustering coefficient feature as prior known knowledge into the computational model.

Results show that WILP outperforms ILP to some extent, which confirms us that those properties are biologically meaningful. This may shed light on a new perspective in studying DDI and PPI networks. Currently, studies of complex networks mainly focus on those common features but few work has been done to investigate what is behind them. We point out that those features can be connected with a specific problem in computational biology. Then we can study the role of the features in a context-depended way, where plenty of tools have been developed.

References

  1. Uetz P, Giot L, Cagney G, Mansfield T, Judson R, Knight J, Lockshon D, Narayan V, Srinivasan M, Pochart P, et al: 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. Ito T, Chiba T, Ozawa R, Yoshida M, Hattori M, Sakaki Y: A comprehensive two-hybrid analysis to explore the yeast protein interactome. Proceedings of the National Academy of Sciences of the United States of America. 2001, 98 (8): 4569-10.1073/pnas.061034498.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  3. Gavin A, Bosche M, Krause R, Grandi P, Marzioch M, Bauer A, Schultz J, Rick J, Michon A, Cruciat C, et al: Functional organization of the yeast proteome by systematic analysis of protein complexes. Nature. 2002, 415 (6868): 141-147. 10.1038/415141a.

    Article  CAS  PubMed  Google Scholar 

  4. Ho Y, Gruhler A, Heilbut A, Bader G, Moore L, Adams S, Millar A, Taylor P, Bennett K, Boutilier K, 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 

  5. Pereira-Leal J, Teichmann S: Novel specificities emerge by stepwise duplication of functional modules. Genome research. 2005, 15 (4): 552-10.1101/gr.3102105.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  6. Sprinzak E, Margalit H: Correlated sequence-signatures as markers of protein-protein interaction. Journal of Molecular Biology. 2001, 311 (4): 681-692. 10.1006/jmbi.2001.4920.

    Article  CAS  PubMed  Google Scholar 

  7. Deng M, Mehta S, Sun F, Chen T: Inferring domain-;domain interactions from protein-;protein interactions. Genome Research. 2002, 12 (10): 1540-10.1101/gr.153002.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  8. Riley R, Lee C, Sabatti C, Eisenberg D: Inferring protein domain interactions from databases of interacting proteins. Genome Biology. 2005, 6 (10): R89-10.1186/gb-2005-6-10-r89.

    Article  PubMed Central  PubMed  Google Scholar 

  9. Zhang X, Wang R, Wu L, Zhang S, Chen L: Inferring protein-protein interactions by combinatorial models. World Congress on Medical Physics and Biomedical Engineering 2006. 2007, Springer, 183-186.

    Chapter  Google Scholar 

  10. Guimarães K, Jothi R, Zotenko E, Przytycka T: Predicting domain-domain interactions using a parsimony approach. Genome Biology. 2006, 7 (11): R104-10.1186/gb-2006-7-11-r104.

    Article  PubMed Central  PubMed  Google Scholar 

  11. Guimarães K, Przytycka T: Interrogating domain-domain interactions with parsimony based approaches. BMC bioinformatics. 2008, 9: 171-10.1186/1471-2105-9-171.

    Article  PubMed Central  PubMed  Google Scholar 

  12. Newman M: The structure and function of complex networks. SIAM review. 2003, 45 (2): 167-256. 10.1137/S003614450342480.

    Article  Google Scholar 

  13. Watts D, Strogatz S: Collective dynamics of 'small-world' networks. Nature. 1998, 393 (6684): 440-442. 10.1038/30918.

    Article  CAS  PubMed  Google Scholar 

  14. Barabãsi A, Albert R: Emergence of scaling in random networks. Science. 1999, 286 (5439): 509-10.1126/science.286.5439.509.

    Article  PubMed  Google Scholar 

  15. Newman M: Mixing patterns in networks. Phys Rev E Stat Nonlin Soft Matter Phys. 2003, 67 (2): 026126-

    Article  CAS  PubMed  Google Scholar 

  16. Amaral L, Guimera R: Lies, damned lies and statistics. Nature Physics. 2006, 2: 75-6. 10.1038/nphys228.

    Article  CAS  Google Scholar 

  17. Colizza V, Flammini A, Serrano M, Vespignani A: Detecting rich-club ordering in complex networks. Nature Physics. 2006, 2 (2): 110-115.

    Article  CAS  Google Scholar 

  18. Li Z, Zhou W, Zhang X, Chen L: A parsimonious tree-grow method for haplotype inference. Bioinformatics. 2005, 21 (17): 3475-3481. 10.1093/bioinformatics/bti572.

    Article  CAS  PubMed  Google Scholar 

  19. Wang L, Xu Y: Haplotype inference by maximum parsimony. Bioinformatics. 2003, 19 (14): 1773-10.1093/bioinformatics/btg239.

    Article  CAS  PubMed  Google Scholar 

  20. Hill T, Lundgren A, Fredriksson R, Schioth H: Genetic algorithm for large-scale maximum parsimony phylogenetic analysis of proteins. Biochim Biophys Acta. 2005, 1725: 19-29. 10.1016/j.bbagen.2005.04.027.

    Article  CAS  PubMed  Google Scholar 

  21. Xenarios I, Rice D, Salwinski L, Baron M, Marcotte E, Eisenberg D: DIP: the database of interacting proteins. Nucleic acids research. 2000, 28: 289-10.1093/nar/28.1.289.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  22. Finn R, Tate J, Mistry J, Coggill P, Sammut S, Hotz H, Ceric G, Forslund K, Eddy S, Sonnhammer E: The Pfam protein families database. Nucleic acids research. 2008, 36: D281-10.1093/nar/gkn226.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  23. Finn R, Marshall M, Bateman A: iPfam: visualization of protein-;protein interactions in PDB at domain and amino acid resolutions. Bioinformatics. 2005, 21 (3): 410-10.1093/bioinformatics/bti011.

    Article  CAS  PubMed  Google Scholar 

  24. Stein A, Russell R, Aloy P: 3did: interacting protein domains of known three-dimensional structure. Nucleic Acids Research. 2005, 33: D413-

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  25. Erdős P, Rényi A: On random graphs. Publications Mathematicae. 1959, 6: 290-297.

    Google Scholar 

  26. Hunter S, Apweiler R, Attwood T, Bairoch A, Bateman A, Binns D, Bork P, Das U, Daugherty L, Duquenne L, et al: InterPro: the integrative protein signature database. Nucleic acids research. 2009, 37: D211-10.1093/nar/gkn785.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  27. Frőhlich H, Speer N, Poustka A, Beißbarth T: GOSim-;an R-package for computation of information theoretic GO similarities between terms and gene products. BMC bioinformatics. 2007, 8: 166-10.1186/1471-2105-8-166.

    Article  PubMed Central  PubMed  Google Scholar 

Download references

Acknowledgements

This work is supported by the National Natural Science Foundation of China (Grant No. 60873205).

This article has been published as part of BMC Systems Biology Volume 6 Supplement 1, 2012: Selected articles from The 5th IEEE International Conference on Systems Biology (ISB 2011). The full contents of the supplement are available online at http://www.biomedcentral.com/bmcsystbiol/supplements/6/S1.

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Xiang-Sun Zhang.

Additional information

Competing interests

The authors declare that they have no competing interests.

Authors' contributions

XSZ and RSW designed the study. CC, JFZ and QH implemented the method, performed the experiments and analyzed the data. All authors contributed to discussions on the method. CC and XSZ wrote the manuscript. All authors revised the manuscript and approved the final version.

Rights and permissions

Open Access This article is published under license to BioMed Central Ltd. This is an Open Access article is distributed under the terms of the Creative Commons Attribution License ( https://creativecommons.org/licenses/by/2.0 ), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.

Reprints and permissions

About this article

Cite this article

Chen, C., Zhao, JF., Huang, Q. et al. Inferring domain-domain interactions from protein-protein interactions in the complex network conformation. BMC Syst Biol 6 (Suppl 1), S7 (2012). https://doi.org/10.1186/1752-0509-6-S1-S7

Download citation

  • Published:

  • DOI: https://doi.org/10.1186/1752-0509-6-S1-S7

Keywords