jlanej / ExomeDepth

ExomeDepth R package for the detection of copy number variants in exomes and gene panels using high throughput DNA sequencing data.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What ExomeDepth does

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.

Build instructions

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.

Useful links

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:

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.

Release notes

  • 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.

About

ExomeDepth R package for the detection of copy number variants in exomes and gene panels using high throughput DNA sequencing data.


Languages

Language:C 75.6%Language:R 21.0%Language:C++ 2.9%Language:Makefile 0.3%Language:Shell 0.2%