-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
72 lines (71 loc) · 1.91 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
# Generated by roxygen2: do not edit by hand
export(analysis)
export(anova_lm)
export(anova_rlm)
export(flowset2dataframe)
export(load_annotation)
export(load_data)
export(plot_column)
export(plot_line)
export(plot_well)
export(project_name)
export(remove_negatives)
export(rm_debris)
export(rm_nonfluo)
export(rm_nonsinglets)
export(scaled_pval)
export(set_analysis)
export(split_lm)
import(biglm)
importFrom(Biobase,AnnotatedDataFrame)
importFrom(Biobase,exprs)
importFrom(MASS,boxcox)
importFrom(MASS,psi.huber)
importFrom(MASS,rlm)
importFrom(flowClust,flowClust)
importFrom(flowClust,getEstimates)
importFrom(flowClust,plot)
importFrom(flowClust,split)
importFrom(flowCore,colnames)
importFrom(flowCore,exprs)
importFrom(flowCore,pData)
importFrom(flowCore,phenoData)
importFrom(flowCore,read.flowSet)
importFrom(flowCore,sampleNames)
importFrom(flowCore,transform)
importFrom(flowCore,transformList)
importFrom(flowCore,truncateTransform)
importFrom(flowWorkspace,GatingSet)
importFrom(flowWorkspace,flowJo_biexp_trans)
importFrom(flowWorkspace,getData)
importFrom(flowWorkspace,transformerList)
importFrom(ggcyto,geom_gate)
importFrom(ggcyto,ggcyto)
importFrom(ggcyto,ggcyto_par_set)
importFrom(ggplot2,aes)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_hex)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_violin)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggsave)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_fill_gradient)
importFrom(ggplot2,theme_bw)
importFrom(grDevices,dev.off)
importFrom(grDevices,pdf)
importFrom(graphics,abline)
importFrom(graphics,par)
importFrom(methods,as)
importFrom(openCyto,add_pop)
importFrom(scales,boxcox_trans)
importFrom(scales,rescale)
importFrom(stats,as.formula)
importFrom(stats,pt)
importFrom(stats,quantile)
importFrom(stats,relevel)
importFrom(utils,capture.output)
importFrom(utils,read.csv)
importFrom(utils,read.table)
importFrom(utils,txtProgressBar)
importFrom(utils,write.csv)