PureCN
Copy number calling and SNV classification using targeted short read sequencing
Bioconductor version: 3.23 · Package version: 2.18.0
This package estimates tumor purity, copy number, and loss of heterozygosity (LOH), and classifies single nucleotide variants (SNVs) by somatic status and clonality. PureCN is designed for targeted short read sequencing data, integrates well with standard somatic variant detection and copy number pipelines, and has support for tumor samples without matching normal samples.
Installation
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("PureCN") Details
| Maintainer | Markus Riester <markus.riester@gmail.com> |
| Author | Markus Riester [aut, cre] (ORCID: <https://orcid.org/0000-0002-4759-8332>), Angad P. Singh [aut] |
| License | Artistic-2.0 |
| URL | https://github.com/lima1/PureCN |
| Bug Reports | https://github.com/lima1/PureCN/issues |
| Downloads rank | 586 |
| Source branch | RELEASE_3_23 |
| biocViews | CopyNumberVariation, Coverage, ImmunoOncology, Sequencing, Software, VariantAnnotation, VariantDetection |
Download
Dependencies
Depends: R (>= 3.5.0), DNAcopy, VariantAnnotation (>= 1.14.1)
Imports: GenomicRanges (>= 1.20.3), IRanges (>= 2.2.1), RColorBrewer, S4Vectors, data.table, grDevices, graphics, stats, utils, SummarizedExperiment, Seqinfo, GenomeInfoDb, GenomicFeatures, Rsamtools, Biobase, Biostrings, BiocGenerics, rtracklayer, ggplot2, gridExtra, futile.logger, VGAM, tools, methods, mclust, rhdf5, Matrix
Suggests: BiocParallel, BiocStyle, PSCBS, R.utils, TxDb.Hsapiens.UCSC.hg19.knownGene, covr, knitr, optparse, org.Hs.eg.db, jsonlite, markdown, rmarkdown, testthat
Enhances: genomicsdb (>= 0.0.3)