- Home
- Bioconductor 3.16
- Software Packages
- QDNAseq
QDNAseq
This package is for version 3.16 of Bioconductor; for the stable, up-to-date release version, see QDNAseq.
Quantitative DNA Sequencing for Chromosomal Aberrations
Bioconductor version: 3.16
Quantitative DNA sequencing for chromosomal aberrations. The genome is divided into non-overlapping fixed-sized bins, number of sequence reads in each counted, adjusted with a simultaneous two-dimensional loess correction for sequence mappability and GC content, and filtered to remove spurious regions in the genome. Downstream steps of segmentation and calling are also implemented via packages DNAcopy and CGHcall, respectively.
Author: Ilari Scheinin [aut], Daoud Sie [aut, cre], Henrik Bengtsson [aut], Erik van Dijk [ctb]
Maintainer: Daoud Sie <d.sie at vumc.nl>
citation("QDNAseq")):
Installation
To install this package, start R (version "4.2") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("QDNAseq")
For older versions of R, please refer to the appropriate Bioconductor release.
Documentation
To view documentation for the version of this package installed in your system, start R and enter:
browseVignettes("QDNAseq")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.