Skip to main content

Identification of genomic functional hotspots with copy number alteration in liver cancer

Abstract

Copy number alterations (CNAs) can be observed in most of cancer patients. Several oncogenes and tumor suppressor genes with CNAs have been identified in different kinds of tumor. However, the systematic survey of CNA-affected functions is still lack. By employing systems biology approaches, instead of examining individual genes, we directly identified the functional hotspots on human genome. A total of 838 hotspots on human genome with 540 enriched Gene Ontology functions were identified. Seventy-six aCGH array data of hepatocellular carcinoma (HCC) tumors were employed in this study. A total of 150 regions which putatively affected by CNAs and the encoded functions were identified. Our results indicate that two immune related hotspots had copy number alterations in most of patients. In addition, our data implied that these immune-related regions might be involved in HCC oncogenesis. Also, we identified 39 hotspots of which copy number status were associated with patient survival. Our data implied that copy number alterations of the regions may contribute in the dysregulation of the encoded functions. These results further demonstrated that our method enables researchers to survey biological functions of CNAs and to construct regulation hypothesis at pathway and functional levels.

Introduction

Chromosomal instability is one of the characteristics in cancer [1] and results in the numerical and structural alterations of DNA copy number variations (CNAs). Recently, some literatures have reported the association of CNAs and patient survival in different tumors [2–4]. Several important oncogenes or tumor suppressors were also showed with high frequency of gain or loss status in different cancers. For example, the copy number amplification of gene Her2, which is the addicted oncogene in the HER2+ subtype of breast cancer, was highly correlated with the gene overexpression [5]. However, in addition to focal amplification, most tumors display multiple and broad ranges of copy number change, where large number of genes are involved in and potentially to be induced or suppressed due to copy number amplifications or deletions. Some in vitro studies were performed to survey the affected functions of CNAs [6–8]. For example, Nicole et al. utilized the shRNA library to identify the GO and STOP genes which positively and negatively regulate proliferation to evaluate the effect of gene deletions [7], respectively. They also proposed a model called 'Cancer Gene Island’, which encompasses high density of genes with the same function within a genomic region [7]. However, the in vitro studies were labor intensive if not cost prohibitive. Moreover, it is hard to perform a systematic analysis based on these approaches, thus, leaving the gene island model and their functions unexplored.

In conventional gene expression data analysis, several bioinformatics methods based on the concept of 'gene set enrichment analysis’ (GSEA) have been successfully utilized to explore the underlying molecular pathways and Gene Ontology functions [9–12]. The GSEA method assesses the number of overlap genes between two gene sets: the differentially expressed genes of a certain functional annotation and genes from the entire genome with the same annotation, to estimate the probability of the overlapping through the statistical test. The procedure provides a high throughput and systematic analysis to explore the putative activated pathways or functions.

Hepatocellular carcinoma (HCC) is one of the malignant cancers and the third leading cause of cancer death worldwide [13]. Major etiologies associated with HCC are hepatitis B virus (HBV) and hepatitis C virus (HCV) infection [14]. Previous studies have been reported in which comparative genomic hybridization by microarray (aCGH) was utilized to examine CNAs in HCC. Several regions with frequent copy number gain and loss were identified. The CNA-associated oncogenes and tumor suppressors, such as MYC, JAG1, TP53, and RB1, were also found [15–18]. The association between survival and CNAs has been investigated, and ten associated genes were reported [19]. However, the biological functions altered by CNAs remain unknown and thus need to be dissected.

According to the concept of Cancer Gene Island, here, we propose an algorithm to identify the spatial functional hotspots (SFHs) in human genome based on the enrichment analysis. The human genome is divided firstly into segments along the genomic sequence coordinate. Then, the tests of enrichment between the segments and whole genome functional categories are performed. Finally, a method which identifies the optimal regions of enriched functions between the segments was applied to examine putative SFHs. To demonstrate the ability of our method, we applied the method to an aCGH data set of HCC. The result showed several immune-related SFHs which showed gain and loss in HCC samples. Also, survival-associated SFHs were identified. The result also indicated that our system could serve as a useful method to understand the CNAs-affected functions.

