-
Notifications
You must be signed in to change notification settings - Fork 7
/
DESCRIPTION
49 lines (49 loc) · 1.2 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
Package: microbiomeutilities
Type: Package
Title: microbiomeutilities: Utilities for Microbiome Analytics
Version: 1.00.17
Authors@R:
c(person(given = "Sudarshan", "Shetty", role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-7280-9915")),
person("Leo", "Lahti", role = c("aut"),
comment = c(ORCID = "0000-0001-5537-637X"))
)
Maintainer: Sudarshan Shetty <[email protected]>
Description: This is a supporting tool for extending the functionality of both phyloseq and microbiome R packages.
License: BSD_2_clause + file LICENSE
Encoding: UTF-8
LazyData: true
Depends:
R (>= 3.6.0),
phyloseq,
microbiome,
ggplot2,
dplyr
Imports:
reshape2,
stats,
tidyr,
utils,
gghalves,
vegan,
ggpubr,
RColorBrewer,
pheatmap,
ggrepel,
tibble,
scales,
Biostrings
Suggests:
BiocGenerics,
patchwork,
data.table,
plyr,
methods,
knitr,
rmarkdown,
ape,
viridis
BugReports: https://github.com/microsud/microbiomeutilities/issues
VignetteBuilder: knitr
RoxygenNote: 7.2.1