-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathNAMESPACE
More file actions
93 lines (92 loc) · 1.93 KB
/
NAMESPACE
File metadata and controls
93 lines (92 loc) · 1.93 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
import("stats", "ggplot2")
importFrom("utils", "combn")
importFrom("graphics", "layout", "image", "axis", "box", "par")
importFrom("grDevices", "colorRampPalette")
importFrom("robustbase", "covMcd", "covOGK")
importFrom("RColorBrewer", "brewer.pal")
importFrom("scales", "trans_new")
importFrom("limma", "lmFit", "makeContrasts", "contrasts.fit", "eBayes",
"topTable")
export(simCorVars,
glog,
glog10,
glog2,
inv.glog,
inv.glog10,
inv.glog2,
scale_y_glog,
scale_x_glog,
scale_y_glog10,
scale_x_glog10,
scale_y_glog2,
scale_x_glog2,
scale_y_neglog,
scale_x_neglog,
scale_y_neglog10,
scale_x_neglog10,
scale_y_neglog2,
scale_x_neglog2,
optCutoff,
melt.long,
mi.t.test,
imputeSD,
ssize.pcc,
predValues,
perfMeasures,
perfScores,
quantileCI,
medianCI,
madCI,
normCI,
normDiffCI,
hsu.t.test,
mod.t.test,
mod.oneway.test,
pairwise.mod.t.test,
power.diagnostic.test,
power.nb.test,
power.welch.t.test,
power.hsu.t.test,
AUC,
AUC.test,
binomCI,
corDist,
stringDist,
stringSim,
traceBack,
corPlot,
fiveNS,
heatmapCol,
HLgof.test,
IQrange,
sIQR,
meanAD,
CV,
cvCI,
medCV,
iqrCV,
SNR,
medSNR,
iqrSNR,
madMatrix,
madPlot,
simPlot,
oneWayAnova,
or2rr,
risks,
rrCI,
pairwise.auc,
pairwise.fc,
pairwise.logfc,
pairwise.fun,
qbxp.stats,
qboxplot,
repMeans,
thyroid,
twoWayAnova)
S3method(qboxplot, default)
S3method(qboxplot, formula)
S3method(hsu.t.test, default)
S3method(hsu.t.test, formula)
S3method(mi.t.test, default)
S3method(print, confint)