-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
36 lines (36 loc) · 1.03 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
Package: afterQIIME
Type: Package
Title: Convenience Functions for Standard Figures Expected in 16S Publications
Version: 0.0.1
Authors@R: c(person("Aubrey", "Bailey", email = "[email protected]",
role = c("aut", "cre")),
person("Kyle", "Bittinger", email = "[email protected]",
role = c("aut")))
Description: Shortens common tasks associated with a 16S investigation to one-liners.
Included are alpha-diversity (observed-species, single-rarefaction) boxplots,
beta-diversity (PCoA) ordination and Adonis (PERMANOVA) testing,
taxon grouping and Kruskal-Wallis testing.
License: GPL (>= 2)
Encoding: UTF-8
LazyData: true
URL: https://github.com/aubreybailey/afterQIIME
BugReports: https://github.com/aubreybailey/afterQIIME/issues
RdMacros: Rdpack
RoxygenNote: 6.1.0
Imports:
stats,
vegan,
ggplot2,
ape,
qiimer,
reshape2,
dplyr,
fossil,
Rdpack
Suggests:
devtools,
roxygen2,
testthat,
knitr,
rmarkdown
VignetteBuilder: knitr