-
Notifications
You must be signed in to change notification settings - Fork 7
/
DESCRIPTION
43 lines (43 loc) · 1.43 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
Package: MicrobiomeProfiler
Title: An R/shiny package for microbiome functional enrichment analysis
Version: 1.11.1
Authors@R: c(
person(given = "Guangchuang", family = "Yu", email = "[email protected]", role = c("cre", "aut"), comment = c(ORCID = "0000-0002-6485-8781")),
person(given = "Meijun",family = "Chen", role = "aut", email = "[email protected]", comment = c(ORCID = "0000-0003-2486-8106"))
)
Description: This is an R/shiny package to perform functional enrichment analysis for microbiome data.
This package was based on clusterProfiler. Moreover, MicrobiomeProfiler support KEGG enrichment analysis,
COG enrichment analysis, Microbe-Disease association enrichment analysis, Metabo-Pathway analysis.
License: GPL-2
Depends:
R (>= 4.2.0)
Imports:
clusterProfiler (>= 4.5.2),
config,
DT,
enrichplot,
golem,
gson,
methods,
magrittr,
shiny (>= 1.6.0),
shinyWidgets,
shinycustomloader,
htmltools,
ggplot2,
graphics,
stats,
utils,
yulab.utils
Suggests:
rmarkdown,
knitr,
testthat (>= 3.0.0),
prettydoc
Encoding: UTF-8
biocViews: Microbiome, Software, Visualization,KEGG
RoxygenNote: 7.3.2
URL: https://github.com/YuLab-SMU/MicrobiomeProfiler/, https://yulab-smu.top/contribution-knowledge-mining/
BugReports: https://github.com/YuLab-SMU/MicrobiomeProfiler/issues
Config/testthat/edition: 3
VignetteBuilder: knitr