-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathNAMESPACE
42 lines (41 loc) · 1.15 KB
/
NAMESPACE
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
# Generated by roxygen2: do not edit by hand
export(enrichCOG)
export(enrichHMDB)
export(enrichKO)
export(enrichMBKEGG)
export(enrichMDA)
export(enrichModule)
export(enrichSMPDB)
export(run_MicrobiomeProfiler)
import(shiny)
importFrom(DT,DTOutput)
importFrom(DT,JS)
importFrom(DT,datatable)
importFrom(DT,renderDT)
importFrom(clusterProfiler,enricher)
importFrom(enrichplot,dotplot)
importFrom(ggplot2,ggsave)
importFrom(ggplot2,guide_colorbar)
importFrom(ggplot2,guides)
importFrom(ggplot2,scale_color_gradient)
importFrom(ggplot2,scale_fill_gradient)
importFrom(ggplot2,xlab)
importFrom(golem,activate_js)
importFrom(golem,add_resource_path)
importFrom(golem,bundle_resources)
importFrom(golem,favicon)
importFrom(golem,with_golem_options)
importFrom(graphics,barplot)
importFrom(gson,gson)
importFrom(magrittr,"%<>%")
importFrom(methods,"slot<-")
importFrom(shiny,NS)
importFrom(shiny,shinyApp)
importFrom(shiny,tagList)
importFrom(shinyWidgets,colorPickr)
importFrom(shinycustomloader,withLoader)
importFrom(stats,na.omit)
importFrom(stats,setNames)
importFrom(utils,data)
importFrom(utils,download.file)
importFrom(yulab.utils,yread)