Methods

To identify the SFHs in human genome, we proposed a novel enrichment analysis that compares the genes contained within a genomic segment with all genes belonging to the same function categories associated to the genes within the segment under consideration based on the concept of gene set enrichment. As shown in Figure 1A, two matrixes, B and P, were constructed first. The indicator matrix B contains information whether or not a gene belongs to a genomic region (spatial segment) determined by a sliding window along the genomic position of all chromosomes or B = (b k,i ) K xM, where M is the number of genes and K is the number of genome segments pre-determined and where b k,i = 1 when i th gene is in the k th segment, otherwise 0. The matrix P = {p i,l }M xL is also an indicator matrix of functional gene sets, where L is the number of functional gene sets and p i,l = 1 when i th gene is in the l th GO (Gene Ontology) function, otherwise 0. The enrichment is defined as scoring function C of the two matrixes B and P.

ES = C B , P
(1)
Figure 1
figure 1

Schematic diagram illustrating the enrichment analysis of spatial functional hotspots in human genome. (A) The indicator matrix B was generated by sliding the detection window along the genome. It contains the information of genes located in each segment. The matrix P records the gene sets of Gene Ontology. (B) By comparing the two matrices assessed with Fisher's exact test, the p values of gene sets in each segment were generated. The enriched functions of each segment were then identified if passed the selection criteria. (C) The nearby segments with the same enriched function were merged to a detection window. The enrichment analysis between the function and the subset of genes in the windows were performed. The subset was constructed by excluding gene by gene along the left side or right side of the genome coordinate. The position with the smallest p value of left side and right side excluding subset was defined as the boundaries of the optimal region of the functional hotspot.

Here, we use Fisher's exact test as the score function C(B, P) (Figure 1B). Let x k = ∑ i = 1 M b k , i is the number of genes in the k th segment, y l = ∑ i = 1 M p i , l is the number of total genes in gene set l, and z k , l = ∑ i = 1 M b k , i p i , l is the number of overlapped genes between the k th segment and gene set l. The p value of Fisher's exact test between the genome segment and the gene set can be calculated by

P x > z k , l = ∑ h = z k , l ∞ x k h M - x k y l - h M y l
(2)

Based on the p values, we can determine if the function l was enriched at the genome segment k. Then, we merge and extend the enriched segments to a merged window to include all genes involved in the function l if the segments were located nearby and have position overlapping. As shown in Figure 1C, assuming q th to (q + R)th segments have enrichment for the function l, the genes involved in the merged windows can be expressed as vector d:

d i = 1 , if s i > 1 0 , else ,
(3)

