-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
81 lines (80 loc) · 2.08 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
# Generated by roxygen2: do not edit by hand
export(autoCluster.batch)
export(clusterStats)
export(collectData)
export(densityPlot)
export(fcsInfoParser)
export(filterLabels)
export(findCutoff)
export(flowHC)
export(flowSOM.MC)
export(glmAnalysis)
export(labelCluster)
export(labelSummary)
export(markerFinder)
export(metaAnalysis)
export(nameUpdator)
export(panelSummary)
export(plotGA)
export(preprocessing)
export(preprocessing.batch)
export(sampleInfoParser)
export(searchCluster)
export(searchCluster.batch)
export(set2Frame)
importFrom(FlowSOM,BuildMST)
importFrom(FlowSOM,BuildSOM)
importFrom(FlowSOM,ReadInput)
importFrom(FlowSOM,metaClustering_consensus)
importFrom(cluster,silhouette)
importFrom(fastcluster,hclust)
importFrom(flowCore,arcsinhTransform)
importFrom(flowCore,colnames)
importFrom(flowCore,compensate)
importFrom(flowCore,exprs)
importFrom(flowCore,flowFrame)
importFrom(flowCore,fsApply)
importFrom(flowCore,keyword)
importFrom(flowCore,logTransform)
importFrom(flowCore,pData)
importFrom(flowCore,parameters)
importFrom(flowCore,read.FCS)
importFrom(flowCore,read.flowSet)
importFrom(flowCore,transform)
importFrom(flowCore,transformList)
importFrom(flowCore,write.FCS)
importFrom(ggplot2,aes)
importFrom(ggplot2,coord_flip)
importFrom(ggplot2,element_text)
importFrom(ggplot2,geom_hline)
importFrom(ggplot2,geom_pointrange)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,theme)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(grDevices,dev.off)
importFrom(grDevices,pdf)
importFrom(grDevices,rgb)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,box)
importFrom(graphics,hist)
importFrom(graphics,image)
importFrom(graphics,par)
importFrom(metafor,forest)
importFrom(metafor,leave1out)
importFrom(metafor,rma.uni)
importFrom(stats,as.dist)
importFrom(stats,confint)
importFrom(stats,cor)
importFrom(stats,cutree)
importFrom(stats,dist)
importFrom(stats,lm)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,quantile)
importFrom(tidyr,gather)
importFrom(tidyr,spread)
importFrom(utils,combn)
importFrom(utils,read.csv)
importFrom(utils,write.csv)