-
Notifications
You must be signed in to change notification settings - Fork 7
/
NAMESPACE
61 lines (60 loc) · 1.62 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
# Generated by roxygen2: do not edit by hand
export(CytoNorm.normalize)
export(CytoNorm.train)
export(PlotOverviewCV)
export(QuantileNorm.normalize)
export(QuantileNorm.train)
export(cytofTransform)
export(cytofTransform.reverse)
export(emdEvaluation)
export(getCytoNormQuantiles)
export(getDensities)
export(getQuantiles)
export(identityFunction)
export(madEvaluation)
export(named.list)
export(plotDensities)
export(plotSplines)
export(prepareFlowSOM)
export(testCV)
export(textPlot)
importFrom(FlowSOM,AggregateFlowFrames)
importFrom(FlowSOM,GetMetaclusters)
importFrom(FlowSOM,NewData)
importFrom(dplyr,'%>%')
importFrom(dplyr,filter)
importFrom(dplyr,sym)
importFrom(flowCore,colnames)
importFrom(flowCore,flowFrame)
importFrom(flowCore,flowSet)
importFrom(flowCore,read.FCS)
importFrom(flowCore,sampleNames)
importFrom(flowCore,transform)
importFrom(flowCore,transformList)
importFrom(ggplot2,.data)
importFrom(ggplot2,aes)
importFrom(ggplot2,facet_grid)
importFrom(ggplot2,geom_abline)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,scale_color_manual)
importFrom(ggplot2,stat_density)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_minimal)
importFrom(ggplot2,theme_void)
importFrom(ggplot2,xlab)
importFrom(ggplot2,xlim)
importFrom(ggplot2,ylab)
importFrom(ggplot2,ylim)
importFrom(ggpubr,get_legend)
importFrom(gridExtra,grid.arrange)
importFrom(methods,is)
importFrom(pheatmap,pheatmap)
importFrom(stats,density)
importFrom(stats,mad)
importFrom(stats,median)
importFrom(stringr,str_match)
importFrom(utils,capture.output)