-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
86 lines (85 loc) · 2.64 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
# Generated by roxygen2: do not edit by hand
S3method(active_assays,DatamodFacileDataStore)
S3method(active_covariates,DatamodFacileDataStore)
S3method(active_samples,DatamodFacileDataStore)
S3method(from_fds,AssayFeatureSelectModule)
S3method(from_fds,AssaySelectModule)
S3method(from_fds,CategoricalCovariateSelectModule)
S3method(initialized,"NULL")
S3method(initialized,AssayFeatureSelectModule)
S3method(initialized,AssaySelectModule)
S3method(initialized,BoxedFacileDataStore)
S3method(initialized,CategoricalCovariateSelectModule)
S3method(initialized,DatamodFacileDataStore)
S3method(initialized,ReactiveGeneSetDb)
S3method(label,AssayFeatureSelectModule)
S3method(label,CategoricalCovariateSelectModule)
S3method(label,Labeled)
S3method(name,AssayFeatureSelectModule)
S3method(name,CategoricalCovariateSelectModule)
S3method(name,DatamodFacileDataStore)
S3method(name,Labeled)
S3method(user,DatamodFacileDataStore)
export(FacileDataStoreServer)
export(active_assays)
export(active_covariates)
export(active_samples)
export(add_aesthetic_covariates)
export(annotation)
export(assayFeatureSelectInput)
export(assayFeatureSelectServer)
export(assaySelectInput)
export(assaySelectServer)
export(assert_reacting)
export(batchCorrectConfigServer)
export(batchCorrectConfigUI)
export(categoricalAestheticMapInput)
export(categoricalAestheticMapServer)
export(categoricalSampleCovariateLevelsSelectInput)
export(categoricalSampleCovariateLevelsSelectServer)
export(categoricalSampleCovariateSelectInput)
export(categoricalSampleCovariateSelectServer)
export(datastores_info)
export(facileDataSetSelectInput)
export(facileDataSetSelectServer)
export(facileDataStoreServer)
export(facileDataStoreUI)
export(facileSampleFiltersSelectInput)
export(fboxPlotServer)
export(fboxPlotUI)
export(filterSamplesTableServer)
export(filteredSamplesTable)
export(from_fds)
export(fscatterPlotServer)
export(fscatterPlotUI)
export(initialized)
export(load_config)
export(makeReactiveTrigger)
export(reset)
export(selection)
export(update_selected)
export(user)
import(FacileData)
import(FacileViz)
import(checkmate)
import(dplyr)
importFrom(glue,glue)
importFrom(shiny,NS)
importFrom(shiny,eventReactive)
importFrom(shiny,getDefaultReactiveDomain)
importFrom(shiny,isolate)
importFrom(shiny,moduleServer)
importFrom(shiny,observe)
importFrom(shiny,observeEvent)
importFrom(shiny,reactive)
importFrom(shiny,reactiveValues)
importFrom(shiny,req)
importFrom(shiny,selectInput)
importFrom(shiny,selectizeInput)
importFrom(shiny,tagList)
importFrom(shiny,textOutput)
importFrom(shiny,updateSelectInput)
importFrom(shiny,updateSelectizeInput)
importFrom(stats,setNames)
importFrom(tictoc,tic)
importFrom(yaml,yaml.load_file)