Description Usage Arguments Value Author(s)
DrawGate implements an interactive manual gating routine for flow cytometry data. Users can easily
select gate coordinates on plots of flow cytometry data using a mouse click. Based on the user input, DrawGate
can construct many different types of gates, including polygon, rectangle, interval, threshold, ellipse,
and quadrant. The type of gate to be constructed must be supplied as the gate_type argument
which by default is set to a polygonGate. Each gate_type has specific gating instructions which are printed to
the console during gating. The selection of multiple gates is supported for rectangle and interval gate types.
1 |
fr |
a |
channels |
a vector indicating the fluorescent channel(s) to be used for gating. If a single channel is supplied, a histogram of of the kernel density will be constructed. |
gate_type |
a character string of length 1 indicating the type of gate to be constructed. Supported gates are |
N |
an integer indicating the number of gates to construct. |
axis |
indicates which axis should be gated for |
adjust |
numeric smoothing factor used for 1D density plots. |
... |
additional arguments for plotDens. |
a dataframe object containing the coordinates required to construct the gate.
Dillon Hammill (Dillon.Hammill@anu.edu.au)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.