Skip to main content

Identifying essential proteins from active PPI networks constructed with dynamic gene expression

Abstract

Essential proteins are vitally important for cellular survival and development, and identifying essential proteins is very meaningful research work in the post-genome era. Rapid increase of available protein-protein interaction (PPI) data has made it possible to detect protein essentiality at the network level. A series of centrality measures have been proposed to discover essential proteins based on the PPI networks. However, the PPI data obtained from large scale, high-throughput experiments generally contain false positives. It is insufficient to use original PPI data to identify essential proteins. How to improve the accuracy, has become the focus of identifying essential proteins. In this paper, we proposed a framework for identifying essential proteins from active PPI networks constructed with dynamic gene expression. Firstly, we process the dynamic gene expression profiles by using time-dependent model and time-independent model. Secondly, we construct an active PPI network based on co-expressed genes. Lastly, we apply six classical centrality measures in the active PPI network. For the purpose of comparison, other prediction methods are also performed to identify essential proteins based on the active PPI network. The experimental results on yeast network show that identifying essential proteins based on the active PPI network can improve the performance of centrality measures considerably in terms of the number of identified essential proteins and identification accuracy. At the same time, the results also indicate that most of essential proteins are active.

Introduction

Essential proteins play a decisive role in the survival and development of the cell. The identification of essential proteins is crucial to understanding the minimal requirements for cellular life and for practical purpose, such as drug design [1]. The prediction and discovery of essential genes have been performed by experimental procedures such as single gene knockouts [2], RNA interference [3] and conditional knockouts [4], but these techniques require a large investment of time and resources and they are not always feasible. Considering these experimental constraints, a highly accurate computation approach for identify essential proteins would be of great value. At the present, there are many computational approaches for predicting essential proteins based on their properties. Most of these research approaches focused on their topological properties in biological networks, such as protein-protein interaction (PPI) networks. Recently, many methods were proposed for detecting essential proteins based on network topology, such as degree centrality(DC) [5], betweenness centrality (BC) [6], closeness centrality (CC) [7], subgraph centrality (SC) [8], eigenvector centrality (EC) [9], information centrality (IC) [10], edge clustering coefficient centrality (NC) [11], local average connectivity centrality (LAC) [12], etc. These centrality measures were used to identify essential proteins based on network topology. Experiment results shown that they are better than pseudorandom selection in detecting essential proteins. However, there exist some limitations on these methods. The PPI data generated by high-throughput technologies is incomplete and contains many false positives and false negatives, which impacts the correctness of predicting essential proteins.

He et al. illustrated that some PPIs are more important than others in reality [13]. Some research works shown that many essential proteins have low connectivity and are difficult to be identified by centrality measures [13–16]. Many research works focused on identification essential proteins by integration PPI networks and other biological information, such as cellular localization, gene annotation, genome sequence, and so on [13, 16, 17]. Acencio et al. demonstrated that network topological features, cellular localization and biological process information are extremely useful for reliable prediction of essential genes [17]. Hart et al. pointed out that essentiality is a product of the protein complex rather than the individual protein [18]. Tew et al. [19] incorporated function information with topological information to detect essential proteins. Li et al. [20] proposed a new method to identify essential proteins by integration of PPI network topology with protein complexes information. Recently, Li et al. proposed a new method for predicting essential proteins based on the integration of PPI network and gene expression profiles [21], named PeC. Peng et al. [22] proposed an iteration method for predicting essential proteins by integrating the orthology with PPI networks. The current centrality measures were based on the topology of PPI networks. However, PPI network are static, which cannot reflect the real interaction in networks. In other words, the PPI data generated by high-throughput technologies is incomplete and contains many false positives and false negatives, which impacts the correctness of predicting essential proteins. In this paper, we propose a new method for predicting essential proteins based on active PPI network. We construct an active PPI network based on static PPI network and dynamic gene expression data. Then some centrality measures (DC, LAC, NC, BC, CC and SC) which are based on network topology have been applied to predict essential proteins based on the constructed active network. The experimental results show that it is more effective to predict essential proteins based on the active PPI network than based on static PPI network.

