Name Mode Size
..
betabinom.R 100644 1 kb
deepSNV-class.R 100644 2 kb
deepSNV-experimental.R 100644 4 kb
deepSNV-functions.R 100644 18 kb
deepSNV-generics.R 100644 8 kb
deepSNV-methods.R 100644 25 kb
deepSNV-misc.R 100644 1 kb
deepSNV-package.R 100644 3 kb
shearwater-functions.R 100644 20 kb
shearwaterML.R 100644 10 kb
README.md
deepSNV ===== master: [![Build Status](https://travis-ci.org/gerstung-lab/deepSNV.svg?branch=master)](https://travis-ci.org/gerstung-lab/deepSNV) devel: [![Build Status](https://travis-ci.org/gerstung-lab/deepSNV.svg?branch=devel)](https://travis-ci.org/gerstung-lab/deepSNV) Description --- This package provides provides a quantitative variant callers for detecting subclonal mutations in ultra-deep (>=100x coverage) sequencing experiments. The deepSNV algorithm is used for a comparative setup with a control experiment of the same loci and uses a beta-binomial model and a likelihood ratio test to discriminate sequencing errors and subclonal SNVs. The new shearwater algorithm (beta) computes a Bayes classifier based on a beta- binomial model for variant calling with multiple samples for precisely estimating model parameters such as local error rates and dispersion and prior knowledge, e.g. from variation data bases such as COSMIC. Note ---- This repository contains the current development snapshot of the deepSNV package in the folder deepSNV. It is not guaranteed to work all times. Installation -------- ### The good way For unexperienced users it is recommended to use package as provided in bioconductor. Please follow the instructions at: http://master.bioconductor.org/packages/devel/bioc/html/deepSNV.html ### The bad way You can use devtools::github_install() to install from this repository. For advanced users. > library(devtools); install_github("gerstung-lab/deepSNV") ### The ugly way To install this development snapshot of deepSNV, check out the repository and run $ make install Note that this will not install the necessary dependencies. Previous (running) builds can be found in `builds`. These will also be mirrored to the bioconductor development branch.