-
Notifications
You must be signed in to change notification settings - Fork 6
/
DESCRIPTION
88 lines (88 loc) · 2.01 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
Package: bugphyzz
Title: A harmonized data resource and software for enrichment analysis of microbial physiologies
Version: 1.1.0
Authors@R:
c(
person(
given = "Samuel",
family = "Gamboa",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-6863-7943")
),
person(
given = "Levi",
family = "Waldron",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-2725-0694")
),
person(
given = "Kelly",
family = "Eckenrode",
role = c("aut")
),
person(
given = "Jonathan",
family = "Ye",
role = c("aut")
),
person(
given = "Jennifer",
family = "Wokaty",
role = c("aut")
)
)
Description: bugphyzz is an electronic database of standardized microbial
annotations. It facilitates the creation of microbial signatures based on
shared attributes, which are utilized for bug set enrichment analysis. The
data also includes annotations imputed with ancestra state
reconstruction methods.
biocViews:
MicrobiomeData,
ReproducibleResearch
License: Artistic-2.0
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: false
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
VignetteBuilder: knitr
Depends:
R (>= 4.4)
Imports:
dplyr,
utils,
purrr,
stringr,
tidyr,
tidyselect,
BiocFileCache,
httr2,
tools,
S4Vectors
Suggests:
DT,
forcats,
ggplot2,
htmltools,
knitr,
rmarkdown,
sessioninfo,
testthat,
EnrichmentBrowser,
MicrobiomeBenchmarkData,
mia,
stats,
rlang,
limma,
mgsub,
methods,
readr,
crayon,
tibble,
magrittr,
tidytext,
BiocStyle
URL: https://github.com/waldronlab/bugphyzz
BugReports: https://github.com/waldronlab/bugphyzz/issues