forked from StoreyLab/edge
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
45 lines (44 loc) · 867 Bytes
/
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
# Generated by roxygen2 (4.1.1): do not edit by hand
export("fullMatrix<-")
export("fullModel<-")
export("individual<-")
export("nullMatrix<-")
export("nullModel<-")
export("qvalueObj<-")
export(apply_jackstraw)
export(apply_qvalue)
export(apply_snm)
export(apply_sva)
export(betaCoef)
export(build_models)
export(build_study)
export(deSet)
export(fitFull)
export(fitNull)
export(fullMatrix)
export(fullModel)
export(individual)
export(lrt)
export(nullMatrix)
export(odp)
export(qvalueObj)
export(resFull)
export(resNull)
export(show)
export(summary)
exportClasses(deFit)
exportClasses(deSet)
exportMethods(fit_models)
exportMethods(kl_clust)
exportMethods(nullModel)
exportMethods(sType)
import(Biobase)
import(MASS)
import(methods)
import(qvalue)
import(snm)
import(splines)
import(sva)
import(jackstraw)
useDynLib(edge,kldistance)
useDynLib(edge,odpScoreCluster)