-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
69 lines (69 loc) · 1.5 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
67
68
69
Package: MicrobiomeR
Title: Analyze Microbiome Data
Version: 0.6.1
Authors@R: c(
person("Robert", "Gilmore", email = "[email protected]", role = c("aut", "cre")),
person("Shaurita", "Hutchins", email = "[email protected]", role = "aut"))
Maintainer: Rob Gilmore <[email protected]>
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:
ropensci/taxa,
grunwaldlab/metacoder,
joey711/phyloseq,
microbiome/microbiome,
jonclayden/shades
Imports:
ape,
biomformat,
crayon,
DT,
data.table,
diptest,
dplyr (>= 0.8.0),
forcats,
ggplot2,
ggpubr,
ggthemes,
ggrepel,
glue,
htmlwidgets,
htmltools,
leaflet,
magrittr,
metacoder,
microbiome (>= 1.5.27),
modes,
openxlsx,
phyloseq,
plotly,
purrr,
rlang,
rstudioapi,
scales,
scico,
shades,
stringr,
taxa,
tibble,
tidyr,
vegan,
viridis,
yaml
Suggests:
covr,
knitr,
rmarkdown,
testthat
Encoding: UTF-8
RoxygenNote: 6.1.1
LazyData: true
URL: https://github.com/vallenderlab/MicrobiomeR, https://microbiomer.vallenderlab.science/
BugReports: https://github.com/vallenderlab/MicrobiomeR/issues
VignetteBuilder: knitr
StagedInstall: false