RodrigoGM / QDNAseq

QDNAseq package for Bioconductor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

  • Scheinin I, Sie D, Bengtsson H, van de Wiel MA, Olshen AB, van Thuijl HF, van Essen HF, Eijk PP, Rustenburg F, Meijer GA, Reijneveld JC, Wesseling P, Pinkel D, Albertson DG and Ylstra B. DNA copy number analysis of fresh and formalin-fixed specimens by shallow whole-genome sequencing with identification and exclusion of problematic regions in the genome assembly. Genome Research 24: 2022-2032, 2014. PMC4248318

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.

About

QDNAseq package for Bioconductor


Languages

Language:R 93.2%Language:Makefile 6.8%