-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
253 lines (252 loc) · 6.39 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export("changeParameter<-")
export("dat<-")
export("parameters<-")
export("preTreated<-")
export("raw<-")
export("sinfo<-")
export(QCimpute)
export(QCoccupancy)
export(QCremove)
export(QCrsdFilter)
export(aggregateMean)
export(aggregateMedian)
export(aggregateSum)
export(analysisData)
export(analysisElements)
export(analysisParameters)
export(analysisResults)
export(anova)
export(binaryComparisons)
export(bindRows)
export(clsAdd)
export(clsArrange)
export(clsAvailable)
export(clsExtract)
export(clsRemove)
export(clsRename)
export(clsReplace)
export(correctionCenter)
export(correlations)
export(correlationsParameters)
export(dat)
export(explanatoryFeatures)
export(exportParameters)
export(features)
export(importance)
export(importanceMetrics)
export(imputeAll)
export(imputeClass)
export(keepClasses)
export(keepFeatures)
export(keepSamples)
export(linearRegression)
export(metabolyse)
export(metrics)
export(modellingMethods)
export(modellingParameters)
export(nFeatures)
export(nSamples)
export(occupancy)
export(occupancyMaximum)
export(occupancyMinimum)
export(parameters)
export(parseParameters)
export(plan)
export(plotExplanatoryHeatmap)
export(plotFeature)
export(plotImportance)
export(plotLDA)
export(plotMDS)
export(plotMetrics)
export(plotOccupancy)
export(plotPCA)
export(plotROC)
export(plotRSD)
export(plotSupervisedRF)
export(plotTIC)
export(plotUnsupervisedRF)
export(preTreated)
export(preTreatmentElements)
export(preTreatmentMethods)
export(preTreatmentParameters)
export(randomForest)
export(raw)
export(reAnalyse)
export(removeClasses)
export(removeFeatures)
export(removeSamples)
export(response)
export(rsd)
export(sinfo)
export(split)
export(transformArcSine)
export(transformAuto)
export(transformCenter)
export(transformLevel)
export(transformLn)
export(transformLog10)
export(transformPareto)
export(transformRange)
export(transformSQRT)
export(transformTICnorm)
export(transformVast)
export(ttest)
export(type)
exportClasses(Analysis)
exportClasses(AnalysisData)
exportClasses(AnalysisParameters)
exportClasses(RandomForest)
exportClasses(Univariate)
exportMethods(QCoccupancy)
exportMethods(exportParameters)
exportMethods(plotImportance)
importFrom(Hmisc,rcorr)
importFrom(broom,glance)
importFrom(broom,tidy)
importFrom(cli,console_width)
importFrom(crayon,blue)
importFrom(crayon,bold)
importFrom(crayon,green)
importFrom(crayon,red)
importFrom(crayon,yellow)
importFrom(doFuture,registerDoFuture)
importFrom(dplyr,arrange)
importFrom(dplyr,arrange_all)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,desc)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,full_join)
importFrom(dplyr,group_by)
importFrom(dplyr,group_by_all)
importFrom(dplyr,group_by_at)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_all)
importFrom(dplyr,mutate_at)
importFrom(dplyr,n)
importFrom(dplyr,rename)
importFrom(dplyr,rowwise)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,summarise_all)
importFrom(dplyr,ungroup)
importFrom(e1071,naiveBayes)
importFrom(forestControl,fpr_fs)
importFrom(furrr,furrr_options)
importFrom(furrr,future_map)
importFrom(future,plan)
importFrom(ggdendro,dendro_data)
importFrom(ggplot2,aes)
importFrom(ggplot2,aes_string)
importFrom(ggplot2,coord_fixed)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_line)
importFrom(ggplot2,element_text)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_abline)
importFrom(ggplot2,geom_boxplot)
importFrom(ggplot2,geom_density)
importFrom(ggplot2,geom_histogram)
importFrom(ggplot2,geom_hline)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_segment)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,geom_tile)
importFrom(ggplot2,geom_vline)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,guide_legend)
importFrom(ggplot2,guides)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_colour_manual)
importFrom(ggplot2,scale_fill_gradient)
importFrom(ggplot2,scale_fill_gradient2)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,scale_shape_manual)
importFrom(ggplot2,scale_x_reverse)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,scale_y_discrete)
importFrom(ggplot2,stat_ellipse)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,theme_minimal)
importFrom(ggplot2,unit)
importFrom(ggplot2,xlab)
importFrom(ggplot2,xlim)
importFrom(ggplot2,ylab)
importFrom(ggrepel,geom_text_repel)
importFrom(ggthemes,ptol_pal)
importFrom(ggthemes,scale_colour_ptol)
importFrom(ggthemes,scale_fill_ptol)
importFrom(lubridate,seconds_to_period)
importFrom(magrittr,"%>%")
importFrom(magrittr,set_colnames)
importFrom(magrittr,set_names)
importFrom(magrittr,set_rownames)
importFrom(methods,"slot<-")
importFrom(methods,as)
importFrom(methods,new)
importFrom(methods,show)
importFrom(methods,slot)
importFrom(methods,slotNames)
importFrom(missForest,missForest)
importFrom(patchwork,plot_annotation)
importFrom(patchwork,plot_layout)
importFrom(patchwork,wrap_plots)
importFrom(purrr,map)
importFrom(purrr,map_chr)
importFrom(purrr,map_dbl)
importFrom(purrr,map_df)
importFrom(purrr,map_lgl)
importFrom(purrr,walk)
importFrom(randomForest,margin)
importFrom(rlang,":=")
importFrom(rlang,sym)
importFrom(stats,cmdscale)
importFrom(stats,cov)
importFrom(stats,dist)
importFrom(stats,hclust)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,p.adjust)
importFrom(stats,p.adjust.methods)
importFrom(stats,pnorm)
importFrom(stats,prcomp)
importFrom(stats,predict)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stringr,str_c)
importFrom(stringr,str_extract)
importFrom(stringr,str_remove_all)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_split)
importFrom(stringr,str_split_fixed)
importFrom(stringr,str_sub)
importFrom(tibble,as_tibble)
importFrom(tibble,deframe)
importFrom(tibble,rowid_to_column)
importFrom(tibble,tibble)
importFrom(tidyr,drop_na)
importFrom(tidyr,gather)
importFrom(tidyr,spread)
importFrom(tidyselect,all_of)
importFrom(utils,capture.output)
importFrom(utils,combn)
importFrom(utils,packageVersion)
importFrom(yaml,read_yaml)
importFrom(yaml,write_yaml)
importFrom(yardstick,accuracy)
importFrom(yardstick,ccc)
importFrom(yardstick,kap)
importFrom(yardstick,mae)
importFrom(yardstick,mape)
importFrom(yardstick,metric_set)
importFrom(yardstick,rmse)
importFrom(yardstick,roc_auc)
importFrom(yardstick,roc_curve)
importFrom(yardstick,rsq)