-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
339 lines (338 loc) · 10.3 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
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
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
# Generated by roxygen2: do not edit by hand
export(createRflomicsMAE)
export(runRFLOMICS)
exportClasses(RflomicsMAE)
exportClasses(RflomicsSE)
exportMethods(checkExpDesignCompleteness)
exportMethods(filterDiffAnalysis)
exportMethods(filterFeatures)
exportMethods(filterLowAbundance)
exportMethods(generateContrastMatrix)
exportMethods(generateExpressionContrast)
exportMethods(generateModelFormulae)
exportMethods(generateReport)
exportMethods(getAnalysis)
exportMethods(getAnalyzedDatasetNames)
exportMethods(getAnnotAnalysesSummary)
exportMethods(getBatchFactors)
exportMethods(getBioFactors)
exportMethods(getClusterEntities)
exportMethods(getCoExpAnalysesSummary)
exportMethods(getCoeffNorm)
exportMethods(getCoexpSettings)
exportMethods(getCoseqClusters)
exportMethods(getDEList)
exportMethods(getDEMatrix)
exportMethods(getDatasetNames)
exportMethods(getDesignMat)
exportMethods(getDiffAnalysesSummary)
exportMethods(getDiffSettings)
exportMethods(getEnrichPvalue)
exportMethods(getEnrichRes)
exportMethods(getEnrichSettings)
exportMethods(getFactorModalities)
exportMethods(getFactorNames)
exportMethods(getFactorTypes)
exportMethods(getFilterSettings)
exportMethods(getFilteredFeatures)
exportMethods(getMOFA)
exportMethods(getMOFASettings)
exportMethods(getMetaFactors)
exportMethods(getMixOmics)
exportMethods(getMixOmicsSettings)
exportMethods(getModelFormula)
exportMethods(getNormSettings)
exportMethods(getOmicsTypes)
exportMethods(getProcessedData)
exportMethods(getProjectName)
exportMethods(getRflomicsSE)
exportMethods(getSelectedContrasts)
exportMethods(getTransSettings)
exportMethods(getValidContrasts)
exportMethods(plotBoxplotDE)
exportMethods(plotClusterProfiler)
exportMethods(plotCoExpression)
exportMethods(plotCoExpressionProfile)
exportMethods(plotConditionsOverview)
exportMethods(plotCoseqContrasts)
exportMethods(plotDataDistribution)
exportMethods(plotDataOverview)
exportMethods(plotDiffAnalysis)
exportMethods(plotEnrichComp)
exportMethods(plotExpDesignCompleteness)
exportMethods(plotHeatmapDesign)
exportMethods(plotKEGG)
exportMethods(plotLibrarySize)
exportMethods(plotOmicsPCA)
exportMethods(prepareForIntegration)
exportMethods(runAnnotationEnrichment)
exportMethods(runCoExpression)
exportMethods(runDataProcessing)
exportMethods(runDiffAnalysis)
exportMethods(runNormalization)
exportMethods(runOmicsIntegration)
exportMethods(runOmicsPCA)
exportMethods(runSampleFiltering)
exportMethods(runTransformData)
exportMethods(setMOFA)
exportMethods(setMixOmics)
exportMethods(setModelFormula)
exportMethods(setSelectedContrasts)
exportMethods(setValidContrasts)
exportMethods(subRflomicsMAE)
exportMethods(sumDiffExp)
exportMethods(sumMixOmics)
exportMethods(sumORA)
import(methods)
import(shiny, except = renderDataTable)
importClassesFrom(ComplexHeatmap,Heatmap)
importClassesFrom(ComplexHeatmap,HeatmapAnnotation)
importFrom(AnnotationDbi,keytypes)
importFrom(ComplexHeatmap,Heatmap)
importFrom(ComplexHeatmap,HeatmapAnnotation)
importFrom(ComplexHeatmap,ht_opt)
importFrom(DT,JS)
importFrom(DT,datatable)
importFrom(DT,formatSignif)
importFrom(DT,formatStyle)
importFrom(DT,renderDataTable)
importFrom(DT,styleEqual)
importFrom(DT,styleInterval)
importFrom(EnhancedVolcano,EnhancedVolcano)
importFrom(FactoMineR,PCA)
importFrom(FactoMineR,coord.ellipse)
importFrom(MOFA2,create_mofa)
importFrom(MOFA2,get_default_data_options)
importFrom(MOFA2,get_default_model_options)
importFrom(MOFA2,get_default_training_options)
importFrom(MOFA2,get_dimensions)
importFrom(MOFA2,get_factors)
importFrom(MOFA2,get_weights)
importFrom(MOFA2,plot_data_heatmap)
importFrom(MOFA2,plot_data_overview)
importFrom(MOFA2,plot_factor)
importFrom(MOFA2,plot_factor_cor)
importFrom(MOFA2,plot_variance_explained)
importFrom(MOFA2,plot_weights)
importFrom(MOFA2,prepare_mofa)
importFrom(MOFA2,run_mofa)
importFrom(MOFA2,views_names)
importFrom(MultiAssayExperiment,MultiAssayExperiment)
importFrom(MultiAssayExperiment,assay)
importFrom(MultiAssayExperiment,listToMap)
importFrom(RColorBrewer,brewer.pal)
importFrom(RColorBrewer,brewer.pal.info)
importFrom(S4Vectors,"metadata<-")
importFrom(S4Vectors,DataFrame)
importFrom(S4Vectors,SimpleList)
importFrom(S4Vectors,metadata)
importFrom(SummarizedExperiment,SummarizedExperiment)
importFrom(UpSetR,upset)
importFrom(circlize,colorRamp2)
importFrom(clusterProfiler,enrichGO)
importFrom(clusterProfiler,enrichKEGG)
importFrom(clusterProfiler,enricher)
importFrom(coseq,ICL)
importFrom(coseq,clusters)
importFrom(coseq,coseq)
importFrom(coseq,likelihood)
importFrom(coseq,plot)
importFrom(data.table,data.table)
importFrom(data.table,fread)
importFrom(data.table,rbindlist)
importFrom(data.table,setDT)
importFrom(data.table,setcolorder)
importFrom(data.table,setnames)
importFrom(dplyr,across)
importFrom(dplyr,add_tally)
importFrom(dplyr,arrange)
importFrom(dplyr,count)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,first)
importFrom(dplyr,full_join)
importFrom(dplyr,group_by)
importFrom(dplyr,group_by_at)
importFrom(dplyr,if_else)
importFrom(dplyr,last)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_at)
importFrom(dplyr,n)
importFrom(dplyr,relocate)
importFrom(dplyr,rename)
importFrom(dplyr,right_join)
importFrom(dplyr,select)
importFrom(dplyr,select_if)
importFrom(dplyr,setequal)
importFrom(dplyr,starts_with)
importFrom(dplyr,summarise)
importFrom(dplyr,ungroup)
importFrom(edgeR,DGEList)
importFrom(edgeR,calcNormFactors)
importFrom(edgeR,cpm)
importFrom(edgeR,estimateGLMCommonDisp)
importFrom(edgeR,estimateGLMTagwiseDisp)
importFrom(edgeR,estimateGLMTrendedDisp)
importFrom(edgeR,filterByExpr)
importFrom(edgeR,glmFit)
importFrom(edgeR,glmLRT)
importFrom(edgeR,topTags)
importFrom(enrichplot,cnetplot)
importFrom(enrichplot,dotplot)
importFrom(enrichplot,heatplot)
importFrom(enrichplot,set_enrichplot_color)
importFrom(ggplot2,aes)
importFrom(ggplot2,aes_string)
importFrom(ggplot2,coord_flip)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_text)
importFrom(ggplot2,facet_grid)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_bar)
importFrom(ggplot2,geom_boxplot)
importFrom(ggplot2,geom_col)
importFrom(ggplot2,geom_density)
importFrom(ggplot2,geom_histogram)
importFrom(ggplot2,geom_hline)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_polygon)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,geom_tile)
importFrom(ggplot2,geom_vline)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggsave)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,guide_colourbar)
importFrom(ggplot2,guide_legend)
importFrom(ggplot2,guides)
importFrom(ggplot2,labs)
importFrom(ggplot2,margin)
importFrom(ggplot2,position_stack)
importFrom(ggplot2,rel)
importFrom(ggplot2,scale_colour_manual)
importFrom(ggplot2,scale_fill_discrete)
importFrom(ggplot2,scale_fill_gradient2)
importFrom(ggplot2,scale_fill_gradientn)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,theme_classic)
importFrom(ggplot2,theme_linedraw)
importFrom(ggplot2,theme_void)
importFrom(ggplot2,vars)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(ggplot2,ylim)
importFrom(ggpubr,as_ggplot)
importFrom(ggpubr,ggarrange)
importFrom(ggpubr,ggmaplot)
importFrom(ggrepel,geom_label_repel)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,dev.off)
importFrom(grDevices,pdf)
importFrom(grid,gpar)
importFrom(grid,grid.draw)
importFrom(grid,grid.raster)
importFrom(grid,unit)
importFrom(gridExtra,grid.arrange)
importFrom(htmltools,HTML)
importFrom(htmltools,a)
importFrom(htmltools,br)
importFrom(htmltools,div)
importFrom(htmltools,h4)
importFrom(htmltools,h5)
importFrom(htmltools,hr)
importFrom(htmltools,p)
importFrom(htmltools,span)
importFrom(htmltools,tagList)
importFrom(htmltools,tags)
importFrom(httr,GET)
importFrom(httr,content)
importFrom(knitr,asis_output)
importFrom(knitr,knit_child)
importFrom(limma,contrasts.fit)
importFrom(limma,eBayes)
importFrom(limma,lmFit)
importFrom(limma,removeBatchEffect)
importFrom(limma,topTable)
importFrom(limma,voom)
importFrom(magrittr,"%>%")
importFrom(mixOmics,block.plsda)
importFrom(mixOmics,block.splsda)
importFrom(mixOmics,cimDiablo)
importFrom(mixOmics,network)
importFrom(mixOmics,plotIndiv)
importFrom(mixOmics,plotLoadings)
importFrom(mixOmics,plotVar)
importFrom(mixOmics,plsda)
importFrom(mixOmics,splsda)
importFrom(mixOmics,tune.block.splsda)
importFrom(mixOmics,tune.splsda)
importFrom(mixOmics,unmap)
importFrom(pathview,pathview)
importFrom(png,readPNG)
importFrom(purrr,reduce)
importFrom(reshape2,melt)
importFrom(reshape2,recast)
importFrom(reticulate,py_config)
importFrom(rmarkdown,render)
importFrom(shinyBS,addPopover)
importFrom(shinyBS,bsButton)
importFrom(shinyBS,bsTooltip)
importFrom(shinyBS,popify)
importFrom(shinyWidgets,materialSwitch)
importFrom(shinyWidgets,pickerInput)
importFrom(shinydashboard,box)
importFrom(shinydashboard,dashboardBody)
importFrom(shinydashboard,dashboardHeader)
importFrom(shinydashboard,dashboardPage)
importFrom(shinydashboard,dashboardSidebar)
importFrom(shinydashboard,menuItem)
importFrom(shinydashboard,menuItemOutput)
importFrom(shinydashboard,menuSubItem)
importFrom(shinydashboard,renderMenu)
importFrom(shinydashboard,sidebarMenu)
importFrom(shinydashboard,tabBox)
importFrom(shinydashboard,tabItem)
importFrom(shinydashboard,tabItems)
importFrom(shinydashboard,updateTabItems)
importFrom(stats,as.formula)
importFrom(stats,cor)
importFrom(stats,dist)
importFrom(stats,formula)
importFrom(stats,hclust)
importFrom(stats,kruskal.test)
importFrom(stats,median)
importFrom(stats,model.matrix)
importFrom(stats,na.omit)
importFrom(stats,terms.formula)
importFrom(stats,update)
importFrom(stringr,fixed)
importFrom(stringr,str_detect)
importFrom(stringr,str_extract)
importFrom(stringr,str_remove)
importFrom(stringr,str_remove_all)
importFrom(stringr,str_replace)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_split)
importFrom(stringr,str_subset)
importFrom(stringr,str_wrap)
importFrom(tibble,column_to_rownames)
importFrom(tibble,rownames_to_column)
importFrom(tibble,tibble)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,unite)
importFrom(tidyselect,all_of)
importFrom(tidyselect,any_of)
importFrom(tidyselect,starts_with)
importFrom(tidyselect,where)
importFrom(utils,capture.output)
importFrom(utils,combn)
importFrom(utils,data)
importFrom(utils,getFromNamespace)
importFrom(vroom,vroom)
importMethodsFrom(ComplexHeatmap,draw)