Methods

In this section, we first construct an active PPI network based on dynamic gene expression profiles and static PPI network. Then, we identify essential proteins based on the constructed active PPI network.

Time-dependent model and Time-independent model

Let x = {x1,..., x m ,..., x M } be a time series of observation values at equally-spaced time points from a dynamic system. Wu et al. [23] have adopted AR (autoregressive) model to analyze the time dependence of time-course (dynamic) gene expression profiles. In [26], the time-dependent relationships can be modeled by an AR model of order p, denoted by AR(p), as follow:

x m = β 0 + β 1 x m - 1 + β 2 x m - 2 + . . . + β p x m - p + ε m ; m = p + 1 , . . . , M
(1)

where β i (i = 0, 1,..., p) are the autoregressive coefficients, and ε m (m = p + 1,..., M ) represent random errors, which independently and identically follow a normal distribution with the mean of 0 and the variance of σ2. The system of Model (1) can be rewritten in the matrix form as:

Y = X β + ε ,
(2)

where

Y = x p + 1 x p + 2 ⋮ x M , X = 1 x 1 ⋯ x p 1 x 2 ⋯ x p + 1 1 ⋮ ⋱ ⋮ 1 x M - p ⋯ x M - 1 , β = β 0 β 1 ⋮ β p , ε = ε p + 1 ε p + 2 ⋮ ε M

The likelihood function for Model (2) is

L ( β , σ 2 ) = ( 2 π σ 2 ) - ( M - p ) / 2 exp - 1 2 σ 2 | | Y - X β | | 2 .
(3)

If the rank (X) = p + 1 holds, the maximum likelihood estimates of β and σ2 are

β ^ = ( X T X ) - 1 X T Y
(4)

and

σ ^ 2 = Y - X β ^ 2 / ( M - p ) .

The value of the maximum likelihood is given by

L ( β ^ , σ ^ 2 ) = ( 2 π σ ^ 2 ) - ( M - p ) / 2 e - ( M - p ) / 2 .
(6)

In Model (2), the matrix X has p + 1 columns and M − p rows. Thus a necessary condition for rank(X) = p + 1 is M − p ≥ p + 1 or p ≤ (M − 1)/2.

On the other hand, the time-independent model is also an autoregressive model with the order of zero. That is a noisy profile can be modeled by

x m = β 0 + ε m , m = p . . . , M ,
(7)

where β0 is a constant number and ε m (m = p,...,M ) are the random errors which are subject to a normal distribution independent of time with the mean of 0 and the variance of σ c 2 . The likelihood function for Model (7) is

L ( β 0 , σ c 2 ) = ( 2 π σ c 2 ) - ( M - p ) / 2 exp [ - 1 2 σ c 2 ∑ m = p + 1 M ( x m - β 0 ) 2 ] .
(8)

The maximum likelihood estimates of β0 and σ c 2 are

β ^ 0 = 1 M - p ∑ m = p + 1 M x m
(9)

and

σ ^ c 2 = 1 ( M - p ) ∑ m = p + 1 M ( x m - β ^ 0 ) 2
(10)

respectively. The maximum values of the likelihood is given by

L ( β ^ c , ( σ ^ c ) 2 ) = ( 2 π ( σ ^ c ) 2 ) - ( M - p ) / 2 e - ( M - p ) / 2 ,
(11)

where β ^ c is a (p + 1) dimensional vector whose first component is β ^ 0 and others are zeros.

The likelihood ratio of Model (7) to Model (1) is given by

∧ = L ( β ^ c , ( σ ^ c ) 2 ) L ( β ^ , ( σ ^ ) 2 ) = ( σ ^ ) 2 ( σ ^ c ) 2 ( M - p ) / 2
(12)

