ExomeDepth is a R package designed to detect inherited copy number variants (CNVs) using high throughput DNA sequence data. While Exome is included in the name of the package it in fact performs best on smaller panels, because the analytics of the package leverage the tight correlation structure between the (often) large number of samples being run in parallel. These tight correlations is what ExomeDepth looks for when building a reference sample for each test sample and the quality of the output will typically vary depending on that correlation structure.
Note that while it can be used in the context of tumour/control matched pairs, this is not the initial intent of the tools and the performances in that context are largely untested.
make build
should create the relevant version of the ExomeDepth package and build. Note that ExomeDepth uses the package VGAM and apparently this package required R version 3.4.0 of greater, hence the new requirement that ExomeDepth is built using R 3.4 or greater.
The key paper that describes ExomeDepth is: A robust model for read count data in exome sequencing experiments and implications for copy number variant calling.
Some relevant publications:
- An evaluation of copy number variation detection tools for cancer using whole exome sequencing data
- Validation of copy number variation analysis for next-generation sequencing diagnostics
- Comparative Study of Exome Copy Number Variation Estimation Tools Using Array Comparative Genomic Hybridization as Control
Note that a slightly modified version of ExomeDepth is also used inside another CNV detection packaged called DECoN. See the blog post on the topic.
- ExomeDepth 1.1.10 has been released to CRAN in May 2016.
- ExomeDepth 1.1.11 is a documentation update, that cleans up ExomeDepth using more modern Roxygen documentation.
- A planned version 1.1.12 would improve data visualisation.