forked from ClaudiaMY/cytoSuite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
163 lines (162 loc) · 4.72 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
# Generated by roxygen2: do not edit by hand
export(cyto_annotate)
export(cyto_channel_check)
export(cyto_channel_select)
export(cyto_fluor_channels)
export(cyto_markers)
export(cyto_plot)
export(cyto_plot_compensation)
export(cyto_plot_contour)
export(cyto_plot_gate)
export(cyto_plot_gating_scheme)
export(cyto_plot_label)
export(cyto_plot_overlay)
export(cyto_plot_profile)
export(cyto_sample)
export(cyto_stats_compute)
export(cyto_trans_check)
export(gate_boundary_draw)
export(gate_draw)
export(gate_edit)
export(gate_ellipse_draw)
export(gate_extract)
export(gate_interval_draw)
export(gate_polygon_draw)
export(gate_quadrant_draw)
export(gate_rectangle_draw)
export(gate_remove)
export(gate_threshold_draw)
export(gate_type)
export(gate_web_draw)
export(gatingTemplate_convert)
export(gatingTemplate_edit)
export(spillover_compute)
export(spillover_edit)
exportMethods(cyto_channel_check)
exportMethods(cyto_channel_select)
exportMethods(cyto_fluor_channels)
exportMethods(cyto_plot)
exportMethods(cyto_plot_compensation)
exportMethods(cyto_plot_contour)
exportMethods(cyto_plot_gate)
exportMethods(cyto_plot_gating_scheme)
exportMethods(cyto_plot_label)
exportMethods(cyto_plot_overlay)
exportMethods(cyto_plot_profile)
exportMethods(cyto_stats_compute)
exportMethods(gate_draw)
exportMethods(spillover_compute)
exportMethods(spillover_edit)
import(grDevices)
importFrom(BiocGenerics,colnames)
importFrom(BiocGenerics,nrow)
importFrom(MASS,kde2d)
importFrom(data.table,":=")
importFrom(data.table,as.data.table)
importFrom(data.table,fread)
importFrom(data.table,fwrite)
importFrom(flowCore,"markernames<-")
importFrom(flowCore,"pData<-")
importFrom(flowCore,"parameters<-")
importFrom(flowCore,Subset)
importFrom(flowCore,compensate)
importFrom(flowCore,each_col)
importFrom(flowCore,ellipsoidGate)
importFrom(flowCore,estimateLogicle)
importFrom(flowCore,exprs)
importFrom(flowCore,filterList)
importFrom(flowCore,filters)
importFrom(flowCore,flowSet)
importFrom(flowCore,fsApply)
importFrom(flowCore,inverseLogicleTransform)
importFrom(flowCore,markernames)
importFrom(flowCore,parameters)
importFrom(flowCore,polygonGate)
importFrom(flowCore,rectangleGate)
importFrom(flowCore,sampleFilter)
importFrom(flowCore,sampleNames)
importFrom(flowCore,transform)
importFrom(flowCore,transformList)
importFrom(flowWorkspace,GatingSet)
importFrom(flowWorkspace,Rm)
importFrom(flowWorkspace,getData)
importFrom(flowWorkspace,getDescendants)
importFrom(flowWorkspace,getGate)
importFrom(flowWorkspace,getNodes)
importFrom(flowWorkspace,getTransformations)
importFrom(flowWorkspace,pData)
importFrom(flowWorkspace,recompute)
importFrom(flowWorkspace,sampleNames)
importFrom(flowWorkspace,setGate)
importFrom(flowWorkspace,transformerList)
importFrom(grDevices,adjustcolor)
importFrom(grDevices,col2rgb)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,densCols)
importFrom(grDevices,n2mfrow)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,box)
importFrom(graphics,contour)
importFrom(graphics,layout)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,locator)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,plot.new)
importFrom(graphics,points)
importFrom(graphics,polygon)
importFrom(graphics,rect)
importFrom(graphics,strheight)
importFrom(graphics,strwidth)
importFrom(graphics,text)
importFrom(graphics,title)
importFrom(magrittr,"%>%")
importFrom(methods,as)
importFrom(methods,is)
importFrom(methods,new)
importFrom(ncdfFlow,ncfsApply)
importFrom(openCyto,add_pop)
importFrom(openCyto,gating)
importFrom(openCyto,gatingTemplate)
importFrom(openCyto,registerPlugins)
importFrom(openCyto,templateGen)
importFrom(rhandsontable,hot_cols)
importFrom(rhandsontable,hot_rows)
importFrom(rhandsontable,hot_to_r)
importFrom(rhandsontable,rHandsontableOutput)
importFrom(rhandsontable,renderRHandsontable)
importFrom(rhandsontable,rhandsontable)
importFrom(shiny,actionButton)
importFrom(shiny,checkboxInput)
importFrom(shiny,eventReactive)
importFrom(shiny,fluidPage)
importFrom(shiny,fluidRow)
importFrom(shiny,mainPanel)
importFrom(shiny,observe)
importFrom(shiny,plotOutput)
importFrom(shiny,reactiveValues)
importFrom(shiny,renderPlot)
importFrom(shiny,selectInput)
importFrom(shiny,shinyApp)
importFrom(shiny,sidebarLayout)
importFrom(shiny,sidebarPanel)
importFrom(shiny,tabPanel)
importFrom(shiny,tabsetPanel)
importFrom(shiny,titlePanel)
importFrom(shiny,updateSelectInput)
importFrom(shinythemes,shinytheme)
importFrom(stats,density)
importFrom(stats,loess)
importFrom(stats,median)
importFrom(stats,predict)
importFrom(stats,sd)
importFrom(tools,file_ext)
importFrom(utils,edit)
importFrom(utils,menu)
importFrom(utils,modifyList)
importFrom(utils,read.csv)
importFrom(utils,select.list)
importFrom(utils,write.csv)