According to the likelihood principle, if Λ in Formula (12) is too small, the series x = {x1,..., x m ,..., x M } is more likely time-dependent than time-independent. The statistic

F = M - 2 p - 1 p ( Λ - 2 / ( M - p ) - 1 ) = M - 2 p - 1 p σ ^ c 2 σ ^ 2 - 1
(13)

follows an F distribution with (p, M − 2p − 1) degrees of freedom when Model (7) is true for a series of observations. When F is very large, thus the p-value is very small, Model (7) is rejected, i.e., observation series x = {x1,..., x m ,..., x M } is time-dependent. From Formula (13), one can calculate the probability (p-value) that a series of observations is not time-independent. As the regression degree in Model (1) is unknown, the p-values are calculated by Formula (13) for all possible orders p (1 ≤ p ≤ (M − 1)/2). The proposed method calls a gene to be significantly expressed (time-dependent) if one of these p-values calculated from its expression profile is smaller than a user-preset threshold value.

Construction of the active protein interaction network

Tang et al. [24] use a potential threshold to filter noisy gene expression data, then construct an active PPI network. In their method the common value of a threshold is applied to all the genes and time points. Wang et al. [25] propose a method to identify active time points for each protein in a cellular process or cycle using a 3-sigma principle to compute an active threshold for each gene according to the characteristics of its expression curve, then construct an active PPI network. We first filter noisy genes based on time-dependent model and time-independent model, time-dependent genes expression data is more likely dynamically deterministic than random while time-independent genes expression data is more likely random than dynamically deterministic. Those gene expression data are considered to be noises if they are time-independent and their means are very small. We then use a threshold function to compute an active threshold for each gene according to their expression data. We finally construct an active PPI network (NF-APIN) [26]. Our threshold function is described as follows:

A c t i v e _ t h r e s h o l d = u + k σ × ( 1 - F )
(14)
F = 1 1 + σ 2
(15)

For each gene, u and σ are the mean and standard deviation of its expression values. The Active threshold is calculated by Formula (14) for all possible values k(0 ≤ k ≤ 3). In this paper the value of coefficient k is selected as 2.5. If the expression level of a gene is over its active threshold at a time point, the corresponding protein is regarded as active at the time point. For each time point, if two proteins interacted with each other in the static PPI network are active at the same time point, the proteins and their interaction form a part of NF-APIN at the time point. The process is repeated until the NF-APIN is created.

Centrality measures

A PPI network is usually regarded as an undirected graph G = (V, E), where a node v ∈ V represents a protein and an edge e(u, v) ∈ E denotes an interaction between two proteins v and u. In our paper, we have described the active PPI network constructed by our strategy as G' = (V', E'), a node v ∈ V' represents a protein and an edge e(u, v) ∈ E' denotes an interaction between two proteins v and u. We assign N as the total number of nodes in the network. In graph theory and network analysis, centrality of a vertex measures its relative importance within a graph. At the present, six classical centrality measures based on network topology are defined as follows:

Degree Centrality (DC). The degree centrality of a vertex v is defined as

D C ( v ) = d e g ( v )
(16)

Where deg(v) is degree of vertex v.

Betweenness Centrality (BC). The betweenness centrality of a vertex v is defined as the fraction of shortest paths that pass through the node v.

B C ( v ) = ∑ s ≠ v ≠ t ∈ V σ s t ( v ) σ s t
(17)

Where σ st is the total number of shortest paths from node s to node t, σ st (v) is the number of those paths that pass through v.

Closeness Centrality (CC). The closeness centrality of a vertex v is the reciprocal of the sum of graph-theoretic distances from the node v to all other nodes in the graph G.

C C ( v ) = N - 1 ∑ v ≠ u ∈ V d ( v , u )
(18)

Where d(u, v) is a natural distance between all pairs of nodes, defined by the length of their shortest paths.