where s i = ∑ t = q q + R b t , i . Assuming there are G genes (from e th to (e + G)th) located in the q th to (q + R)th enriched window, we defined the subsets of the G genes which exclude out genes gradually from left or right side according to the genome coordinate. Two parameters, pL and pR, which perform enrichment analysis (Fisher's exact test) between the subsets with the gene set of function l were introduced (Figure 1C). pL and pR are defined as:

p R g = C d e + g , … , d e + G , p l
(4)
p L g = C d e , … , d e + g , p l ,
(5)

where g = 1,…,G and C(.) is the enriched score function. Then, the optimal enriched region o of function l can be defined as:

o = argmin pR , … , argmin pL .
(6)

If the p value of the region o passed the selection threshold, o was defined as the SFHs of function l.

Gene sets of genome segments and biological functions

To define the genome segments, the detection window size was set as one million base pairs (Mbp) after the testing of three different conditions (Additional file 1: Figure S1). The sliding distance was set at 0.25 Mbp. The genomic position of each gene was obtained from Ensembl (version Homo Sapiens 65) [20], or equivalent to NCBI human genome GRCh37. Therefore, a total of 12,098 segments were defined. To construct the functional gene sets, we downloaded all records of Gene Ontology from the BioMart website of Ensembl 65 (http://useast.ensembl.org/info/data/biomart.html) [20]. A total of 7,654 GO terms were downloaded. After excluding the gene sets containing fewer than 15 genes, 1,091, 404, and 275 gene sets associated to biological process (BP), molecular function (MF), and cellular component (CC) terms were utilized in this study, respectively.

aCGH arrays of hepatocellular carcinoma

To identify the functional effect of CNAs in HCC, the aCGH array data set, GSE14322, was downloaded from GEO/NCBI website. The data set contains 76 HCC samples. The determination of CNAs was through the NEXUS software (BioDiscovery, San Diego, CA, USA). The CBS segmentation algorithm was performed to identify the segments of CNAs [21] using the thresholds of log2 values of fold change larger or smaller than ±0.2.

Results

Identification of spatial functional hotspots

By using adjusted p values of Fisher's exact test < 0.05 after Bonferroni adjustment as the criteria, a total of 540 GO gene sets showed the functional enrichment in 838 SFHs. There are 443, 269, and 126 of SFHs belonging to BP, MF, and CC terms, respectively. On average, each chromosome contains 57 SFHs. Chromosome 1 has the largest number (147) of SFHs, and chromosome Y has no SFH (Figure 2A). The averaged SFH density is 0.43 SFHs per million base pairs (Mbp). Chromosome 6 has the highest SFH density (0.48 SFHs/Mbp) (Figure 2B). For the 838 SFHs, the average length of SFHs was 0.56 Mbp (Figure 2C) and the averaged 11.5 genes are in a SFH (Figure 2D). The SFH of 'sugar binding’ enrichment, which is located in the 7.88 to 10.6 Mbp region at chromosome 12, has the longest region length. The SFH of 'immune response’ enrichment (31.2 to 33 Mbp at chromosome 6), which contains 93 genes, has the largest number of genes. The region located in 29.7 to 31.5 Mbp at chromosome 6 contained the most number of enriched gene sets (16) (Figure 2E and Additional file 1: Table S1). The region includes lots of SFHs which have enrichment of immune-related gene sets, such like MHC class I protein complex, type I interferon-mediated signaling pathway, and immune response. Our finding indicated that the two regions are important for cell immunity.

Figure 2
figure 2

The summary of the spatial functional hotspots. (A) The histogram of the length of the SFHs. (B) The histogram of the gene numbers in the SFHs. (C) The SFH number in each chromosome. (D) The SFH density (numbers of SFHs per million base pair) in each chromosome. (E) The most significant p value and (F) the number of SFHs in the position of human genome. In (E) and (F), the chromosomes were separated by red broken lines.

The smallest p values of the enriched gene sets in the genomic positions were showed in Figure 2F. There are nine SFHs which have adjusted p value smaller than 1 × 10-20. The 'intermediate filament’ gene set has the most significant adjusted p value (7.4 × 10-50) of the enrichment in the SFH of 38.8 to 39.4 Mbp region at chromosome 17. Twenty-nine out of 57 genes in the 'intermediate filament’ gene set are located at the hotspots. All of them belong to the keratin family genes, which are components of the cytoskeleton of epithelial cells. The top 20 SFHs were showed in Figure 3. Another SFH which is located at 52.6 to 53.3 Mbp region at chromosome 12 also showed the enrichment of intermediate filament. Other 12 keratin genes were contained. The SFH located at 31.2 to 33 Mbp regions of chromosome 6, which code 16 human leukocyte antigen (HLA) genes, enriched the immune response gene set. In summary, our result indicates that there are several functional hotspots within human genome related to the immune function.

Figure 3
figure 3

The top 20 enriched function in human genome. The top 20 significant SFHs, which contain 18 functions, were showed in the figure. The function of 'intermediate filament’ was enriched at both chromosomes 12 and 17. The 'response to stimulus’ function was enriched at chromosomes 7 and 14.

The affected function of copy number variation in liver cancer

To evaluate the effect function of CNAs in liver cancer, the dataset GSE14322, which contains 76 aCGH arrays of HCC samples, was downloaded and analyzed. The percentage of CNA status of each SFH was calculated. There are 61 and 89 SFHs that contained copy number gain and loss in more than 30% patients (25). The result was showed in Table S2 in Additional file 1, and the top ten SFHs were listed in Table 1. One immune-related gene set had the gain status in most of the samples (innate immune response), and one had loss status (response to virus), since the major etiologies of HCC are the infection of HBV and HCV. We hypothesize that those immune-related SFHs that harbor CNAs may play a role in the HCC carcinogenesis.

Table 1 Top ten gain/loss spatial functional hotspots (SFHs) of HCC with enriched functions

We also analyzed the association between disease-free survival and the CNAs of the SFHs through log rank test. Using p < 0.01 as the threshold, a total of 20 and 19 SFHs of which gain and loss status were identified with survival association, respectively (see Table 2). The copy number gain status in the SFH which located at 41.1 to 41.9 Mbp at chromosome 19 had the smallest p value of the survival testing. The SFH had the enrichment of 'oxygen binding’. As shown in Figure 4A, the patients with copy number gain in the SFH had reduced survival comparing with neutral status. Interestingly, all the SFHs with survival-associated gain status were all located at chromosome 19 and ranged from 33.7 M to 59 Mbp. Four immune-related functions, defense response, regulation of immune response, antigen binding, and immune response, were enriched in the region. The finding indicated that the immune functional island located at the region is sensitive to patient survival. The SFH located at 11.8 to 12.2 Mbp at chromosome 8, which has enrichment of 'defense response to bacterium’, has the smallest p value of copy number loss status (Figure 4B). For SFHs with survival-associated loss status, 12 of them were located at 55 to 76.9 Mbp region at chromosome 4, and 7 of them were located at 11.1 to 38.3 Mbp at chromosome 8.

Table 2 The SFHs of which copy number status were associated with patient survival
Figure 4
figure 4

Patient survival correlated to copy number status of tumor. (A) Kaplan-Meier plots of patient disease-free survival were separated by the status of copy number in the SFH located at 41.1 to 41.9 Mbp at chromosome 19. The SFH has enrichment of 'oxygen binding’. Samples were assigned to two groups, copy number gain (red line) and neutral (blue line). The p values was statistically significant (<0.01). (B) Kaplan-Meier plots of the copy number status in SFH at 11.8 to 12.2 Mbp at chromosome 8. Samples were assigned to two groups, copy number loss (green line) and neutral (blue line). The SFH had enrichment of 'defense response to bacterium’. The p value of test was also significant.

Discussion

We introduced a system biology method, motivated by Cancer Gene Island, to identify the spatial functional hotspots in human genome. A statistical assay was presented to estimate the enrichment within genome regions to functional gene sets. By applying the terms of Gene Ontology into our method, the result provided the details of the function encoded in human genome. We set the two parameters of the algorithm, the length of window size and shift distance, as 1 and 0.25 Mbp, respectively. Although the setting of the parameters will affect the p value of enrichment testing for each segment, our algorithm performed an optimal procedure which merge the continual enriched segments and find the region with maximum p values by removing the gene one by one from both sides. Different settings of window size will not affect the results of final optimal regions. However, the detection of continual functional enriched segments could be missed under the condition of small window size because the windows contained no and less genes. To find out the workable parameters, we tested three conditions of window sizes, 0.5, 1, and 1.5 Mbp and found out that the condition of 0.5 Mbp contains large numbers of segments of which the gene number is less than three. The parameters of 1 and 1.5 Mbp contain fewer segments with low numbers of genes. Through the testing, we set the window size as 1 Mbp to analyze the human genome.

We applied the method in HCC data set to estimate the effect of hotspots in the genome. Using the data set GSE14322 as an example, a total of 150 SFHs have been identified with copy number alterations in most of the HCC patients, and the novelty of our analysis is to identify the functional hotspots in human genome. The region we identified is located with high density of genes that share the same biological function, and as we demonstrated in the HCC dataset, these functions may also be sensitive to CNAs. Two immune-related functional regions were identified with gain or loss in most of patients in the HCC dataset. The major carcinogenesis of HCC is the chronic and acute inflammation under HBV or HCV infection; thus, we hypothesize that these two regions we identified may also play a role in HCC oncogenesis.

We also identified 39 SFHs of which the copy number status was associated with patient survival. The result indicates that the copy number alterations in these regions may affect the function of tumor progression and then reflect on patient survival. For example, the patients who have copy number loss in the SFH which was enriched in inflammatory response have shorter survival. The chronic and acute inflammations induced by HBV and HCV infection have been proved to play an important role in HCC tumorgenesis [22, 23]. Our data implied that copy number alterations may contribute in the inflammatory response. Also, other enriched functions in survival-related SFHs have been reported, such as regulation of immune response, cell growth, apoptosis, and caspase activator activity. The SFHs and enriched function we identified provided the clues of the association between CNAs and the regulations of the enriched functions. We expected that the SFHs we identified will provide further insight of affected functions of CNAs to uncover the mechanism of cancer.

Conclusions

In this paper, we systematically surveyed human genome and identified 838 functional hotspots based on Gene Ontology classification. To substantiate our findings, 76 HCC tumors and their DNA copy number gain/loss statuses were examined closely. Among the 838 hotspots, a total of 150 regions affected by CNAs, and the encoded enriched functions were identified. Our results indicate that two immune-related hotspots had copy number alterations in most of the patients and might be involved in HCC oncogenesis. In addition, 39 survival-related hotspots were identified. Taken together, our results demonstrated that the method presented in the paper is a powerful tool to survey biological functions of CNAs and to construct regulation hypothesis at pathway and functional levels.

References

  1. Carter SL, Eklund AC, Kohane IS, Harris LN, Szallasi Z: A signature of chromosomal instability inferred from gene expression profiles predicts clinical outcome in multiple human cancers. Nat. Genet. 2006, 38: 1043-1048. 10.1038/ng1861

    Article  Google Scholar 

  2. Russnes HG, Vollan HK, Lingjaerde OC, Krasnitz A, Lundin P, Naume B, Sørlie T, Borgen E, Rye IH, Langerød A, Chin SF, Teschendorff AE, Stephens PJ, Månér S, Schlichting E, Baumbusch LO, Kåresen R, Stratton MP, Wigler M, Caldas C, Zetterberg A, Hicks J, Børresen-Dale AL: Genomic architecture characterizes tumor progression paths and fate in breast cancer patients. Sci. Transl. Med 2010, 2: 38ra47. 10.1126/scitranslmed.3000611

    Google Scholar 

  3. Micke P, Edlund K, Holmberg L, Kultima HG, Mansouri L, Ekman S, Bergqvist M, Scheibenflug L, Lamberg K, Myrdal G, Berglund A, Andersson A, Lambe M, Nyberg F, Thomas A, Isaksson A, Botling J: Gene copy number aberrations are associated with survival in histologic subgroups of non-small cell lung cancer. J. Thorac. Oncol. 2011, 6: 1833-1840. 10.1097/JTO.0b013e3182295917

    Article  Google Scholar 

  4. Kurashina K, Yamashita Y, Ueno T, Koinuma K, Ohashi J, Horie H, Miyakura Y, Hamada T, Haruta H, Hatanaka H, Soda M, Choi YL, Takada S, Yasuda Y, Nagai H, Mano H: Chromosome copy number analysis in screening for prognosis-related genomic regions in colorectal carcinoma. Cancer Sci. 2008, 99: 1835-1840. 10.1111/j.1349-7006.2008.00881.x

    Article  Google Scholar 

  5. Tan M, Yu D: Molecular mechanisms of erbB2-mediated breast cancer chemoresistance. Adv. Exp. Med. Biol. 2007, 608: 119-129. 10.1007/978-0-387-74039-3_9

    Article  Google Scholar 

  6. Lucas JE, Kung HN, Chi JT: Latent factor analysis to discover pathway-associated putative segmental aneuploidies in human cancers. PLoS Comput. Biol.. 2010, 6: e1000920.

    Google Scholar 

  7. Solimini NL, Xu Q, Mermel CH, Liang AC, Schlabach MR, Luo J, Burrows AE, Anselmo AN, Bredemeyer AL, Li MZ, Beroukhim R, Meyerson M, Elledge SJ: Recurrent hemizygous deletions in cancers may optimize proliferative potential. Science 2012, 337: 104-109. 10.1126/science.1219580

    Article  Google Scholar 

  8. Tang X, Lucas JE, Chen JL, LaMonte G, Wu J, Wang MC, Koumenis C, Chi JT: Functional interaction between responses to lactic acidosis and hypoxia regulates genomic transcriptional outputs. Cancer Res. 2012, 72: 491-502. 10.1158/0008-5472.CAN-11-2076

    Article  Google Scholar 

  9. 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-13. 10.1093/nar/gkn923

    Article  Google Scholar 

  10. Tomlins SA, Mehra R, Rhodes DR, Cao X, Wang L, Dhanasekaran SM, Kalyana-Sundaram S, Wei JT, Rubin MA, Pienta KJ, Shah RB, Chinnaiyan AM: Integrative molecular concept modeling of prostate cancer progression. Nat. Genet. 2007, 39: 41-51. 10.1038/ng1935

    Article  Google Scholar 

  11. Zheng Q, Wang XJ: GOEAST: a web-based software toolkit for Gene Ontology enrichment analysis. Nucleic Acids Res 2008, 36: W358-W363. 10.1093/nar/gkn276

    Article  Google Scholar 

  12. da Huang W, Sherman BT, Lempicki RA: Systematic and integrative analysis of large gene lists using DAVID bioinformatics resources. Nat. Protoc. 2009, 4: 44-57.

    Article  Google Scholar 

  13. Parkin DM, Bray F, Ferlay J, Pisani P: Global cancer statistics, 2002. CA. Cancer. J. Clin. 2005, 55: 74-108. 10.3322/canjclin.55.2.74

    Article  Google Scholar 

  14. Farazi PA, DePinho RA: Hepatocellular carcinoma pathogenesis: from genes to environment. Nat. Rev. Cancer 2006, 6: 674-687. 10.1038/nrc1934

    Article  Google Scholar 

  15. Schlaeger C, Longerich T, Schiller C, Bewerunge P, Mehrabi A, Toedt G, Kleeff J, Ehemann V, Eils R, Lichter P, Schirmacher P, Radlwimmer B: Etiology-dependent molecular mechanisms in human hepatocarcinogenesis. Hepatology Feb 2008, 47: 511-520.

    Article  Google Scholar 

  16. Patil MA, Gutgemann I, Zhang J, Ho C, Cheung ST, Ginzinger D, Li R, Dykema KJ, So S, Fan ST, Kakar S, Furge KA, Buttner R, Chen X: Array-based comparative genomic hybridization reveals recurrent chromosomal aberrations and Jab1 as a potential target for 8q gain in hepatocellular carcinoma. Carcinogenesis 2005, 26: 2050-2057. 10.1093/carcin/bgi178

    Article  Google Scholar 

  17. Zender L, Spector MS, Xue W, Flemming P, Cordon-Cardo C, Silke J, Fan ST, Luk JM, Wigler M, Hannon GJ, Mu D, Lucito R, Powers S, Lowe SW: Identification and validation of oncogenes in liver cancer using an integrative oncogenomic approach. Cell 2006, 125: 1253-1267. 10.1016/j.cell.2006.05.030

    Article  Google Scholar 

  18. Zender L, Xue W, Zuber J, Semighini CP, Krasnitz A, Ma B, Zender P, Kubicka S, Luk JM, Schirmacher P, McCombie WR, Wigler M, Hicks J, Hannon GJ, Powers S, Lowe SW: An oncogenomics-based in vivo RNAi screen identifies tumor suppressors in liver cancer. Cell 2008, 135: 852-864. 10.1016/j.cell.2008.09.061

    Article  Google Scholar 

  19. Roessler S, Long EL, Budhu A, Chen Y, Zhao X, Ji J, Walker R, Jia HL, Ye QH, Qin LX, Tang ZY, He P, Hunter KW, Thorgeirsson SS, Meltzer PS, Wang XW: Integrative genomic identification of genes on 8p associated with hepatocellular carcinoma progression and patient survival. Gastroenterology 2012, 142: 957-966. 10.1053/j.gastro.2011.12.039

    Article  Google Scholar 

  20. Flicek P, Amode MR, Barrell D, Beal K, Brent S, Carvalho-Silva D, Clapham P, Coates G, Fairley S, Fitzgerald S, Gil L, Gordon L, Hendrix M, Hourlier T, Johnson N, Kähäri AK, Keefe D, Keenan S, Kinsella R, Komorowska M, Koscielny G, Kulesha E, Larsson P, Longden I, McLaren W, Muffato M, Overduin B, Pignatelli M, Pritchard B, Riat HS: Ensembl 2012. Nucleic Acid Res 2012, 40: D84-D90. 10.1093/nar/gkr991

    Article  Google Scholar 

  21. Olshen AB, Venkatraman ES, Lucito R, Wigler M: Circular binary segmentation for the analysis of array-based DNA copy number data. Biostatistics 2004, 5: 557-572. 10.1093/biostatistics/kxh008

    Article  MATH  Google Scholar 

  22. Levrero M: Viral hepatitis and liver cancer: the case of hepatitis C. Oncogene 2006, 25: 3834-3847. 10.1038/sj.onc.1209562

    Article  Google Scholar 

  23. Kremsdorf D, Soussan P, Paterlini-Brechot P, Brechot C: Hepatitis B virus-related hepatocellular carcinoma: paradigms for viral-related human carcinogenesis. Oncogene 2006, 25: 3823-3833. 10.1038/sj.onc.1209559

    Article  Google Scholar 

Download references

Acknowledgements

This work was supported by the NIH/NCI Cancer Center grant (P30 CA054174-17), NSF grant (NSF CCF-1246073), and Qatar National Research Foundation (NPRP09 -874-3-235). TH is supported by NIH/NCI grant (U54 CA113001) and the Greehey Children Cancer Research Institute (GCCRI) Intramural Research fund. SR and XWW were supported by grants (Z01-BC 010313) from the Intramural Research Program of the Center for Cancer Research, the National Cancer Institute. The funders had no role in the study design, data collection and analysis, decision to publish, or preparation of the manuscript.

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Yidong Chen.

Additional information

Competing interests

All authors declare that they have no competing interests.

Electronic supplementary material

13637_2013_139_MOESM1_ESM.docx

Additional file 1:Supplemental materials. This file contains tables and a figure showing the enriched functions, spatial functional hotspots, and histogram of the gene numbers. (DOCX 90 KB)

Authors’ original submitted files for images

Rights and permissions

Open Access This article is distributed under the terms of the Creative Commons Attribution 2.0 International 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

Hsiao, TH., Chen, HI.H., Roessler, S. et al. Identification of genomic functional hotspots with copy number alteration in liver cancer. J Bioinform Sys Biology 2013, 14 (2013). https://doi.org/10.1186/1687-4153-2013-14

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/1687-4153-2013-14

Keywords