-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNAMESPACE
More file actions
206 lines (205 loc) · 5.76 KB
/
NAMESPACE
File metadata and controls
206 lines (205 loc) · 5.76 KB
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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
# Generated by roxygen2: do not edit by hand
export(add.set.column)
export(add_metadata)
export(alluvialServer)
export(alluvialUI)
export(check_user_access)
export(cnetPlotServer)
export(cnetPlotUI)
export(create_access_yaml)
export(dendrogramServer)
export(dendrogramUI)
export(distillPlotServer)
export(distillPlotUI)
export(downloadButtonServer)
export(downloadButtonUI)
export(enrichServer)
export(enrichUI)
export(enrich_to_genetonic)
export(enrichmapServer)
export(enrichmapUI)
export(format_genes)
export(fromList.with.names)
export(fuzzyPlotServer)
export(fuzzyPlotUI)
export(genePlotServer)
export(genePlotUI)
export(get_access_path)
export(get_config)
export(get_degplot)
export(get_gene_counts)
export(get_project_name_from_path)
export(get_upset_table)
export(get_y_init)
export(getcountplot)
export(gs_radar)
export(heatmapServer)
export(heatmapUI)
export(helpButtonServer)
export(helpButtonUI)
export(horizonServer)
export(horizonUI)
export(in_admin_group)
export(install_carnation)
export(is_site_admin)
export(is_valid_pattern_obj)
export(loadDataServer)
export(loadDataUI)
export(maPlotServer)
export(maPlotUI)
export(makeEnrichResult)
export(make_example_carnation_object)
export(make_final_object)
export(metadataServer)
export(metadataUI)
export(my.summary)
export(patternPlotServer)
export(patternPlotUI)
export(pcaPlotServer)
export(pcaPlotUI)
export(plotMA.label)
export(plotMA.label_ly)
export(plotPCA.ly)
export(plotPCA.san)
export(plotScatter.label)
export(plotScatter.label_ly)
export(radarServer)
export(radarUI)
export(read_access_yaml)
export(run_carnation)
export(saveServer)
export(saveUI)
export(save_access_yaml)
export(scatterPlotServer)
export(scatterPlotUI)
export(settingsServer)
export(settingsUI)
export(summarize.res.list)
export(sumovPlotServer)
export(sumovPlotUI)
export(top.genes)
export(upsetPlotServer)
export(upsetPlotUI)
import(ggplot2)
import(shiny, except = c(dataTableOutput, renderDataTable))
importFrom(BiocParallel,MulticoreParam)
importFrom(BiocParallel,bplapply)
importFrom(ComplexUpset,intersection_size)
importFrom(ComplexUpset,upset)
importFrom(ComplexUpset,upset_modify_themes)
importFrom(ComplexUpset,upset_query)
importFrom(DESeq2,DESeq)
importFrom(DESeq2,DESeqDataSetFromMatrix)
importFrom(DESeq2,counts)
importFrom(DESeq2,design)
importFrom(DESeq2,estimateSizeFactors)
importFrom(DESeq2,makeExampleDESeqDataSet)
importFrom(DESeq2,normalizationFactors)
importFrom(DESeq2,plotPCA)
importFrom(DESeq2,results)
importFrom(DESeq2,sizeFactors)
importFrom(DESeq2,varianceStabilizingTransformation)
importFrom(DT,DTOutput)
importFrom(DT,dataTableProxy)
importFrom(DT,datatable)
importFrom(DT,formatSignif)
importFrom(DT,formatStyle)
importFrom(DT,renderDT)
importFrom(DT,selectCells)
importFrom(DT,selectRows)
importFrom(GeneTonic,cluster_markov)
importFrom(GeneTonic,distill_enrichment)
importFrom(GeneTonic,enrichment_map)
importFrom(GeneTonic,get_aggrscores)
importFrom(GeneTonic,gs_alluvial)
importFrom(GeneTonic,gs_dendro)
importFrom(GeneTonic,gs_fuzzyclustering)
importFrom(GeneTonic,gs_horizon)
importFrom(GeneTonic,gs_summary_overview)
importFrom(GeneTonic,gs_summary_overview_pair)
importFrom(GeneTonic,shake_enrichResult)
importFrom(GeneTonic,shake_gsenrichResult)
importFrom(MatrixGenerics,rowVars)
importFrom(RColorBrewer,brewer.pal)
importFrom(SummarizedExperiment,"colData<-")
importFrom(SummarizedExperiment,assay)
importFrom(SummarizedExperiment,colData)
importFrom(colorspace,qualitative_hcl)
importFrom(colorspace,rainbow_hcl)
importFrom(dendextend,as.ggdend)
importFrom(dendextend,get_branches_heights)
importFrom(dplyr,"%>%")
importFrom(dplyr,all_of)
importFrom(dplyr,any_of)
importFrom(dplyr,arrange)
importFrom(dplyr,case_when)
importFrom(dplyr,everything)
importFrom(dplyr,filter)
importFrom(dplyr,inner_join)
importFrom(dplyr,mutate)
importFrom(dplyr,relocate)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(enrichplot,cnetplot)
importFrom(ggrepel,geom_label_repel)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,dev.off)
importFrom(grDevices,pdf)
importFrom(graphics,par)
importFrom(heatmaply,heatmaply)
importFrom(heatmaply,is.plotly)
importFrom(htmltools,tagAppendChild)
importFrom(htmltools,tagAppendChildren)
importFrom(htmltools,tagList)
importFrom(htmltools,tags)
importFrom(htmltools,withTags)
importFrom(igraph,"V<-")
importFrom(igraph,V)
importFrom(methods,.hasSlot)
importFrom(methods,new)
importFrom(plotly,add_markers)
importFrom(plotly,add_trace)
importFrom(plotly,event_data)
importFrom(plotly,event_register)
importFrom(plotly,ggplotly)
importFrom(plotly,layout)
importFrom(plotly,plot_ly)
importFrom(plotly,plotlyOutput)
importFrom(plotly,plotlyProxy)
importFrom(plotly,renderPlotly)
importFrom(plotly,save_image)
importFrom(plotly,toWebGL)
importFrom(reticulate,py_install)
importFrom(reticulate,use_virtualenv)
importFrom(rintrojs,introBox)
importFrom(rintrojs,introjs)
importFrom(rintrojs,introjsUI)
importFrom(scales,alpha)
importFrom(shinyBS,bsCollapse)
importFrom(shinyBS,bsCollapsePanel)
importFrom(shinyBS,updateCollapse)
importFrom(shinyWidgets,dropdownButton)
importFrom(shinyWidgets,tooltipOptions)
importFrom(shinycssloaders,withSpinner)
importFrom(shinymanager,check_credentials)
importFrom(shinymanager,create_db)
importFrom(shinymanager,secure_app)
importFrom(shinymanager,secure_server)
importFrom(shinythemes,shinytheme)
importFrom(sortable,add_rank_list)
importFrom(sortable,bucket_list)
importFrom(stats,as.formula)
importFrom(stats,median)
importFrom(stats,prcomp)
importFrom(stats,setNames)
importFrom(tools,file_path_sans_ext)
importFrom(utils,packageName)
importFrom(utils,read.table)
importFrom(viridisLite,viridis)
importFrom(visNetwork,renderVisNetwork)
importFrom(visNetwork,visIgraph)
importFrom(visNetwork,visNetworkOutput)
importFrom(visNetwork,visNodes)
importFrom(visNetwork,visOptions)
importFrom(yaml,read_yaml)
importFrom(yaml,write_yaml)