Subgraph Centrality (SC). The subgraph centrality of a vertex i is the total number of closed walks in which v takes part and gives more weight to closed walks of short lengths.

S C ( i ) = ∑ k = 0 ∞ μ k ( i ) l ! = ∑ j = 1 N [ v j i ] 2 e λ j
(19)

where µ k (i) is the number of closed walks of length l starting and ending at protein i, v1, v2,...v N is an orthonormal basis of R N composed by eigenvectors of the adjacency matrix A of the network and λ1, λ2,...λ N are the corresponding eigenvalues. where v j i denotes the ith component of v j .

Local Average Connectivity Centrality (LAC). The local average connectivity of a node v (LAC(v)) is defined as the average local connectivity of its neighbors:

L A C ( v ) = ∑ w ∈ N v d e g C v ( w ) | N v |
(20)

where N v is the set of neighbors of node v, C v is the subgraph G[N v ] besides N v . For a node w in C v , deg(w) is its degree.

Edge Clustering Coefficient (NC) [11]. The edge clustering coefficient of E u,v can be defined by the following expression:

E C C ( u , v ) = Z u , v m i d ( d u - 1 , d v - 1 )
(21)

Where Z u,v denotes the number of triangles that include the edge actually in the network, d u and d u are degrees of nodes u and v, respectively.

Results

Experimental datasets

The yeast's PPI network (20101010) is downloaded from DIP [27]. We filtered the self-interactions and repeated ones in the original PPI network. As a result, the PPI network used in our experiment has 5093 proteins and 24743 interactions. The yeast's dynamic gene expression data comes from [28], includes 6, 777 gene products under 36 different time points. The 6, 777 gene products in the gene express profile cover 95% of the proteins in the PPI network. The list of essential proteins of yeast downloaded from the following databases: MIPS [29], SGD [30], SGDP [31] and DEG [32], which contains 1285 essential proteins. Within the 1285 essential protein, 1167 proteins present in PPI network.

Compare with seven typical Centrality measure in different PPI networks

In order to validate the performance of the proposed strategy, we conduct a comparison between two different PPI networks applying seven typical centrality measures defined in last section to predict essential protein.

Proteins are ranked in descending order according to their scores computed by each centrality measure. According to the sort, a certain number of top proteins should be regarded as essential proteins. With that, we select the top 100, top 200, top300, top400, top500 proteins as essential protein candidates and identify how many of these are true essential proteins. Numbers of essential proteins detected by seven typical centrality measures in two different networks are shown in Figure 1.

Figure 1
figure 1

Number of essential proteins detected by each methods in two different networks. As is shown in Fig.1, the performance of each centrality measures in identifying essential proteins based on APPIN is better than PPIN. Especially, the improvements of SC based on APPIN are more than 50% when predicting 100 proteins, the number of essential proteins identified by LAC and NC based on APPIN achieves to 80.

In Figure 1, PPIN denote that a certain centrality measure is applied based on the original PPI network of the yeast, and APPIN denote that a certain centrality measure is applied based on the active PPI network [24]. As is shown in Figure 1, the performance of each centrality measures in identifying essential proteins based on APPIN is better than PPIN. Especially, the improvements of SC based on APPIN are more than 50% when predicting 100 proteins, the number of essential proteins identified by LAC and NC based on APPIN achieves to 80.

To further illustrate the efficiency of our strategy, we have analyzed by using a jackknife methodology [33]. In Figure 2, proteins are ordered in descending according to their scores. The curve is plotted with the cumulative counters of true essential proteins and the cumulative counters of predicted essential proteins. The areas under the curve (AUC) for each centrality measures in different networks are compared in Figure 2. It is obvious that the AUC for DC, BC, CC, SC, NC and LAC based on APPIN are better than PPIN.

Figure 2
figure 2

DC, BC, CC, SC, LAC and NC are compared in two different networks by a jackknife methodology. To further illustrate the efficiency of our strategy, we have analyzed by using a jackknife methodology. In Fig.2, proteins are ordered in descending according to their scores. The curve is plotted with the cumulative counters of true essential proteins and the cumulative counters of predicted essential proteins.

