Abstract
The importance of the construction of gene–gene interaction (GGI) network to better understand breast cancer has previously been highlighted. In this study, we propose a novel GGI network construction method called linear and probabilistic relations prediction (LPRP) and used it for gaining system level insight into breast cancer mechanisms. We construct separate genome-wide GGI networks for tumor and normal breast samples, respectively, by applying LPRP on their gene expression datasets profiled by The Cancer Genome Atlas. According to our analysis, a large loss of gene interactions in the tumor GGI network was observed (7436; 88.7 % reduction), which also contained fewer functional genes (4757; 32 % reduction) than the normal network. Tumor GGI network was characterized by a bigger network diameter and a longer characteristic path length but a smaller clustering coefficient and much sparse network connections. In addition, many known cancer pathways, especially immune response pathways, are enriched by genes in the tumor GGI network. Furthermore, potential cancer genes are filtered in this study, which may act as drugs targeting genes. These findings will allow for a better understanding of breast cancer mechanisms.
Electronic supplementary material
The online version of this article (doi:10.1007/s12539-016-0185-4) contains supplementary material, which is available to authorized users.
Keywords: Gene–gene interaction, Network construction, Breast cancer, TCGA dataset
Introduction
Breast cancer and many other malignancies result from stepwise genetic alterations of cells [1, 2]. Over the last decade, although the knowledge of specific genes and various biological pathways of breast cancer has been revealed, the understanding of breast cancer biology remains limited [3, 4]. In fact, single genes or protein alterations are not sufficient to induce cancer, but their interactions with other genes or their surroundings play key roles [5–7]. Performing network analysis using large-scale gene expression datasets is an effective way to uncover new biological knowledge. Network analysis has revolutionized our understanding of biological processes and made significant contributions to the discovery of disease biomarkers. Hence, to better understand cancer pathogenesis, research from network perspective is urgently needed [8–13].
Detecting pairwise interactions among genes plays basic roles in the construction of GGI network. Many GGI prediction methods have been proposed, including experimental methods such as affinity purification [14] and yeast two-hybrid assays [15], but such methods are generally in low efficiency and high cost. Recently, calculation-based gene correlation prediction methods incorporating gene expression datasets have been preferred [16, 17], such as Pearson’s, Spearman’s and Kendall’s correlations, distance correlation, Hoeffding’s D measure, Heller–Heller–Gorfine measure, mutual information (MI) [18] and maximal information coefficient (MIC) [19]. Pearson’s correlation is the most commonly used method for detecting linear relationships among genes. For nonlinear or non-functional relationship, rank correlation-based methods or information theory-based measures are more applicable. MIC is based on the idea that if a relationship exists between two random variables, then a grid can be drawn on the scatter plot of the two variables [20]. However, gene expression data contain various types of relationships, many of the methods only capture one type of interaction (promotion or suppression). In this study, we proposed a new GGI network construction approach termed linear and probabilistic relations prediction (LPRP). LPRP constructs GGI network in three steps: raw network construction, expansion and revision. During each step, only high-confidence gene interactions are considered, and a backbone network is utilized. The complete human protein interaction network from Pathway Commons [21] was used as the backbone network topological structure, and only interactions in the backbone network are kept to construct the raw GGI network. Such methodological approach has been proven fruitful in a variety of tumor genetic research fields [10, 22–27]. LPRP detects both linear and probabilistic relations among genes. In [28], the authors used a similar method but did not consider reverse regulation. In addition, we used a totally different gene interaction measure strategy.
In this study, we validate the effectiveness of LPRP using both simulated and real gene expression and applied LPRP on breast cancer data analysis. We construct separate genome-wide GGI networks for tumor and normal breast samples by applying LPRP on their gene expression datasets profiled by The Cancer Genome Atlas (TCGA). The identification of global gene interaction perturbations that actively participate in the initiation and maintenance of the tumor state is a major challenge in cancer biology [29]. Over the last decade, specific cancer genetic alterations have been well described and annotated [30], but network-level research has rarely been conducted. In this study, we performed a multi-level study (firstly, we compared the difference between normal and tumor GGI network from the gene-level, i.e., compare the difference between the gene interactions. Secondly, we compared the modularity difference between the constructed tumor and normal GGI network, i.e., cluster-level. Finally, we compared the network topology difference, i.e., network-level comparison). It is known that functionally related genes tend to cluster together in the biological network [31, 32]. Many network clustering algorithms [33–35] are available in this area. In this study, MINE [35] was used for cluster detection, as in many previous studies [36], which can be easily done using Cytoscape [37]. KEGG pathway enrichment analysis was performed using the SIGORA R package under the default parameter settings [38]. Furthermore, node degrees of many known tumor genes were compared, and by mapping known breast cancer genes to the tumor GGI network, some potential cancer genes were filtered, which may act as drugs targeting genes. Our findings allow for a better understanding of breast cancer mechanisms and may have potential implications for identifying novel drug targets.
Methods and Materials
Materials
UNC IlluminaHiSeq_RNASeqV2 level 3 (Refer to https://tcga-data.nci.nih.gov/tcgafiles/ftp_auth/distro_ftpusers/anonymous/tumor/read/cgcc/unc.edu/illuminahiseq_rnaseqv2/rnaseqv2/unc.edu_READ.IlluminaHiSeq_RNASeqV2.mage-tab.1.6.0/DESCRIPTION.txt for details of the RNASeqV2 pipeline and the algorithms) gene expression datasets of 20,502 genes, including 120 breast cancer samples and 106 normal samples, were downloaded from the TCGA project webpage. Raw count values were normalized using the TCGA-Assembler [40]. To further reduce the error, genes with values of 0 across all samples were deleted, leaving only 16,441 and 16,999 genes in the normal and tumor expression matrixes, respectively. The complete human protein–protein interaction network was downloaded from Pathway Commons (http://www.pathwaycommons.org/), which was generated by bringing together protein interactions from the following sources: the Human Protein Reference Database (HPRD) [41], the National Cancer Institute Nature Pathway Interaction Database (NCI-PID) [42], the Interactome (Intact) [43] and the Molecular Interaction Database (MINT) [44]. We focused on non-redundant interactions, only including proteins with an Entrez gene ID annotation, and isolated nodes or edges were deleted. As a result, we obtained a connected network with 15,589 nodes (unique Entrez IDs) and 1896,352 documented interactions. Hereafter, we refer to this network as the “KP”. For comparison, two random datasets were generated, and 237 known breast cancer-related genes were downloaded from SNP4Disease (http://snp4disease.mpi-bn.mpg.de/result.php). After deleting non-expressed genes, only 166 genes left. The gene expression dataset and its benchmark networks of the Dream5 challenge4 network inference challenge [45], downloaded from (http://wiki.c2b2.columbia.edu/dream/index.php?title=D5c4), were also used for comparison. To do systematic evaluation, two datasets are used. One is a real gene expression dataset contained in R package minet [46]. The other is a simulated dataset simulated by SynTReN (synthetic transcriptional regulatory network) [47] which has 100 genes and 100 samples.
Methods
LPRP takes the discretized matrix D (constructed later) and KP as inputs and outputs the corresponding GGI network. LPRP works in the following steps: First, the gene expression matrix is discretized; second, gene interactions are detected and statistically validated; and third, the GGI network is constructed.
Discretization of Gene Expression Matrix
We denote the gene expression data matrix as M. For each row of M, its average and standard deviation are calculated as in [28]. We denote the average and deviation of the ith row as avgi and sdi, respectively. D is defined by Eq. (1):
1 |
where is the threshold value between 0 and 1.
We vary from 0 to 1 in steps of 0.1. For each case, the frequency distribution of the genes with respect to the counts of 1, 0, −1 s in their profiles is shown in Fig. 1. As shown in Fig. 1, when takes a value between 0.4 and 0.5, the distribution that is most similar to the distribution of the randomly generated discretized matrix and also has similar distribution with those generated from currently commonly used methods in “sdnet” R package (randomly generated of 0, 1 and −1) shown in Fig. 1. Hence, in this work, we used = 0.45 for the discretization of the gene expression matrix.
Gene Interaction Detection
Based on the discretized gene expression matrix D, for each pair of genes in D under the same sample, only nine possible value combinations exist. We represent one gene as gi and another gene as gj; such combinations are shown in Eq. (2):
2 |
For each form of combination in Eq. (2), its probability value across all samples is calculated from Eq. (3):
3 |
where N is the sample number in matrix D, gi and gj are the two genes as in Eq. (2), vi and vj take values from −1, 0, 1.
For simplicity, only three forms of interactions between gi and gj are considered. That is, gi and gj are forward-regulated, reverse-regulated or have no interaction. Furthermore, we hypothesize that if gi and gj have a forward-regulated relationship then their reverse-regulated power is small or has no reverse regulation relationship between them and vice versa. Furthermore, considering the perspective of entire network, only one form of regulation dominates between the two genes, even though the other form of regulation may sometimes exist. As a result, the combinations in Eq. (2) can be classified accordingly. and are classified as the forward regulation relationship (denoted as ) but should fulfill the restraints in Eq. (4), and are classified as the reverse regulation relationship (denoted as ) but should fulfill the restraints in Eq. (5), and other combinations such as are classified as no interaction relationships or considered noise signals.
4 |
5 |
where in Eqs. (4) and (5), is a threshold value between 0 and 1.
We varied from 0 to 0.6 (according to our calculations, no interactions exist when > 0.6) sin steps of 0.05, and the corresponding numbers of gene interaction pairs, genes (the number of gene of the random sample is not presented), Con regulations (forward regulation) and Re regulations (reverse regulation) detected from the tumor, normal and random samples are presented in Fig. 2. varies from 0.1 to 0.6. Most interactions exist between 0 and 0.1, and when > 0.1, almost no interactions exist in the random dataset. Therefore, we set = 0.1 in this study such that as many real gene interactions as possible can be filtered.
We previously hypothesized that if genes gi and gj are Con regulated then their Re regulation power under same conditions should be small, as denoted in Eqs. (4) and (5). In fact, in real organisms, forward regulations are the most common type of regulation, which is consistent with our results, as shown in Fig. 2. As shown in Fig. 2, the number of Con and Re interactions is almost equal in the random samples, which again verified the validity of our method.
To further validate the effectiveness of our gene interaction detection strategy, gene expression datasets from the DREAM 5 network inference challenge 4 were downloaded. After careful revision, we kept 104 samples containing 5950 genes. The golden standard network of this expression dataset was also downloaded, which contained 1994 genes and 3994 edges. The performance of the LPRP was compared with the performances of Spearman, MI, Kendall and MIC, and the results are shown in Fig. 3.
As shown in Fig. 3, the LPRP detected more known edges compared to other methods, especially in the real gene expression datasets. However, even with the LPRP of the 3994 given edges in the Dream 5 network4, only 258 edges were detected out and of the 1,896,352 edges in KP, and only 28,768 edges were detected out of the top 1,000,000 filtered edges. Therefore, gene interaction pairs should not be used directly as the final edges for the network construction; instead statistical validation and a network construction strategy should be introduced to reduce the false discovery rate.
Statistical Validation
To validate statistical significance of the GGIs identified by the LPRP, for each gene in matrix D, the order of its value (−1, 0, 1 s) across all samples was randomly shuffled. This process was repeated 1000 times, this will allow matrix D follows the same distribution as the original matrix. The LPRP was applied on all of the 1000 randomized matrices D, and each time only the interactions with interaction values larger than 0.1 were filtered. First, we compared the filtered GGIs number obtained from the real datasets and the 1000 random datasets. Second, the proportion of GGIs contained in KP was calculated. Higher proportions correspond to increased LPRP effectiveness (as shown in the results section, nearly four times more GGIs contained in KP were detected by the LPRP in the real dataset compared to the random datasets). Third, because many more GGIs are filtered with > 0.1 in the real datasets, how large the possibility is if interactions satisfying > 0.1 while not annotated by KP are novel activated interactions rather than occurred by chance? To do this, the appearance times of each such interaction are counted across all GGIs generated from 1000 randomized datasets. The p value is defined as the proportion of appearance times to 1000 (Eq. (6)). Very few interactions had a p value >0.01. Smaller p values correspond to lower probability of the interaction occurring by chance. In this study, only GGIs with a p value ≤0.01 were considered.
6 |
where is the appearance time of one GGI in the GGIs filtered from 1000 random datasets.
GGI Network Construction
After statistical validation, all interactions with > 0.1 but p value >0.01 were discarded. Only interactions with > 0.1 and a p value <0.01 were used for the GGI network construction. The LPRP constructs the GGI network in three steps: raw GGI network construction, expansion and revision. The raw GGI network is constructed by using interactions that satisfy the threshold value and also contained in KP [21]. In this way, we can easily obtain a rough topology of the final GGI network without introducing much false positive gene interactions [39]. The gene interactions in KP have no direction; therefore, gene gi interacts with gj is equivalent to gj interacts with gi. If either one exists in KP, we selected the edge from the filtered GGIs (all the GGIs satisfy > 0.1 and p value <0.01). With these raw GGIs, the expansion and revision processes are executed alternatively until no edges remain in all of the candidate GGIs. The purpose of expansion is trying to add as much of edges left after raw construction as possible to the raw network, while revision is preventing expansion from introducing noise edges. In expansion, all of the endpoint genes of the currently not added edges are considered, and only genes that have direct interactions with genes contained in the current GGI network are attached to the current GGI network. Revision is performed only between the newly added genes after the current expansion stage. GGIs that satisfy the statistical validation but that are not attached to the current GGI network can be classified into the following three categories. (a) GGIs with both endpoint genes already contained in the current raw GGI network but not included in KP. We use Eq. (7) to judge whether such GGIs should attach to the current GGI network. In Eq. (7), represents the common neighbors of genes gi and gj. If their common neighbor number is larger than the threshold value , then we add an edge between them; otherwise, they are left unconnected. (b) GGIs with both endpoint genes not contained in the current raw GGI network. For these GGIs, because it is hard to determine whether they should be attached, we left them as undetermined in the current cycle period. (c) GGIs with only one endpoint gene included in the raw GGI network. For these GGIs, we simply attached them to the current GGI network. GGIs in (a) and (b) may correspond to novel interactions or simply interactions that occurred due to their common interacting neighbors. In revision stage, we weigh whether those GGIs should be added or discarded. As shown in Eq. (7), if their common neighbor number is bigger than the threshold value, they are attached to the current raw network. Otherwise, they are discarded.,
7 |
where is the number of common neighbors of genes gi and gj, and is the threshold value. We set = 1 in this study (after the raw construction stage, all the known GGIs have already been added to the network. The main purpose of the expansion and revision is to add as many edges as possible, because although these edges are not contained in the know edge interaction datasets, they all pass our statistic validation and are more likely to be real existed interactions rather than occur by chance. Hence, setting at a smaller value is preferable.).
Results
Before applying LPRP on breast cancer datasets analysis, effectiveness of LPRP is evaluated using both real gene expression dataset and on simulated gene expression dataset. Results are shown in Figs. 4 and 5.
As shown in Figs. 4 and 5, LPRP performs well on both real and simulated gene expression datasets. Next, we apply LPRP on breast cancer datasets analysis and construct GGI networks of normal and tumor samples, respectively. According to our analysis, we found that the GGI network constructed from normal samples is a typical complex network. Its node degree follows the power law distribution, and its characteristic path length and network diameter are 4 and 13, respectively, these values are 8.6 and 24 for the tumor GGI network, respectively. The tumor GGI network contains fewer genes and gene interactions, and its path length is longer. In fact, its path length follows a normal distribution. Because a random mutation/alteration in cancer is more likely to inactivate rather than activate a gene, there is a large reduction in the number of genes. Recent reports have also suggested that most genetic mutations inactivate and affect tumor suppressor genes [45]. The node overlap between the two GGI networks is large (56 % of the tumor nodes are found in the normal GGI network), but only 18.4 % of the interactions present in the tumor network are found in the normal network. According to [46], cancer may be a pathway to cell survival, as in the tumor GGI network, new paths occurred and new genes were activated, and these paths and genes may play key roles in tumor initiation and development. According to James West [10], cancers are characterized globally by an increased network entropy, and the larger the network entropy corresponds to the lower system stability. Increased network diameter and a decreased clustering coefficient in the tumor network together foster such instability.
Multi-level comparisons were performed between the normal and tumor GGI networks. First, we compared the networks from the entire network perspective, including the differences in their network topology characteristics and their common and particular genes and edges. Second, clusters within the two networks were detected using MINE, and their functions were annotated using the SIGORA R [38] package and DAVID [47]. Third, the characteristics of special genes (including genes particularly expressed in tumor network, common network genes that were differentially expressed, known breast cancer genes) were compared.
Network-Level Comparison
By applying the LPRP on the tumor and normal BRCA datasets with = 0.45 and = 0.1, 110,186 and 3,045,539 raw GGIs were filtered, respectively. After statistical validation using a p value <0.01, only 102,688 and 2,893,901 GGIs remained for the subsequent GGI network construction, which contained 10,114 and 15,714 genes, respectively. First, raw networks for both the normal and tumor GGI networks were constructed, and then the expansion and revision steps were alternately executed until no edges could be added. Detailed information is provided in Figs. 6 and 7, and the supplemental file S1. All of the network analyses were performed using Cytoscape [37, 48, 49].
Cluster-Level Comparison
Functionally related genes rarely work in isolation; rather, they tend to form clusters and collaboratively perform complex cellular functions. By detecting clusters in both the normal and tumor final GGI networks, specific tumor functional modules can be revealed. Many cluster detection algorithms have been proposed, such as SPICi [50], GECluster [51], MCODE [33] and MINE [35]. MINE outperforms MCODE, SPICi and many other methods in identifying non-exclusive, high modularity clusters and can be easily run on Cytoscape software. MINE was run under the default parameter settings. Seventeen clusters with their node numbers greater than 5 of the tumor GGI network are listed in Table 1. The cluster functions and their enriched biological pathways were annotated using DAVID [47, 52] and the R package of SIGORA. Pathways such as the P53 signaling pathway, the cell cycle and the Jak-STAT signaling pathway are well-known cancer pathways.
Table 1.
Cluster | DAVID/SIGORA annotate | Gene | Benjamini | p value |
---|---|---|---|---|
1 | Ribosome, translational elongation | 68 | 2.9E−125 | 1.1E−127 |
2 | Cell cycle, P53 signaling pathway, DNA replication | 73 | 9.5E−59 | 1.8E−61 |
3 | Regulation of lymphocyte activation, regulation of leukocyte activation, immune response, T cell receptor signaling pathway, Jak-STAT signaling pathway | 39 | 1.9E−21 | 2.3E−24 |
4 | Eextracellular matrix, proteinaceous extracellular matrix, cell adhesion, hydroxylation, extracellular region | 32 | 4.0E−36 | 4.4E−38 |
5 | Immune response, apoptosis, regulation of apoptosis, response to virus | 23 | 6.7E−9 | 3.3E−11 |
6 | Mitotic cell cycle, chromosome, centromeric region, intracellular non-membrane-bounded organelle, chemokine signaling pathway | 16 | 8.4E−11 | 4.1E−13 |
7 | Antigen processing and presentation of peptide antigen via MHC class I | 12 | 1.5E−13 | 1.5E−13 |
8 | Antigen processing and presentation of peptide or polysaccharide antigen via MHC class II, immune response | 8 | 1.4E−13 | 9.1E−16 |
9 | IgG binding, alternative splicing | 8 | 1.4E−8 | 1.5E−9 |
10 | SH2 domain, chemokine signaling pathway | 7 | 1.2E−4 | 2.4E−6 |
11 | Protein biosynthesis, RNA transport | 7 | 1.7E−4 | 1.8E−5 |
12 | 7 | |||
13 | Chemokine signaling pathway, response to wounding, Cytokine-cytokine receptor interaction | 6 | 1.7E−8 | 2.2E−10 |
14 | Epidermis development, epithelial cell differentiation, ectoderm development | 5 | 1.9E−7 | 6.8E−9 |
15 | Immune response | 5 | 2.6E−4 | 6.2E−6 |
16 | Chemokine signaling pathway, NOD-like receptor signaling pathway, sh3 domain | 5 | 1.7E−2 | 5.1E−4 |
17 | Cell cycle, DNA replication | 5 | 2.3E−6 | 3.8E−7 |
Gene-Level Comparison
The final tumor GGI network contained 4757 genes, 56 % (2668) of which were also contained in the final normal GGI network. The other 44 % genes may play important roles in tumor progression. The enriched KEGG pathways of the genes were analyzed using the R package of SIGORA [38]. The top 25 pathways with a p value <0.0008 are listed in Table 2. As shown in Table 2, many pathways are well-known tumor pathways. Because few genes and interactions are contained in the tumor GGI network, most genes in the tumor GGI network have less interacting edges compared to normal networks. Through comparative analysis node degree of those common genes, we found that most of them have same neighbor numbers in both tumor and normal GGI network; however, some genes have significant change in their degree. In gene-level comparison, we filtered such significantly changed genes and results were shown in Fig. 6.
Table 2.
ID | Pathway | p value |
---|---|---|
1 | Cytokine–cytokine receptor interaction | 4.46E−200 |
2 | Metabolic pathways | 2.25E−34 |
3 | Jak-STAT signaling pathway | 3.24E−21 |
4 | Protein processing in endoplasmic reticulum | 1.18E−10 |
5 | ErbB signaling pathway | 8.19E−09 |
6 | Amino sugar and nucleotide sugar metabolism | 3.92E−06 |
7 | Histidine metabolism | 9.17E−06 |
8 | Caffeine metabolism | 1.05E−05 |
9 | Glycerophospholipid metabolism | 1.32E−05 |
10 | Asthma | 1.41E−05 |
11 | Vitamin B6 metabolism | 1.60E−05 |
12 | Sulfur relay system | 1.67E−05 |
13 | Small cell lung cancer | 2.35E−05 |
14 | Cysteine and methionine metabolism | 2.80E−05 |
15 | Glycosphingolipid biosynthesis—lacto and neolacto series | 3.14E−05 |
16 | Fc gamma R-mediated phagocytosis | 6.53E−05 |
17 | Base excision repair | 0.0001419 |
18 | Synthesis and degradation of ketone bodies | 0.0001611 |
19 | Protein digestion and absorption | 0.0001899 |
20 | Porphyrin and chlorophyll metabolism | 0.0002799 |
21 | GnRH signaling pathway | 0.0003071 |
22 | Osteoclast differentiation | 0.0004201 |
23 | Alanine, aspartate and glutamate metabolism | 0.0006986 |
24 | Long-term potentiation | 0.0007306 |
25 | Glycosylphosphatidylinositol(GPI)-anchor biosynthesis | 0.0007490 |
Potential Breast Tumor Gene Prediction
Next, we mapped the 166 (all genes are downloaded and compiled from SNP4Disease website) known breast disease-related genes to the final tumor GGI network. These genes and their neighbor genes were filtered out, and the result is shown in Fig. 7. As shown in Fig. 7, breast genes and their neighbor genes fall into three clusters. Because genes within the same cluster tend to have similar functions, we first annotated the three clusters using DAVID, and the results are shown in Table 3. According to the functional annotation results, many of these genes contribute to cancer initiation and progression and may act as potential breast cancer genes.
Table 3.
Cluster | DAVID Annotate | Gene | Benjamini | p value |
---|---|---|---|---|
1 | Extracellular matrix, cell adhesion, blood vessel development, EGF-like region, conserved site, cell migration, pathways in cancer | 77 | 1.0E−54 | 5.7E−57 |
2 | Disulfide bond, transmembrane protein, Chemokine signaling pathway, inflammatory. Response, immune response, apoptosis | 62 | 1.3E−14 | 5.9E−17 |
3 | Cell cycle, DNA repair, regulation of cell cycle process, pathways in cancer, apoptosis, immune response | 180 | 8.0E−41 | 2.7E−43 |
Conclusion
In this study, both normal and tumor GGI networks were constructed under the same parameter settings, and multi-level comparisons are conducted. Results show that the tumor GGI network has larger network diameter with longer characteristic path length but a smaller clustering coefficient and much sparse network connections, which are different from those of normal GGI network. The tumor GGI network contains fewer functional modules, and many of them were enriched in known cancer-related pathways. Among the up-regulated genes, BRD7 encodes a protein that interacts with p53 and is required for p53-dependent oncogene-induced senescence, which prevents tumor growth. Among the down-regulated degree gene, KIAA1967, also known as Deleted in Breast Cancer 1 (DBC1), is a candidate tumor suppressor gene involved in breast cancer [53, 54]. Finally, by mapping known breast-related disease genes to the final tumor GGI networks, three clusters were filtered out. Because genes within the same cluster tend to have similarly functions, genes within these clusters may be potential breast cancer genes. These findings allow for a better understanding of tumor mechanisms and may have potential implications for the identification of novel drug targets.
Electronic supplementary material
Below is the link to the electronic supplementary material.
Acknowledgments
This work was supported by grants from The National Natural Science Foundation of China (Nos. 61373051, 61502343 and 61175023), Science and Technology Development Program of Jilin Province (No. 20140204004GX). The Science Research Funds for the Guangxi Universities (No. KY2015ZD122), the Science Research Funds for the Wuzhou University (2014A002).
Contributor Information
Xiangyu Meng, Email: sulingtao@163.com.
Guixia Liu, Email: liugx@jlu.edu.cn.
References
- 1.Osborne C, Wilson P, Tripathy D. Oncogenes and tumor suppressor genes in breast cancer: potential diagnostic and therapeutic applications. Oncologist. 2004;9(4):361–377. doi: 10.1634/theoncologist.9-4-361. [DOI] [PubMed] [Google Scholar]
- 2.Doss CGP, Nagasundaram N, Tanwar H. Predicting the impact of deleterious single point mutations in SMAD gene family using structural bioinformatics approach. Interdiscip Sci Comput Life Sci. 2012;4(2):103–115. doi: 10.1007/s12539-012-0122-0. [DOI] [PubMed] [Google Scholar]
- 3.DeVita VT, Jr, Rosenberg SA. Two hundred years of cancer research. N Engl J Med. 2012;366(23):2207–2214. doi: 10.1056/NEJMra1204479. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 4.Ao P, Galas D, Hood L, Yin L, Zhu XM. Towards predictive stochastic dynamical modeling of cancer genesis and progression. Interdiscip Sci Comput Life Sci. 2010;2(2):140–144. doi: 10.1007/s12539-010-0072-3. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 5.Su MW, Tung KY, Liang PH, Tsai CH, Kuo NW, Lee YL. Gene–gene and gene-environmental interactions of childhood asthma: a multifactor dimension reduction approach. PLoS One. 2012;7(2):e30694. doi: 10.1371/journal.pone.0030694. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 6.Buil Alfonso, Brown Andrew Anand, Lappalainen Tuuli, Viñuela Ana, Davies Matthew N, Zheng Hou-Feng, Richards J Brent, Glass Daniel, Small Kerrin S, Durbin Richard, Spector Timothy D, Dermitzakis Emmanouil T. Gene-gene and gene-environment interactions detected by transcriptome sequence analysis in twins. Nature Genetics. 2014;47(1):88–91. doi: 10.1038/ng.3162. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 7.Cordell HJ (2009) Detecting gene–gene interactions that underlie human diseases. Nat Rev Genet 10 (6):392–404. doi:http://www.nature.com/nrg/journal/v10/n6/suppinfo/nrg2579_S1.html [DOI] [PMC free article] [PubMed]
- 8.Wu J, Zhao X, Lin Z, Shao Z. A system level analysis of gastric cancer across tumor stages with RNA-seq data. Mol BioSyst. 2015;11(7):1925–1932. doi: 10.1039/c5mb00105f. [DOI] [PubMed] [Google Scholar]
- 9.Wang YX, Huang H. Review on statistical methods for gene network reconstruction using expression data. J Theor Biol. 2014;362:53–61. doi: 10.1016/j.jtbi.2014.03.040. [DOI] [PubMed] [Google Scholar]
- 10.West J, Bianconi G, Severini S, Teschendorff AE. Differential network entropy reveals cancer system hallmarks. Sci Rep. 2012;2:802. doi: 10.1038/srep00802. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 11.De Smet R, Marchal K. Advantages and limitations of current network inference methods. Nat Rev Microbiol. 2010;8(10):717–729. doi: 10.1038/nrmicro2419. [DOI] [PubMed] [Google Scholar]
- 12.Kumari S, Nie J, Chen HS, Ma H, Stewart R, Li X, Lu MZ, Taylor WM, Wei H. Evaluation of gene association methods for coexpression network construction and biological knowledge discovery. PLoS One. 2012;7(11):e50411. doi: 10.1371/journal.pone.0050411. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 13.Maetschke SR, Madhamshettiwar PB, Davis MJ, Ragan MA. Supervised, semi-supervised and unsupervised inference of gene regulatory networks. Brief Bioinform. 2014;15(2):195–211. doi: 10.1093/bib/bbt034. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 14.Gavin AC, Bosche M, Krause R, Grandi P, Marzioch M, Bauer A, Schultz J, Rick JM, Michon AM, Cruciat CM, Remor M, Hofert C, Schelder M, Brajenovic M, Ruffner H, Merino A, Klein K, Hudak M, Dickson D, Rudi T, Gnau V, Bauch A, Bastuck S, Huhse B, Leutwein C, Heurtier MA, Copley RR, Edelmann A, Querfurth E, Rybin V, Drewes G, Raida M, Bouwmeester T, Bork P, Seraphin B, Kuster B, Neubauer G, Superti-Furga G. Functional organization of the yeast proteome by systematic analysis of protein complexes. Nature. 2002;415(6868):141–147. doi: 10.1038/415141a. [DOI] [PubMed] [Google Scholar]
- 15.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. doi: 10.1038/35001009. [DOI] [PubMed] [Google Scholar]
- 16.Margolin AA, Nemenman I, Basso K, Wiggins C, Stolovitzky G, Dalla Favera R, Califano A. ARACNE: an algorithm for the reconstruction of gene regulatory networks in a mammalian cellular context. BMC Bioinform. 2006;7(Suppl 1):S7. doi: 10.1186/1471-2105-7-S1-S7. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 17.Kundaje A, Middendorf M, Shah M, Wiggins CH, Freund Y, Leslie C. A classification-based framework for predicting and analyzing gene regulatory response. BMC Bioinform. 2006;7(Suppl 1):S5. doi: 10.1186/1471-2105-7-S1-S5. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 18.Shannon CE. The mathematical theory of communication. 1963. MD Comput Comput Med Pract. 1997;14(4):306–317. [PubMed] [Google Scholar]
- 19.Reshef DN, Reshef YA, Finucane HK, Grossman SR, McVean G, Turnbaugh PJ, Lander ES, Mitzenmacher M, Sabeti PC. Detecting novel associations in large data sets. Science. 2011;334(6062):1518–1524. doi: 10.1126/science.1205438. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 20.de Siqueira Santos S, Takahashi DY, Nakata A, Fujita A. A comparative study of statistical methods used to identify dependencies between gene expression signals. Brief Bioinform. 2014;15(6):906–918. doi: 10.1093/bib/bbt051. [DOI] [PubMed] [Google Scholar]
- 21.Cerami E. G., Gross B. E., Demir E., Rodchenkov I., Babur O., Anwar N., Schultz N., Bader G. D., Sander C. Pathway Commons, a web resource for biological pathway data. Nucleic Acids Research. 2010;39(Database):D685–D690. doi: 10.1093/nar/gkq1039. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 22.Schramm G, Kannabiran N, Konig R. Regulation patterns in signaling networks of cancer. BMC Syst Biol. 2010;4:162. doi: 10.1186/1752-0509-4-162. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 23.Tuck DP, Kluger HM, Kluger Y. Characterizing disease states from topological properties of transcriptional regulatory networks. BMC Bioinform. 2006;7:236. doi: 10.1186/1471-2105-7-236. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 24.Platzer A, Perco P, Lukas A, Mayer B. Characterization of protein-interaction networks in tumors. BMC Bioinform. 2007;8:224. doi: 10.1186/1471-2105-8-224. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 25.Hudson NJ, Reverter A, Dalrymple BP. A differential wiring analysis of expression data correctly identifies the gene containing the causal mutation. PLoS Comput Biol. 2009;5(5):e1000382. doi: 10.1371/journal.pcbi.1000382. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 26.Komurov Kakajan, White Michael A., Ram Prahlad T. Use of Data-Biased Random Walks on Graphs for the Retrieval of Context-Specific Networks from Genomic Data. PLoS Computational Biology. 2010;6(8):e1000889. doi: 10.1371/journal.pcbi.1000889. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 27.Nibbe RK, Koyuturk M, Chance MR. An integrative-omics approach to identify functional sub-networks in human colorectal cancer. PLoS Comput Biol. 2010;6(1):e1000639. doi: 10.1371/journal.pcbi.1000639. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 28.Altaf-Ul-Amin M, Katsuragi T, Sato T, Ono N, Kanaya S. An unsupervised approach to predict functional relations between genes based on expression data. BioMed research international. 2014;2014:154594. doi: 10.1155/2014/154594. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 29.Goodarzi H, Elemento O, Tavazoie S. Revealing global regulatory perturbations across human cancers. Mol Cell. 2009;36(5):900–911. doi: 10.1016/j.molcel.2009.11.016. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 30.Forbes S. A., Bindal N., Bamford S., Cole C., Kok C. Y., Beare D., Jia M., Shepherd R., Leung K., Menzies A., Teague J. W., Campbell P. J., Stratton M. R., Futreal P. A. COSMIC: mining complete cancer genomes in the Catalogue of Somatic Mutations in Cancer. Nucleic Acids Research. 2010;39(Database):D945–D950. doi: 10.1093/nar/gkq929. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 31.Srihari S, Leong HW. A survey of computational methods for protein complex prediction from protein interaction networks. J Bioinform Comput Biol. 2013;11(2):1230002. doi: 10.1142/S021972001230002X. [DOI] [PubMed] [Google Scholar]
- 32.Liu C, Li J, Zhao Y. Exploring hierarchical and overlapping modular structure in the yeast protein interaction network. BMC Genom. 2010;11(Suppl 4):S17. doi: 10.1186/1471-2164-11-S4-S17. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 33.Bader GD, Hogue CW. An automated method for finding molecular complexes in large protein interaction networks. BMC Bioinform. 2003;4:2. doi: 10.1186/1471-2105-4-2. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 34.Adamcsek B, Palla G, Farkas IJ, Derenyi I, Vicsek T. CFinder: locating cliques and overlapping modules in biological networks. Bioinformatics. 2006;22(8):1021–1023. doi: 10.1093/bioinformatics/btl039. [DOI] [PubMed] [Google Scholar]
- 35.Rhrissorrakrai K, Gunsalus KC. MINE: module identification in networks. BMC Bioinform. 2011;12:192. doi: 10.1186/1471-2105-12-192. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 36.Zhou Y, Liu Y, Li K, Zhang R, Qiu F, Zhao N, Xu Y. ICan: an integrated co-alteration network to identify ovarian cancer-related genes. PLoS One. 2015;10(3):e0116095. doi: 10.1371/journal.pone.0116095. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 37.Shannon P, Markiel A, Ozier O, Baliga NS, Wang JT, Ramage D, Amin N, Schwikowski B, Ideker T. Cytoscape: a software environment for integrated models of biomolecular interaction networks. Genome Res. 2003;13(11):2498–2504. doi: 10.1101/gr.1239303. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 38.Foroushani AB, Brinkman FS, Lynn DJ. Pathway-GPS and SIGORA: identifying relevant pathways based on the over-representation of their gene-pair signatures. PeerJ. 2013;1:e229. doi: 10.7717/peerj.229. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 39.Shiovitz S, Korde LA. Genetics of breast cancer: a topic in evolution. Ann Oncol Off J Eur Soc Med Oncol/ESMO. 2015 doi: 10.1093/annonc/mdv022. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 40.Glass K, Quackenbush J, Spentzos D, Haibe-Kains B, Yuan GC. A network model for angiogenesis in ovarian cancer. BMC Bioinform. 2015;16:115. doi: 10.1186/s12859-015-0551-y. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 41.Glass Kimberly, Huttenhower Curtis, Quackenbush John, Yuan Guo-Cheng. Passing Messages between Biological Networks to Refine Predicted Interactions. PLoS ONE. 2013;8(5):e64832. doi: 10.1371/journal.pone.0064832. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 42.Meyer Patrick E., Kontos Kevin, Lafitte Frederic, Bontempi Gianluca. Information-Theoretic Inference of Large Transcriptional Regulatory Networks. EURASIP Journal on Bioinformatics and Systems Biology. 2007;2007:1–9. doi: 10.1155/2007/79879. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 43.Faith JJ, Hayete B, Thaden JT, Mogno I, Wierzbowski J, Cottarel G, Kasif S, Collins JJ, Gardner TS. Large-scale mapping and validation of Escherichia coli transcriptional regulation from a compendium of expression profiles. PLoS Biol. 2007;5(1):e8. doi: 10.1371/journal.pbio.0050008. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 44.Meyer PE, Lafitte F, Bontempi G. Minet: a R/Bioconductor package for inferring large transcriptional networks using mutual information. BMC Bioinform. 2008;9:461. doi: 10.1186/1471-2105-9-461. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 45.Wood LD, Parsons DW, Jones S, Lin J, Sjoblom T, Leary RJ, Shen D, Boca SM, Barber T, Ptak J, Silliman N, Szabo S, Dezso Z, Ustyanksky V, Nikolskaya T, Nikolsky Y, Karchin R, Wilson PA, Kaminker JS, Zhang Z, Croshaw R, Willis J, Dawson D, Shipitsin M, Willson JK, Sukumar S, Polyak K, Park BH, Pethiyagoda CL, Pant PV, Ballinger DG, Sparks AB, Hartigan J, Smith DR, Suh E, Papadopoulos N, Buckhaults P, Markowitz SD, Parmigiani G, Kinzler KW, Velculescu VE, Vogelstein B. The genomic landscapes of human breast and colorectal cancers. Science. 2007;318(5853):1108–1113. doi: 10.1126/science.1145720. [DOI] [PubMed] [Google Scholar]
- 46.Zhang C, Cao S, Toole BP, Xu Y. Cancer may be a pathway to cell survival under persistent hypoxia and elevated ROS: a model for solid-cancer initiation and early development. Int J Cancer J International du Cancer. 2015;136(9):2001–2011. doi: 10.1002/ijc.28975. [DOI] [PubMed] [Google Scholar]
- 47.da Huang W, Sherman BT, Lempicki RA. Systematic and integrative analysis of large gene lists using DAVID bioinformatics resources. Nat Protoc. 2009;4(1):44–57. doi: 10.1038/nprot.2008.211. [DOI] [PubMed] [Google Scholar]
- 48.Saito R, Smoot ME, Ono K, Ruscheinski J, Wang PL, Lotia S, Pico AR, Bader GD, Ideker T. A travel guide to Cytoscape plugins. Nat Methods. 2012;9(11):1069–1076. doi: 10.1038/nmeth.2212. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 49.Smoot M. E., Ono K., Ruscheinski J., Wang P.-L., Ideker T. Cytoscape 2.8: new features for data integration and network visualization. Bioinformatics. 2010;27(3):431–432. doi: 10.1093/bioinformatics/btq675. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 50.Jiang P, Singh M. SPICi: a fast clustering algorithm for large biological networks. Bioinformatics. 2010;26(8):1105–1111. doi: 10.1093/bioinformatics/btq078. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 51.Su L, Liu G, Wang H, Tian Y, Zhou Z, Han L, Yan L. GECluster: a novel protein complex prediction method. Biotechnol Biotechnol Equip. 2014;28(4):753–761. doi: 10.1080/13102818.2014.946700. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 52.da Huang W, Sherman BT, Lempicki RA. Bioinformatics enrichment tools: paths toward the comprehensive functional analysis of large gene lists. Nucleic Acids Res. 2009;37(1):1–13. doi: 10.1093/nar/gkn923. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 53.Hamaguchi M, Meth JL, von Klitzing C, Wei W, Esposito D, Rodgers L, Walsh T, Welcsh P, King MC, Wigler MH. DBC2, a candidate for a tumor suppressor gene involved in breast cancer. Proc Natl Acad Sci USA. 2002;99(21):13647–13652. doi: 10.1073/pnas.212516099. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 54.Kim JE, Chen JJ, Lou ZK. DBC1 is a negative regulator of SIRT1. Nature. 2008;451(7178):510–583. doi: 10.1038/Nature06500. [DOI] [PubMed] [Google Scholar]
Associated Data
This section collects any data citations, data availability statements, or supplementary materials included in this article.