-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
65 lines (65 loc) · 1.95 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
Package: tzara
Type: Package
Title: Cluster long amplicons using dada2 denoising on variable regions
Version: 0.0.11
Authors@R: person(given = "Brendan", family = "Furneaux",
email = "brendan.furneaux@gmail.com",
role = c("aut", "cre"))
Description: To reduce computational complexity, dada2 only uses non-singletons
as seeds for denoising. For this strategy to work, each true sequence must
be represented by at least two identical reads. Especially with long
amplicons, the probability of two reads having exactly the same errors is
much lower than the probability of being error-free, so in practice this
means that each true sequence must have two error-free reads. This becomes
problematic for rare sequences in long amplicon libraries. An alternative
is to use hidden Markov models to cut out the most variable section of the
targeted region and use dada2 to create denoised sequences using only that
sequence, and then find a consensus sequence for all sequences that match
the index region. Tzara (named after Tristan Tzara, a central figure in the
Dada art movement) applies this method to rDNA sequences by cutting out the
variable ITS2 region using rITSx.
License: GPL-3
URL: https://www.github.com/brendanf/tzara
BugReports: https://www.github.com/brendanf/tzara/issues
Encoding: UTF-8
LazyData: true
Requires: R (>= 3.0.0)
Imports:
utils,
methods,
stats,
backports,
magrittr,
dplyr,
tidyselect,
purrr,
tidyr (>= 1.0.0),
stringr,
futile.logger,
tibble,
digest,
IRanges,
Biostrings,
ShortRead,
DECIPHER,
assertthat,
rlang,
tictoc
Enhances: dada2
Suggests:
LSUx (>= 0.99.6),
rITSx (>= 0.0.4),
testthat (>= 2.1.0),
inferrnal (>= 0.99.5),
covr,
lintr,
knitr,
rmarkdown
RoxygenNote: 7.1.0
VignetteBuilder: knitr
Depends:
R (>= 2.10)
Remotes:
brendanf/inferrnal,
brendanf/LSUx,
brendanf/rITSx