forked from waldronlab/BugSigDBStats
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
executable file
·53 lines (53 loc) · 1.34 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
Package: BugSigDBStats
Version: 0.99.2
Title: BugSigDB Stats and Analysis
Authors@R: c(
person(given = "Ludwig",
family = "Geistlinger",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Jennifer",
family = "Wokaty",
role = "ctb",
email = "[email protected]"),
person(given = "Samuel",
family = "Gamboa-Tuz",
role = "ctb",
email = "[email protected]"),
person(given = "Pratyay",
family = "Sengupta",
role = "ctb",
email = "[email protected]"),
person(given = "Levi",
family = "Waldron",
role = "aut",
email = "[email protected]"))
Description: Utilities for overview stats for microbiome signatures from BugSigDB.
URL: https://github.com/waldronlab/BugSigDBStats
BugReports: https://github.com/waldronlab/BugSigDBStats/issues
Depends: R (>= 4.1.0)
Imports:
annotate,
bugsigdbr,
ggplot2,
ggpubr,
grid,
methods,
ontologySimilarity,
BiocFileCache,
ComplexHeatmap,
XML
Suggests:
circlize,
knitr,
lubridate,
matrixStats,
pkgdown,
rmarkdown,
safe,
testthat
License: GPL (>= 3)
VignetteBuilder: knitr
LazyData: true
Encoding: UTF-8
RoxygenNote: 7.2.0