-
Notifications
You must be signed in to change notification settings - Fork 8
/
NAMESPACE
48 lines (47 loc) · 1.01 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
# Generated by roxygen2: do not edit by hand
S3method(BIC,flowClust)
S3method(BIC,flowClustList)
S3method(hist,flowClust)
S3method(hist,flowClustList)
export("criterion<-")
export("ruleOutliers<-")
export(Map)
export(box)
export(criterion)
export(density)
export(dmvt)
export(dmvtmix)
export(flowClust)
export(getEstimates)
export(importance)
export(plot)
export(posterior)
export(rbox)
export(ruleOutliers)
export(split)
export(summary)
export(tmixFilter)
export(uncertainty)
exportClasses(flowClust)
exportClasses(flowClustList)
exportClasses(flowDens)
exportClasses(tmixFilter)
exportClasses(tmixFilterResult)
exportClasses(tmixFilterResultList)
exportMethods("%in%")
exportMethods("[")
exportMethods("[[")
exportMethods(Subset)
exportMethods(density)
exportMethods(length)
exportMethods(plot)
exportMethods(show)
exportMethods(summarizeFilter)
import(flowCore)
import(graph)
import(methods)
importClassesFrom(Biobase,AssayData)
importFrom(BiocGenerics,density)
importFrom(parallel,mclapply)
importFrom(stats,BIC)
useDynLib(flowClust)