-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
72 lines (71 loc) · 1.54 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(Xpress)
export(checkBalance)
export(checkEff)
export(checkModels)
export(checkOF)
export(checkObjs)
export(checkWF)
export(classifierOF)
export(clusterOF)
export(delta)
export(edgeFlag)
export(edgeOF)
export(filterOF)
export(filterWF)
export(iqrOutlier)
export(makeDesign)
export(modelSelection)
export(nWF)
export(outlierOF)
export(outlierWF)
export(plateThumbs)
export(process)
export(readXpress)
export(regEff)
export(sdOutlier)
export(setFlags)
export(setOF)
export(setWF)
export(summarizeWells)
export(tidyImages)
export(tidyProject)
export(titerWF)
export(userOF)
export(userWF)
export(viewDose)
export(viewOverlay)
export(viewPlate)
export(viewWell)
export(wellThumbs)
importFrom(cowplot,get_legend)
importFrom(cowplot,ggdraw)
importFrom(cowplot,plot_grid)
importFrom(data.table,":=")
importFrom(dplyr,"%>%")
importFrom(dplyr,contains)
importFrom(ggplot2,aes)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,margin)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(grid,rasterGrob)
importFrom(gridExtra,arrangeGrob)
importFrom(imager,load.image)
importFrom(imager,resize)
importFrom(imager,save.image)
importFrom(pals,kelly)
importFrom(png,readPNG)
importFrom(rebus,"%R%")
importFrom(rebus,DGT)
importFrom(rebus,WRD)
importFrom(rebus,char_class)
importFrom(rebus,one_or_more)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(utils,capture.output)