PSCBS: Analysis of Parent-Specific DNA Copy Numbers
The PSCBS package implements the parent-specific copy-number segmentation presented in Olshen et al. (2011). Package vignette ‘Parent-specific copy-number segmentation using Paired PSCBS’ provides a detailed introduction for running PSCBS segmentation. It’s available as:
vignette("PairedPSCBS", package = "PSCBS")
Below is an excerpt of the example found in that vignette:
PSCBS: Analysis of Parent-Specific DNA Copy Numbers
The PSCBS package implements the parent-specific copy-number segmentation presented in Olshen et al. (2011). Package vignette ‘Parent-specific copy-number segmentation using Paired PSCBS’ provides a detailed introduction for running PSCBS segmentation. It’s available as:
Below is an excerpt of the example found in that vignette:
Parallel processing
The package supports segmentation of the chromosomes in parallel (asynchronously) via futures by adding the following
to the beginning of the PSCBS script. Everything else will work the same. To reset to non-parallel processing, use
future::plan("sequential").To configure this automatically whenever the package is loaded, see future vignette ‘A Future for R: Controlling Default Future Strategy‘.
References
Bengtsson H, Neuvial P, Speed TP. TumorBoost: Normalization of allele-specific tumor copy numbers from a single pair of tumor-normal genotyping microarrays, BMC Bioinformatics, 2010. DOI: 10.1186/1471-2105-11-245. PMID: 20462408, PMCID: PMC2894037
Olshen AB, Bengtsson H, Neuvial P, Spellman PT, Olshen RA, Seshan VA. Parent-specific copy number in paired tumor-normal studies using circular binary segmentation, Bioinformatics, 2011. DOI: 10.1093/bioinformatics/btr329. PMID: 21666266. PMCID: PMC3137217
Installation
R package PSCBS is available on CRAN and can be installed in R as:
Pre-release version
To install the pre-release version that is available in Git branch
developon GitHub, use:This will install the package from source.