-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathNAMESPACE
59 lines (58 loc) · 1.8 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(run_app)
import(ggplot2)
import(magrittr)
import(shiny)
importFrom(DT,DTOutput)
importFrom(SeuratObject,Assays)
importFrom(SeuratObject,Embeddings)
importFrom(SeuratObject,GetAssayData)
importFrom(SeuratObject,Reductions)
importFrom(SingleCellExperiment,altExp)
importFrom(SingleCellExperiment,altExpNames)
importFrom(SingleCellExperiment,altExps)
importFrom(SingleCellExperiment,applySCE)
importFrom(SingleCellExperiment,colData)
importFrom(SingleCellExperiment,logcounts)
importFrom(SingleCellExperiment,mainExpName)
importFrom(SingleCellExperiment,reducedDim)
importFrom(SingleCellExperiment,reducedDimNames)
importFrom(SummarizedExperiment,assay)
importFrom(SummarizedExperiment,assayNames)
importFrom(bslib,bs_theme)
importFrom(dplyr,filter)
importFrom(dplyr,last)
importFrom(dplyr,left_join)
importFrom(dplyr,select)
importFrom(ggplot2,aes)
importFrom(ggplot2,geom_tile)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_y_continuous)
importFrom(golem,activate_js)
importFrom(golem,add_resource_path)
importFrom(golem,bundle_resources)
importFrom(golem,favicon)
importFrom(golem,with_golem_options)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,rgb)
importFrom(methods,new)
importFrom(methods,slot)
importFrom(plotly,add_histogram2dcontour)
importFrom(plotly,add_markers)
importFrom(plotly,config)
importFrom(plotly,event_data)
importFrom(plotly,event_register)
importFrom(plotly,ggplotly)
importFrom(plotly,layout)
importFrom(plotly,plot_ly)
importFrom(plotly,plotlyOutput)
importFrom(plotly,renderPlotly)
importFrom(rlang,is_empty)
importFrom(shiny,shinyApp)
importFrom(stats,as.formula)
importFrom(stats,quantile)
importFrom(tibble,add_row)
importFrom(tidyselect,where)
importFrom(tools,file_ext)