-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNAMESPACE
More file actions
218 lines (217 loc) · 6.33 KB
/
NAMESPACE
File metadata and controls
218 lines (217 loc) · 6.33 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
207
208
209
210
211
212
213
214
215
216
217
218
# Generated by roxygen2: do not edit by hand
export(ECDF)
export(MAplot)
export(MAvalues)
export(barplotSamplesMeasuredMissing)
export(batchCorrectionAssay)
export(createBoxplot)
export(createDfFeature)
export(cv)
export(cvFeaturePlot)
export(dimensionReduction)
export(dimensionReductionPlot)
export(distSample)
export(distShiny)
export(driftPlot)
export(explVar)
export(extractComb)
export(featurePlot)
export(histFeature)
export(histFeatureCategory)
export(hist_sample)
export(hist_sample_num)
export(hoeffDPlot)
export(hoeffDValues)
export(imputeAssay)
export(measuredCategory)
export(mosaic)
export(normalizeAssay)
export(permuteExplVar)
export(plotCV)
export(plotPCALoadings)
export(plotPCAVar)
export(plotPCAVarPvalue)
export(samplesMeasuredMissing)
export(shinyQC)
export(sumDistSample)
export(tblPCALoadings)
export(transformAssay)
export(upsetCategory)
export(volcanoPlot)
importFrom(ComplexHeatmap,Heatmap)
importFrom(ComplexHeatmap,HeatmapAnnotation)
importFrom(ComplexHeatmap,comb_name)
importFrom(ComplexHeatmap,draw)
importFrom(ComplexHeatmap,extract_comb)
importFrom(ComplexHeatmap,make_comb_mat)
importFrom(DT,DTOutput)
importFrom(DT,renderDT)
importFrom(ExperimentHub,ExperimentHub)
importFrom(Hmisc,hoeffd)
importFrom(MASS,isoMDS)
importFrom(Rtsne,Rtsne)
importFrom(SummarizedExperiment,'assay<-')
importFrom(SummarizedExperiment,SummarizedExperiment)
importFrom(SummarizedExperiment,`metadata<-`)
importFrom(SummarizedExperiment,assay)
importFrom(SummarizedExperiment,assayNames)
importFrom(SummarizedExperiment,assays)
importFrom(SummarizedExperiment,colData)
importFrom(SummarizedExperiment,rowData)
importFrom(UpSetR,upset)
importFrom(dplyr,across)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,pull)
importFrom(dplyr,starts_with)
importFrom(dplyr,summarise)
importFrom(dplyr,ungroup)
importFrom(ggplot2,aes)
importFrom(ggplot2,coord_fixed)
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_hex)
importFrom(ggplot2,geom_histogram)
importFrom(ggplot2,geom_hline)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_segment)
importFrom(ggplot2,geom_smooth)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,geom_violin)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggsave)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,position_stack)
importFrom(ggplot2,scale_color_manual)
importFrom(ggplot2,scale_fill_brewer)
importFrom(ggplot2,scale_x_discrete)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,stat_ecdf)
importFrom(ggplot2,sym)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,theme_classic)
importFrom(ggplot2,xlab)
importFrom(ggplot2,xlim)
importFrom(ggplot2,ylab)
importFrom(ggplot2,ylim)
importFrom(grDevices,dev.off)
importFrom(grDevices,hcl.colors)
importFrom(grDevices,pdf)
importFrom(htmlwidgets,saveWidget)
importFrom(impute,impute.knn)
importFrom(imputeLCMD,impute.MinDet)
importFrom(imputeLCMD,impute.MinProb)
importFrom(limma,contrasts.fit)
importFrom(limma,eBayes)
importFrom(limma,lmFit)
importFrom(limma,makeContrasts)
importFrom(limma,normalizeQuantiles)
importFrom(limma,removeBatchEffect)
importFrom(limma,topTable)
importFrom(methods,formalArgs)
importFrom(methods,is)
importFrom(pcaMethods,completeObs)
importFrom(pcaMethods,pca)
importFrom(plotly,ggplotly)
importFrom(plotly,partial_bundle)
importFrom(plotly,plotlyOutput)
importFrom(plotly,renderPlotly)
importFrom(plotly,style)
importFrom(proDA,proDA)
importFrom(proDA,test_diff)
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(rmarkdown,render)
importFrom(shiny,HTML)
importFrom(shiny,NS)
importFrom(shiny,actionButton)
importFrom(shiny,bindCache)
importFrom(shiny,br)
importFrom(shiny,checkboxInput)
importFrom(shiny,column)
importFrom(shiny,conditionalPanel)
importFrom(shiny,div)
importFrom(shiny,downloadButton)
importFrom(shiny,downloadHandler)
importFrom(shiny,fileInput)
importFrom(shiny,fluidRow)
importFrom(shiny,insertTab)
importFrom(shiny,isolate)
importFrom(shiny,modalDialog)
importFrom(shiny,moduleServer)
importFrom(shiny,observe)
importFrom(shiny,observeEvent)
importFrom(shiny,outputOptions)
importFrom(shiny,plotOutput)
importFrom(shiny,radioButtons)
importFrom(shiny,reactive)
importFrom(shiny,reactiveValues)
importFrom(shiny,reactiveValuesToList)
importFrom(shiny,renderPlot)
importFrom(shiny,renderText)
importFrom(shiny,renderUI)
importFrom(shiny,req)
importFrom(shiny,runApp)
importFrom(shiny,selectInput)
importFrom(shiny,selectizeInput)
importFrom(shiny,shinyUI)
importFrom(shiny,showModal)
importFrom(shiny,showNotification)
importFrom(shiny,sliderInput)
importFrom(shiny,strong)
importFrom(shiny,tabPanel)
importFrom(shiny,tabsetPanel)
importFrom(shiny,tagList)
importFrom(shiny,tags)
importFrom(shiny,textInput)
importFrom(shiny,textOutput)
importFrom(shiny,uiOutput)
importFrom(shiny,updateCheckboxGroupInput)
importFrom(shiny,updateCheckboxInput)
importFrom(shiny,updateSelectInput)
importFrom(shiny,updateSelectizeInput)
importFrom(shiny,updateSliderInput)
importFrom(shiny,verbatimTextOutput)
importFrom(shiny,withProgress)
importFrom(shinydashboard,box)
importFrom(shinydashboard,dashboardHeader)
importFrom(shinydashboard,dashboardPage)
importFrom(shinydashboard,dashboardSidebar)
importFrom(shinydashboard,tabBox)
importFrom(shinyhelper,helper)
importFrom(shinyhelper,observe_helpers)
importFrom(shinyjs,hidden)
importFrom(shinyjs,hide)
importFrom(shinyjs,show)
importFrom(shinyjs,useShinyjs)
importFrom(stats,as.dist)
importFrom(stats,as.formula)
importFrom(stats,cmdscale)
importFrom(stats,dist)
importFrom(stats,formula)
importFrom(stats,ks.test)
importFrom(stats,median)
importFrom(stats,model.matrix)
importFrom(stats,prcomp)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(sva,ComBat)
importFrom(tibble,add_column)
importFrom(tibble,as_tibble)
importFrom(tibble,rownames_to_column)
importFrom(tibble,tibble)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,pivot_wider)
importFrom(umap,umap)
importFrom(vsn,meanSdPlot)
importFrom(vsn,vsn2)