-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
31 lines (30 loc) · 825 Bytes
/
Copy pathNAMESPACE
File metadata and controls
31 lines (30 loc) · 825 Bytes
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
# Generated by roxygen2: do not edit by hand
export(check_metadata)
export(initialize_metadata)
export(launchSeuratExplorerServer)
export(revise_demo_path)
export(server)
export(ui)
import(Seurat)
import(SeuratExplorer)
import(SeuratObject)
import(data.tree)
import(ggplot2)
import(shiny, except=c(dataTableOutput, renderDataTable))
import(shinyWidgets)
import(shinydashboard)
import(shinymanager)
import(utils)
importFrom(DT,DTOutput)
importFrom(DT,datatable)
importFrom(DT,renderDT)
importFrom(plyr,rbind.fill)
importFrom(shinycssloaders,withSpinner)
importFrom(shinydashboard,box)
importFrom(shinydashboard,menuItem)
importFrom(shinydashboard,menuSubItem)
importFrom(shinydashboard,sidebarMenu)
importFrom(shinydashboard,tabItem)
importFrom(stats,na.omit)
importFrom(utils,getFromNamespace)
importFrom(utils,sessionInfo)