Skip to content
forked from ccagc/QDNAseq

QDNAseq package for Bioconductor

Notifications You must be signed in to change notification settings

NKI-GCF/QDNAseq

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Software quality

  • R CMD check status on Bioconductor: BUILD/CHECK Report (devel), BUILD/CHECK Report (release)
  • R CMD check --as-cran status on Travis CI: Build Status
  • Test code coverage: Coverage Status

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • R 92.7%
  • Makefile 7.3%