README.md

Bioconductor since badge Bioconductor release build status Bioconductor devel build status Build status Coverage Status

QDNAseq: Quantitative DNA Sequencing for Chromosomal Aberrations

This repository contains source code for the R/Bioconductor package QDNAseq, which implements the QDNAseq method (Scheinin et al., 2014). For instructions on how to use QDNAseq, see the 'Introduction to QDNAseq' vignette, which also installed together with the package. Please remember to cite Scheinin et al. (2014) whenever using QDNAseq in your research.

Please use the official Bioconductor instructions to install QDNAseq;

if (!requireNamespace("BiocManager", quietly = TRUE))
    install.packages("BiocManager")
BiocManager::install("QDNAseq")

To analyze human data, the QDNAseq.hg19 package must be installed;

BiocManager::install("QDNAseq.hg19")

To analyze mouse data, the QDNAseq.mm10 package must be installed;

BiocManager::install("QDNAseq.mm10")

To install the devel versions of QDNAseq, QDNAseq.hg19, and QDNAseq.mm10, see the Bioconductor devel installation instruction.

References

GitHub repository and Bioconductor repository

This GitHub repository is (manually) kept in sync with the Bioconductor devel version of the QDNAseq package. More precisely, the master branch in this GitHub repository is in sync with what is on the Bioconductor git repository (e.g. git clone https://git.bioconductor.org/packages/QDNAseq). The source code previous versions is available via git tags, e.g. QDNAseq 1.21.1.



ccagc/QDNAseq documentation built on Feb. 2, 2023, 12:56 p.m.