About¶
What is the Cancer Predisposition Sequencing Reporter (CPSR)?¶
The Cancer Predisposition Sequencing Reporter (CPSR) is a computational workflow that interprets germline variants identified from next-generation sequencing in the context of cancer predisposition. The workflow is integrated with the framework that underlies the Personal Cancer Genome Reporter (PCGR), utilizing the Docker environment for encapsulation of code and software dependencies. While PCGR is intended for reporting and analysis of somatic variants detected in a tumor, CPSR is intended for reporting and ranking of germline variants in protein-coding genes that are implicated in cancer predisposition and inherited cancer syndromes.
CPSR accepts a query file with raw germline variant calls encoded in the VCF format (i.e. analyzing SNVs/InDels). Furthermore, through the use several different virtual cancer predisposition gene panels harvested from the Genomics England PanelApp, the user can flexibly put a restriction on which genes and findings are displayed in the cancer predisposition report.
Snapshots of sections in the cancer predisposition genome report:

CPSR views
The software performs extensive variant annotation on the selected geneset and produces an interactive HTML report, in which the user can investigate:
- ClinVar variants - pre-classified variants according to a five-level tier scheme in ClinVar (Pathogenic to Benign)
- Non-ClinVar variants - classified by CPSR through ACMG criteria (variant frequency levels and functional effects) into to a five-level tier scheme (Pathogenic to Benign)
- Biomarkers - cancer predisposition variants with reported implications for prognosis, diagnosis or therapeutic regimens
- Secondary findings (optional) - pathogenic ClinVar variants in the ACMG recommended list for reporting of secondary findings
- GWAS hits (optional) - variants overlapping with previously identified hits in genome-wide association studies (GWAS) of cancer phenotypes (i.e. low to moderate risk conferring alleles), using NHGRI-EBI Catalog of published genome-wide association studies as the underlying source.
The variant sets can be interactively explored and filtered further through different types of filters (phenotypes, genes, variant consequences, population MAF etc.). Importantly, the unclassified non-ClinVar variants are assigned a pathogenicity level based on the aggregation of scores according to previously established ACMG criteria. The ACMG criteria includes cancer-specific criteria, as outlined and specified in several previous studies (Huang et al., Cell, 2018; Nykamp et al., Genet Med., 2017; Maxwell et al., Am J Hum Genet., 2016; Amendola et al., Am J Hum Genet., 2016). See also Related work
Virtual cancer predisposition panels - targets for reporting¶
The cancer predisposition report can show variants found in a number of well-known cancer predisposition genes, and the specific set of genes can be customized by the user by choosing any of the following virtual gene panels (0 - 42):
Panel 0 is a comprehensive, research-based gene panel assembled through known sources on cancer predisposition:
A list of 152 genes that were curated and established within TCGA’s pan-cancer study (Huang et al., Cell, 2018)
A list of 107 protein-coding genes that has been manually curated in COSMIC’s Cancer Gene Census v91,
A list of 148 protein-coding genes established by experts within the Norwegian Cancer Genomics Consortium (http://cancergenomics.no)
Additional genes (> 100) deemed relevant for cancer predisposition - as contributed by the CPSR user community
In total, the combination of the sources above gives a non-redundant set of n = 433 genes of relevance for cancer predisposition - CPSR superpanel set, v3.0
Panels 1 - 42 are panels for inherited cancer syndromes and cancer predisposition assembled within the Genomics England PanelApp:
- 1 = Adult solid tumours cancer susceptibility
- 2 = Adult solid tumours for rare disease
- 3 = Bladder cancer pertinent cancer susceptibility
- 4 = Brain cancer pertinent cancer susceptibility
- 5 = Breast cancer pertinent cancer susceptibility
- 6 = Childhood solid tumours cancer susceptibility
- 7 = Colorectal cancer pertinent cancer susceptibility
- 8 = Endometrial cancer pertinent cancer susceptibility
- 9 = Familial Tumours Syndromes of the central & peripheral Nervous system
- 10 = Familial breast cancer
- 11 = Familial melanoma
- 12 = Familial prostate cancer
- 13 = Familial rhabdomyosarcoma
- 14 = GI tract tumours
- 15 = Genodermatoses with malignancies
- 16 = Haematological malignancies cancer susceptibility
- 17 = Haematological malignancies for rare disease
- 18 = Head and neck cancer pertinent cancer susceptibility
- 19 = Inherited MMR deficiency (Lynch syndrome)
- 20 = Inherited non-medullary thyroid cancer
- 21 = Inherited ovarian cancer (without breast cancer)
- 22 = Inherited pancreatic cancer
- 23 = Inherited polyposis
- 24 = Inherited predisposition to acute myeloid leukaemia (AML)
- 25 = Inherited predisposition to GIST
- 26 = Inherited renal cancer
- 27 = Inherited phaeochromocytoma and paraganglioma
- 28 = Melanoma pertinent cancer susceptibility
- 29 = Multiple endocrine tumours
- 30 = Multiple monogenic benign skin tumours
- 31 = Neuroendocrine cancer pertinent cancer susceptibility
- 32 - Neurofibromatosis Type 1
- 33 = Ovarian cancer pertinent cancer susceptibility
- 34 = Parathyroid Cancer
- 35 = Prostate cancer pertinent cancer susceptibility
- 36 = Renal cancer pertinent cancer susceptibility
- 37 = Rhabdoid tumour predisposition
- 38 = Sarcoma cancer susceptibility
- 39 = Sarcoma susceptibility
- 40 = Thyroid cancer pertinent cancer susceptibility
- 41 = Tumour predisposition - childhood onset
- 42 = Upper gastrointestinal cancer pertinent cancer susceptibility
Example report¶
Citation¶
IMPORTANT: If you use CPSR, please cite the following bioRxiv preprint:
Sigve Nakken, Vladislav Saveliev, Oliver Hofmann, Pål Møller, Ola Myklebost, and Eivind Hovig. Cancer Predisposition Sequencing Reporter: a flexible variant report engine for high-throughput germline screening in cancer (2020). bioRxiv. doi:10.1101/846089
Docker-based technology¶
The CPSR workflow is developed using the Docker technology. The software is thus packaged into an isolated container, in which the installation of all software libraries/tools and required dependencies have been taken care of. In addition to the bundled software, in the form of a Docker image, the workflow needs to be attached with an annotation data bundle.