-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
38 lines (38 loc) · 1.02 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
Package: MultiAmplicon
Title: Metabarcoding and microbiome analysis using multiple amplicons
Version: 0.1.1
Authors@R: person("Emanuel", "Heitlinger", email = "[email protected]", role = c("aut", "cre"))
Description: This package allows to run a typical R/bioconductor (i.e. dada2) workflow on
multiple amplicons defined by different primer pairs (e.g. on the 16S or 18S
genes and COI).
biocViews: Metagenomics, Genetics, Sequencing, Microbiome,
Metagenomics, Clustering, Classification, MultipleComparison,
GeneticVariability
URL: https://derele.github.io/MultiAmplicon/
BugReports: https://github.com/derele/MultiAmplicon/issues
Imports:
Biostrings (>= 2.42.0),
pheatmap,
methods,
plyr,
ggplot2,
reshape,
assertthat,
taxonomizr,
data.table,
phyloseq,
ShortRead,
dada2
Depends:
R (>= 3.3)
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Suggests:
testthat,
covr,
knitr,
rmarkdown,
SRAdb
VignetteBuilder: knitr