-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
66 lines (66 loc) · 1.56 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
Package: MicrobiomeR
Title: Analyze Microbiome Data
Version: 0.1.1
Authors@R: c(
person("Robert", "Gilmore", email = "[email protected]", role = "cre"),
person("Shaurita", "Hutchins", email = "[email protected]", role = "aut"))
License: MIT + file LICENSE
biocViews: Metagenomics, Microbiome, Sequencing, SystemsBiology
Description: An R package for microbiome analysis combining functions from phyloseq, metacodeR,
and microbiome into an easy to use and full featured microbiome analysis package.
Roxygen: list(markdown = TRUE)
Depends:
R (>= 3.3.0)
Remotes:
github::ropensci/taxa,
github::grunwaldlab/metacoder,
github::joey711/phyloseq,
github::microbiome/microbiome
Imports:
ape,
DT,
data.table,
diptest,
dplyr,
rlang,
glue,
metacoder,
modes,
openxlsx,
phyloseq,
plotly,
purrr,
scico,
taxa,
tibble,
tidyr,
viridis,
yaml,
ggplot2,
stringr,
rstudioapi,
magrittr,
ggpubr,
ggthemes,
crayon,
biomformat,
microbiome,
forcats,
ggrepel,
scales,
vegan
Suggests:
knitr,
testthat,
rmarkdown
Additional_repositories:
http://bioconductor.org/packages/release/bioc/,
http://bioconductor.org/packages/release/data/annotation,
http://bioconductor.org/packages/release/data/experiment,
http://bioconductor.org/packages/release/extra
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
URL: https://github.com/vallenderlab/MicrobiomeR
BugReports: https://github.com/vallenderlab/MicrobiomeR/issues
VignetteBuilder: knitr