gs_get_gates.Rd
Gates from gatingset for plotting with ggcyto
gs a gatingset, e.g. made with fcexpr::wsp_get_gs
number of bins in total, will be used equally in x and y direction, bin size is adjusted to ranges in x and y direction
min,max quantiles of signal intensities to set axis limits to; use quantiles to exclude extreme values
min,max required signal intensitiy for fluorescence channels of one event in order to condider it for axis limit calculation (to filter extreme values); in logicle transformation
min,max required signal intensitiy for scatter channels of one event in order to condider it for axis limit calculation (to filter extreme values); in inverse transformation which is equal to logicle transformation (for scatter channels)
x-position for gate name labels
y-position for gate name labels
x-position for gate percent labels
y-position for gate percent labels
size of name label
size of percent label
a data frame to loop over and produce plots with ggcyto
if (FALSE) {
gates <- gs_get_gates(gs)
}