ADTEx: A berration Detection in Tumour Exome
- Introduction
- Requirements
Introduction
ADTEx is a freely available software package coded using R statistical language and Python to detect somatic copy number variations (CNVs) and genotypes in tumour whole exome samples. ADTEx is suitable for paired tumour/matched normal samples. The overall algorithm consists of few steps including,
- Calculate depth of coverage (DOC) ratios and B allele frequencies (BAFs)
- Noise reduction in ratios
- Apply first HMM to predict CNVs
- Select heterozygous SNP loci in normal sample
- Apply second HMM to predict genotypes
Requirements
- R statistical language (R 2.15)
http://www.r--‐project.org/
- wmtsa R package
http://cran.r-project.org/web/packages/wmtsa/index.html
- DNAcopy R package
http://www.bioconductor.org/packages/release/bioc/html/DNAcopy.html
- Python 2.7+
http://www.python.org/
- BEDTools
http://code.google.com/p/bedtools/