-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
65 lines (64 loc) · 1.48 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
# Generated by roxygen2: do not edit by hand
export(applyCutoffs)
export(assignPrelim)
export(bc_ids)
export(bc_key)
export(compCytof)
export(computeSpillmat)
export(concatFCS)
export(counts)
export(deltas)
export(estCutoffs)
export(estTrim)
export(mhl_cutoff)
export(mhl_dists)
export(normCytof)
export(normed_bcs)
export(outFCS)
export(plotEvents)
export(plotMahal)
export(plotSpillmat)
export(plotYields)
export(sep_cutoffs)
export(yields)
exportClasses(dbFrame)
exportMethods("mhl_cutoff<-")
exportMethods("sep_cutoffs<-")
exportMethods(compCytof)
exportMethods(concatFCS)
exportMethods(counts)
exportMethods(estTrim)
exportMethods(exprs)
exportMethods(outFCS)
import(ggplot2)
import(grid)
import(gridExtra)
import(matrixStats)
importFrom(RColorBrewer,brewer.pal)
importFrom(flowCore,colnames)
importFrom(flowCore,compensate)
importFrom(flowCore,exprs)
importFrom(flowCore,flowFrame)
importFrom(flowCore,flowSet)
importFrom(flowCore,fsApply)
importFrom(flowCore,isFCSfile)
importFrom(flowCore,read.FCS)
importFrom(flowCore,write.FCS)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,dev.off)
importFrom(grDevices,pdf)
importFrom(graphics,plot)
importFrom(methods,as)
importFrom(methods,new)
importFrom(plotly,ggplotly)
importFrom(stats,approx)
importFrom(stats,cov)
importFrom(stats,loess)
importFrom(stats,mad)
importFrom(stats,mahalanobis)
importFrom(stats,median)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(stats,runmed)
importFrom(stats,smooth.spline)
importFrom(utils,read.csv)