createEllipseGate.Rd
Creates an ellipse gate.
createEllipseGate(
experimentId,
xChannel,
yChannel,
name,
x,
y,
angle,
major,
minor,
label = c(x, y),
gid = generateId(),
parentPopulationId = NULL,
tailoredPerFile = FALSE,
fcsFileId = NULL,
locked = FALSE,
createPopulation = is.null(fcsFileId)
)
The ID of the experiment to which to add the gate, or a
byName
expression.
The name of the x channel to which the gate applies.
The name of the y channel to which the gate applies.
The name of the gate.
The x centerpoint of the gate.
The y centerpoint of the gate.
The angle of the ellipse in radians.
The major radius of the ellipse.
The minor radius of the ellipse.
Position of the label. Defaults to the midpoint of the gate.
Group ID of the gate, used for tailoring. If this is not specified, then a new Group ID will be created.
ID of the parent population or a byName
expression. Use UNGATED
for the "ungated" population. Only used if
createPopulation
is TRUE
.
Whether or not this gate is tailored per FCS file.
ID of FCS file or a byName
expression, if tailored
per file. Use NULL
for the global gate in a tailored gate group.
Prevents modification of the gate via the web interface.
Automatically create corresponding population.
Specify parentPopulationId
if set to TRUE
.