-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
32 lines (32 loc) · 1.19 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
Package: coil
Type: Package
Title: Contextualization and Evaluation of COI-5P Barcode Data
Version: 1.2.3
Author: Cameron M. Nugent
Maintainer: Cameron M. Nugent <nugentc@uoguelph.ca>
Description: Designed for the cleaning, contextualization and assessment of cytochrome c
oxidase I DNA barcode data (COI-5P, or the five prime portion of COI). It contains
functions for placing COI-5P barcode sequences into a common reading frame,
translating DNA sequences to amino acids and for assessing the likelihood that a
given barcode sequence includes an insertion or deletion error. The error assessment
relies on the comparison of input sequences against nucleotide and amino acid profile
hidden Markov models (PHMMs) (for details see Durbin et al. 1998, ISBN: 9780521629713)
trained on a taxonomically diverse set of reference sequences. The functions are
provided as a complete pipeline and are also available individually for efficient and
targeted analysis of barcode data.
License: GPL-3
Encoding: UTF-8
LazyData: true
Depends:
R(>= 3.0.0)
Imports:
ape,
aphid,
seqinr
Suggests:
knitr,
rmarkdown,
testthat
VignetteBuilder:
knitr
RoxygenNote: 7.1.1