-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
40 lines (36 loc) · 1.02 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
export(
'NanoStringNorm',
'Plot.NanoStringNorm',
'Plot.NanoStringNorm.gvis',
'read.csv.RCC',
'read.markup.RCC',
'other.normalization',
'norm.comp',
'nsn'
)
importFrom("grDevices", "rgb")
importFrom("graphics", "abline", "axis", "box", "hist", "legend",
"lines", "mtext", "par", "plot", "points", "segments",
"text")
importFrom("methods", "is")
importFrom("stats", "aov", "coef", "cor", "density", "lm", "lowess",
"median", "na.omit", "p.adjust", "qnorm",
"quantile", "resid", "sd", "t.test")
importFrom("utils", "download.file", "packageDescription",
"read.table")
importFrom("utils", "read.csv")
# 'probe.correction.factor.normalization',
# 'code.count.normalization',
# 'background.normalization',
# 'sample.content.normalization',
# 'get.beta.se.and.p',
# 'get.mean.sd.and.cv',
# 'output.formatting',
# 'get.batch.effects',
# 'get.ttest.and.foldchange',
# 'get.trait.summary.stats',
# 'get.gene.summary.stats',
# 'get.sample.summary.stats',
# 'get.geo.mean',
# 'other.normalization'
# )