-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
35 lines (34 loc) · 833 Bytes
/
NAMESPACE
File metadata and controls
35 lines (34 loc) · 833 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
32
33
34
35
# Generated by roxygen2: do not edit by hand
export(cellRatioPlot)
export(explorer_body_ui)
export(explorer_server)
export(explorer_sidebar_ui)
export(getColors)
export(launchSeuratExplorer)
export(server)
export(top_genes)
export(ui)
import(Seurat)
import(SeuratObject)
import(dplyr)
import(ggplot2)
import(knitr)
import(markdown)
import(shiny)
import(shinyBS)
import(shinyWidgets)
import(shinydashboard)
importFrom(dplyr,"%>%")
importFrom(grDevices,dev.off)
importFrom(grDevices,pdf)
importFrom(methods,is)
importFrom(methods,slotNames)
importFrom(shinyBS,bsCollapse)
importFrom(shinyBS,bsCollapsePanel)
importFrom(shinycssloaders,withSpinner)
importFrom(shinydashboard,menuItem)
importFrom(shinydashboard,menuSubItem)
importFrom(shinydashboard,tabItem)
importFrom(stats,na.omit)
importFrom(utils,str)
importFrom(utils,write.csv)