generated from kevinrue/MyBioconductorPackage
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathNAMESPACE
58 lines (57 loc) · 1.66 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
# Generated by roxygen2: do not edit by hand
export(iSEEindex)
export(iSEEindexHttpsResource)
export(iSEEindexLocalhostResource)
export(iSEEindexRcallResource)
export(iSEEindexRunrResource)
export(iSEEindexS3Resource)
export(precache)
exportClasses(iSEEindexHttpsResource)
exportClasses(iSEEindexLocalhostResource)
exportClasses(iSEEindexRcallResource)
exportClasses(iSEEindexResource)
exportClasses(iSEEindexRunrResource)
exportClasses(iSEEindexS3Resource)
exportMethods(precache)
exportMethods(show)
import(SingleCellExperiment)
importFrom(BiocFileCache,bfcadd)
importFrom(BiocFileCache,bfcquery)
importFrom(DT,DTOutput)
importFrom(DT,datatable)
importFrom(DT,renderDT)
importFrom(SummarizedExperiment,SummarizedExperiment)
importFrom(iSEE,iSEE)
importFrom(methods,as)
importFrom(methods,is)
importFrom(methods,new)
importFrom(paws.storage,s3)
importFrom(rintrojs,introjs)
importFrom(shiny,actionButton)
importFrom(shiny,br)
importFrom(shiny,column)
importFrom(shiny,fluidRow)
importFrom(shiny,incProgress)
importFrom(shiny,isolate)
importFrom(shiny,markdown)
importFrom(shiny,modalDialog)
importFrom(shiny,observeEvent)
importFrom(shiny,p)
importFrom(shiny,reactiveValues)
importFrom(shiny,renderUI)
importFrom(shiny,selectizeInput)
importFrom(shiny,showModal)
importFrom(shiny,showNotification)
importFrom(shiny,tabPanel)
importFrom(shiny,tagList)
importFrom(shiny,uiOutput)
importFrom(shiny,updateSelectizeInput)
importFrom(shiny,withProgress)
importFrom(shinydashboard,box)
importFrom(shinydashboard,tabBox)
importFrom(shinyjs,disable)
importFrom(shinyjs,enable)
importFrom(stringr,str_to_title)
importFrom(urltools,url_parse)
importFrom(utils,capture.output)
importFrom(utils,packageVersion)