forked from ndcn/omicser
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
59 lines (58 loc) · 1.52 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
# Generated by roxygen2: do not edit by hand
export("%>%")
export(compute_de_table)
export(get_config)
export(get_db_conf)
export(get_db_meta)
export(includeRMarkdown)
export(pack_anndata_from_csv)
export(pack_anndata_from_seurat)
export(run_app)
export(run_defaults)
export(run_docker)
export(run_in_browser)
export(setup_database)
export(write_config)
export(write_db_conf)
export(write_db_meta)
import(RColorBrewer)
import(data.table)
import(shiny)
importFrom(DT,DTOutput)
importFrom(DT,JS)
importFrom(DT,dataTableProxy)
importFrom(DT,datatable)
importFrom(DT,renderDT)
importFrom(DT,selectRows)
importFrom(configr,read.config)
importFrom(configr,write.config)
importFrom(dplyr,case_when)
importFrom(dplyr,mutate)
importFrom(golem,activate_js)
importFrom(golem,add_resource_path)
importFrom(golem,bundle_resources)
importFrom(golem,favicon)
importFrom(golem,with_golem_options)
importFrom(magrittr,"%>%")
importFrom(markdown,markdownToHTML)
importFrom(plotly,add_markers)
importFrom(plotly,event_data)
importFrom(plotly,event_register)
importFrom(plotly,layout)
importFrom(plotly,plot_ly)
importFrom(plotly,plotlyOutput)
importFrom(plotly,renderPlotly)
importFrom(rlang,.data)
importFrom(rmarkdown,pandoc_convert)
importFrom(rmarkdown,render)
importFrom(shiny,HTML)
importFrom(shiny,NS)
importFrom(shiny,column)
importFrom(shiny,downloadButton)
importFrom(shiny,shinyApp)
importFrom(shiny,tagAppendAttributes)
importFrom(shiny,tagList)
importFrom(shiny,tags)
importFrom(shinydashboardPlus,box)
importFrom(stringr,str_match)
importFrom(tidyselect,all_of)