This repository has been archived by the owner on Apr 7, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
43 lines (43 loc) · 1.48 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Package: deepSNV
Maintainer: Moritz Gerstung <[email protected]>
License: GPL-3
Title: Detection of subclonal SNVs in deep sequencing data.
biocViews: GeneticVariability, SNP, Sequencing, Genetics, DataImport
LinkingTo: Rhtslib
Type: Package
LazyLoad: yes
Authors@R: c( person("Niko","Beerenwinkel", role="ths"),
person("David", "Jones", role = "ctb"),
person("Inigo", "Martincorena", role = "ctb"),
person("Moritz","Gerstung",
email = "[email protected]", role= c("aut","cre")) )
Description: This package provides provides 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 shearwater algorithm 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.
Version: 1.16.0
URL: http://github.com/mg14/deepSNV
Depends:
R (>= 2.13.0),
methods,
graphics,
parallel,
Rhtslib,
IRanges,
GenomicRanges,
SummarizedExperiment,
Biostrings,
VGAM,
VariantAnnotation (>= 1.13.44),
Imports:
Rhtslib
Suggests:
RColorBrewer,
knitr
VignetteBuilder: knitr