-
Notifications
You must be signed in to change notification settings - Fork 9
/
NAMESPACE
86 lines (85 loc) · 1.43 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
# Generated by roxygen2: do not edit by hand
S3method(plot,DA)
S3method(plot,DAPower)
S3method(print,DA)
S3method(summary,DA)
S3method(summary,DAPower)
export(DA.TukeyHSD)
export(DA.abc)
export(DA.adx)
export(DA.anova)
export(DA.aoa)
export(DA.aoc)
export(DA.aov)
export(DA.bay)
export(DA.drop1)
export(DA.ds2)
export(DA.ds2x)
export(DA.ere)
export(DA.ere2)
export(DA.erq)
export(DA.erq2)
export(DA.fri)
export(DA.kru)
export(DA.lao)
export(DA.lao2)
export(DA.lia)
export(DA.lic)
export(DA.lim)
export(DA.lli)
export(DA.lli2)
export(DA.llm)
export(DA.llm2)
export(DA.lma)
export(DA.lmc)
export(DA.lrm)
export(DA.lsmeans)
export(DA.ltt)
export(DA.ltt2)
export(DA.msf)
export(DA.mva)
export(DA.neb)
export(DA.pea)
export(DA.per)
export(DA.poi)
export(DA.qpo)
export(DA.qua)
export(DA.sam)
export(DA.spe)
export(DA.tta)
export(DA.ttc)
export(DA.ttr)
export(DA.ttt)
export(DA.vli)
export(DA.wil)
export(DA.zig)
export(DA.znb)
export(DA.zpo)
export(DA.zzz)
export(allDA)
export(featurePlot)
export(norm_alr)
export(norm_clr)
export(powerDA)
export(preDA)
export(runtimeDA)
export(testDA)
export(vennDA)
import(MASS)
import(doParallel)
import(doSNOW)
import(foreach)
import(ggplot2)
import(methods)
import(nlme)
import(snow)
import(stats)
import(utils)
importFrom(cowplot,draw_plot)
importFrom(cowplot,ggdraw)
importFrom(graphics,pairs)
importFrom(graphics,plot)
importFrom(lme4,glmer)
importFrom(lme4,glmer.nb)
importFrom(pROC,roc)
importFrom(parallel,detectCores)