In addition, we also conduct a comparison of overlaps true essential proteins predicted by each centrality measure in different two networks. The numbers of true essential proteins in top 100 predicted proteins are shown in Table 1 where S1 and S2 are the number of essential protein predicted in two different networks, respectively, S3 is the number of overlaps essential proteins. From Table 1 we can see that the number of common essential proteins identified in two networks is relatively low. This proves that identifying essential protein based on the active PPI network is a necessary complement. In conclusion, the efficiency of identifying essential proteins based on an active PPI network is better than the origin PPI network. This indicates that active proteins more like to be essential proteins.

Table 1 The case of overlaps essential proteins in different two networks when predicting 100 proteins

Conclusion

At present, the prediction of essential proteins is still a hot topic in the post-genome era. Many researches for identifying essential proteins are based on entire PPI networks. However, the PPI data obtained from various kinds of experimental techniques and methods, which generally contain false positives. It is insufficient to use original PPI data to identify essential proteins. In this study, we first filtered noisy genes based on dynamic gene expression profiles, and then constructed an active PPI network. After that, we predicted essential proteins based on our constructed active PPI networks using seven typical centrality measures. The experimental results show that the precision of identifying essential proteins based on our active PPI network is obviously higher than based on the origin PPI network. One direction of our further work is to apply the other prediction methods based on active PPI networks and confirm whether essential proteins have active characteristics.

