forked from benjjneb/dada2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
46 lines (46 loc) · 1001 Bytes
/
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
Package: dada2
Type: Package
Title: DADA2: Algorithm for Amplicon Sequence Denoising
Version: 0.9.5
Date: 2015-09-11
Author: Ben Callahan, Paul McMurdie, Susan Holmes
Maintainer: Bioconductor Package Maintainer
Description: This is a package.
License: LGPL-3 | file LICENSE
LazyLoad: yes
Depends:
R (>= 3.1.0),
Rcpp (>= 0.11.2)
Imports:
Biobase,
methods,
BiocGenerics (>= 0.10.0),
Biostrings (>= 2.32.1),
ggplot2 (>= 1.0),
gridExtra (>= 0.9),
data.table (>= 1.9.4),
reshape2 (>= 1.4.1),
ShortRead (>= 1.24.0)
Suggests:
testthat (>= 0.9.1),
microbenchmark (>= 1.4.2),
knitr (>= 1.9)
VignetteBuilder: knitr
biocViews: Microbiome, Sequencing
LinkingTo: Rcpp
LazyData: true
Collate:
'RcppExports.R'
'allClasses.R'
'allPackage.R'
'chimeras.R'
'dada.R'
'errorModels.R'
'filter.R'
'misc.R'
'multiSample.R'
'paired.R'
'plot-methods.R'
'sequenceIO.R'
'show-methods.R'