-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
35 lines (35 loc) · 1.49 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
Package: debar
Type: Package
Title: A Post-Clustering Denoiser for COI-5P Barcode Data
Version: 1.0.1
Author: Cameron M. Nugent
Maintainer: Cameron M. Nugent <camnugent@gmail.com>
Description: The 'debar' sequence processing pipeline is designed for denoising high throughput
sequencing data for the animal DNA barcode marker cytochrome c oxidase I (COI). The package
is designed to detect and correct insertion and deletion errors within sequencer outputs.
This is accomplished through comparison of input sequences against a profile hidden Markov
model (PHMM) using the Viterbi algorithm (for algorithm details see Durbin et al. 1998,
ISBN: 9780521629713). Inserted base pairs are removed and deleted base pairs are accounted
for through the introduction of a placeholder character. Since the PHMM is a probabilistic
representation of the COI barcode, corrections are not always perfect. For this reason
'debar' censors base pairs adjacent to reported indel sites, turning them into placeholder
characters (default is 7 base pairs in either direction, this feature can be disabled).
Testing has shown that this censorship results in the correct sequence length being restored,
and erroneous base pairs being masked the vast majority of the time (>95%).
License: GPL-3
Encoding: UTF-8
LazyData: true
Depends:
R(>= 3.0.0)
Imports:
ape,
aphid,
seqinr,
parallel
Suggests:
knitr,
rmarkdown,
testthat,
coil
VignetteBuilder: knitr
RoxygenNote: 7.1.1