References

  1. Nicholas Judson, Mekalanos John J: TnAraOut, a transposon-based approach to identify and characterize essential bacterial genes. Nat Biotechnol. 2000, 18 (7): 740-5. 10.1038/77305.

    Article  Google Scholar 

  2. Guri Giaever, Chu Angela M, Li Ni, Carla Connelly, Linda Riles, Steeve Veronneau, Sally Dow, Ankuta Lucau-Danila, Keith Anderson, Bruno Andre, others: Functional profileing of the Saccharomyces cerevisiae genome. Nature. 2002, 418 (6896): 387-91. 10.1038/nature00935.

    Article  Google Scholar 

  3. Cullen Lara M, Arndt Greg M: Genome-wide screening for gene function using RNA in mammalian cells. Immunology cell biology. 2005, 83 (3): 217-23. 10.1111/j.1440-1711.2005.01332.x.

    Article  CAS  PubMed  Google Scholar 

  4. Terry Roemer, Bo Jiang, John Davison, Troy Ketela, Karynn Veillette, Anouk Breton, Fatou Tandia, Annie Linteau, Susan Sillaots, Catarina Marta, others: Large-scale essential gene identification in Candida albicans and applications to antifungal drug discovery. Molecular microbiology. 2003, 50: 167-81. 10.1046/j.1365-2958.2003.03697.x.

    Article  Google Scholar 

  5. Hahn MW, Kern AD: Comparative genomics of centrality and essentiality in three eukaryotic protein-interaction networks. Mol Biol Evol. 2005, 22: 803-806. 10.1093/molbev/msi072.

    Article  CAS  PubMed  Google Scholar 

  6. Joy MP, Brock A, Ingber DE, Huang S: High-betweenness proteins in the yeast protein interaction network. J Biomed Biotechnol. 2005, 2005: 96-103. 10.1155/JBB.2005.96.

    Article  PubMed Central  PubMed  Google Scholar 

  7. Wuchty S, Stadler PF: Centers of complex networks. J Theor Biol. 2003, 223: 45-53. 10.1016/S0022-5193(03)00071-7.

    Article  PubMed  Google Scholar 

  8. Estrada E, Rodriguez-Velazquez JA: Subgraph centrality in complex networks. Phys Rev E. 2005, 71: 056103-

    Article  Google Scholar 

  9. Bonacich P: Power and centrality: A family of measures. American journal of sociology. 1987, 92: 12-

    Article  Google Scholar 

  10. Karen Stephenson, Zelen M: Rethinking centrality: Methods and examples. Social Networks. 2002, 11: 37-

    Google Scholar 

  11. Wang J, Li M, Wang H, Pan Y: Identification of Essential Proteins Based on Edge Clustering Coefficient. IEEE/ACM transactions on computational biology and bioinformatics/IEEE, ACM. 2012, 9: 1070-1080.

    Article  PubMed  Google Scholar 

  12. Li M, Wang JX, Chen X, Wang H, Pan Y: A local average connectivity-based method for identifying essential proteins from the network level. Computational biology and chemistry. 2011, 3 (35): 143-150.

    Article  CAS  Google Scholar 

  13. He XL, Zhang JZ: Why Do Hubs Tend to Be Essential in Protein Networks?. PloS Genetics. 2006, 2 (6): 826-834.

    Article  CAS  Google Scholar 

  14. Li M, Wang JX, Wang H, Pan Y: Identification of Essential Proteins from Weighted Protein Interaction Networks. J Bioinform Comput Biol. 2013, 11 (3): 1341002-10.1142/S0219720013410023.

    Article  PubMed  Google Scholar 

  15. Zotenko E, Mestre J, O'Leary DP, Przytycka TM: Why Do Hubs in the Yeast Protein Interaction Network Tend To Be Essential: Reexamining the Connection between the Network Topology and Essentiality. PLoS Comput Biol. 2008, 4 (8): 1-16.

    Article  Google Scholar 

  16. Chua HN, Tew KL, Li XL, Ng SK: A Unified Scoring Scheme for Detecting Essential Proteins in Protein Interaction Networks. 20th ICTAI. 2008, 2: 66-73.

    Google Scholar 

  17. Acencio ML, Lemke N: Towards the prediction of essential genes by integration of nework topology, cellular localization and biological process information. BMC Bioinformatics. 2009, 10: 290-10.1186/1471-2105-10-290.

    Article  PubMed Central  PubMed  Google Scholar 

  18. Hart GT, Lee I, Marcotte E: A high-accuracy consensus map of yeast protein complexes reveals modular nature of gene essentiality. BMC Bioinformatics. 2007, 8: 236-10.1186/1471-2105-8-236.

    Article  PubMed Central  PubMed  Google Scholar 

  19. Tew KL, Li XL, Tan SH: Functional centrality: detecting lethality of proteins in protein interaction networks. Genome Inform Ser. 2007, 19: 166-177.

    CAS  Google Scholar 

  20. Li M, Lu Y, Wang JX, Wu FX, Pan Y: A topology potential-based method for identifying essential proteins from PPI networks. IEEE/ACM Transactions on Computational Biology and Bioinformatics. 2014, DOI 10.1109/TCBB.2014.2361350

    Google Scholar 

  21. Li M, Zhang H, Wang JX, Pan Y: A new essential protein discovery method based on the integration of protein-protein interaction and gene expression data. BMC Systems Biology. 2012, 6: 15-10.1186/1752-0509-6-15.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  22. Peng W, Wang JX, Wang WP, Liu Q, et al: Iteration method for predicting essential proteins based on orthology and protein-protein interaction networks. BMC Syst Biol. 2012, 6: 87-10.1186/1752-0509-6-87.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  23. Wu FX, Xia ZH, Mu L: Finding significantly expresses genes from time-course expression profiles. International Journal of Bioinformatics Research and Applications. 2009, 5 (1): 50-63. 10.1504/IJBRA.2009.022463.

    Article  CAS  PubMed  Google Scholar 

  24. Tang XW, Wang JX, Liu BB, Li M, Chen G, Pan Y: A comparison of the functional modules identified from time course and static PPI network data. BMC Bioinformatics. 2011, 12: 339-10.1186/1471-2105-12-339.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  25. Wang JX, Peng XQ, Li M, Pan Y: Construction and application of dynamic protein interaction network based on time course gene expression data. Proteomics. 2013, 13 (2): 301-312. 10.1002/pmic.201200277.

    Article  CAS  PubMed  Google Scholar 

  26. Xiao QH, Wang JX, Peng WQ, Wu FX: Detecting Protein Complexes from Active Protein Interaction Networks Constructed with Dynamic Gene Expression Profiles. BMC Proteome Science. 2013, 11 (S1):

  27. Xenarios I, et al: DIP: the Database of Interaction Proteins: a research tool for studying cellular networks of protein interactions. Nucleic Acids Research. 2002, 30 (1): 303-305. 10.1093/nar/30.1.303.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  28. Tu BP, Kudlicki A, Rowicka M, McKnight SL: Logic of the yeast metabolic cycle: temporal compartmentalization of cellular processes. Science. 2005, 310: 1152-8. 10.1126/science.1120499.

    Article  CAS  PubMed  Google Scholar 

  29. Mewes HW, et al: MIPS: analysis and annotation of proteins from whole genomes in 2005. Nucleic acids research. 2006, 34: D169-172. 10.1093/nar/gkj148.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  30. Cherry JM, et al: SGD: Saccharomyces Genome Database. Nucleic acids research. 1998, 26: 73-79. 10.1093/nar/26.1.73.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  31. Saccharomyces Genome Deletion Project. [http://www-sequence.stanford.edu/group/]

  32. Zhang R, Lin Y: DEG 5.0, a database of essential genes in both prokaryotes and eukaryotes. Nucleic acids research. 2009, 37: D455-458. 10.1093/nar/gkn858.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  33. Holman AG, Davis P, Foster JM, et al: Computational prediction of essential genes in an unculturable endosymbiotic bacterium, Wolbachia of Brugia malayi. BMC Microbiology. 2009, 9 (1): 243-10.1186/1471-2180-9-243.

    Article  PubMed Central  PubMed  Google Scholar 

Download references

Acknowledgements

This work is supported in part by the National Natural Science Foundation of China under grant nos. 61232001, 61003124, and 61428209, and Hunan Provincial Innovation Foundation For Postgraduate (CX2013B070), and Science and Technology Plan Projects of Science and Technology Bureau of Hengyang City (grant 2013KJ29).

Declarations

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

This article has been published as part of BMC Genomics Volume 16 Supplement 3, 2015: Selected articles from the 10th International Symposium on Bioinformatics Research and Applications (ISBRA-14): Genomics. The full contents of the supplement are available online at http://www.biomedcentral.com/bmcgenomics/supplements/16/S3.

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

QX and JW obtained the protein-protein interaction data, gene expression data and essential proteins, generated the prediction model and drafted the manuscript. QX and XP performed experimental comparison and evaluated the results. JW, QX, FW, YP initiate the study and write the manuscript. All authors have read and approved the final manuscript.

Rights and permissions

Open Access  This article is licensed under a Creative Commons Attribution 4.0 International License, which permits use, sharing, adaptation, distribution and reproduction in any medium or format, as long as you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons licence, and indicate if changes were made.

The images or other third party material in this article are included in the article’s Creative Commons licence, unless indicated otherwise in a credit line to the material. If material is not included in the article’s Creative Commons licence and your intended use is not permitted by statutory regulation or exceeds the permitted use, you will need to obtain permission directly from the copyright holder.

To view a copy of this licence, visit https://creativecommons.org/licenses/by/4.0/.

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 in a credit line to the data.

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Xiao, Q., Wang, J., Peng, X. et al. Identifying essential proteins from active PPI networks constructed with dynamic gene expression. BMC Genomics 16 (Suppl 3), S1 (2015). https://doi.org/10.1186/1471-2164-16-S3-S1

Download citation

  • Published:

  • DOI: https://doi.org/10.1186/1471-2164-16-S3-S1

Keywords