View source: R/createPolygonGate.R
createPolygonGate | R Documentation |
Creates a polygon gate.
createPolygonGate(
experimentId,
xChannel,
yChannel,
name,
vertices,
label = NULL,
gid = generateId(),
parentPopulationId = NULL,
tailoredPerFile = FALSE,
fcsFileId = NULL,
locked = FALSE,
createPopulation = is.null(fcsFileId)
)
experimentId |
The ID of the experiment to which to add the gate, or a
|
xChannel |
The name of the x channel to which the gate applies. |
yChannel |
The name of the y channel to which the gate applies. |
name |
The name of the gate. |
vertices |
List of vectors of coordinates, like
|
label |
Position of the label. Defaults to the midpoint of the gate. |
gid |
Group ID of the gate, used for tailoring. If this is not specified, then a new Group ID will be created. |
parentPopulationId |
ID of the parent population or a |
tailoredPerFile |
Whether or not this gate is tailored per FCS file. |
fcsFileId |
ID of FCS file or a |
locked |
Prevents modification of the gate via the web interface. |
createPopulation |
Automatically create corresponding population.
Specify |
## Not run:
createPolygonGate(experimentId, "FSC-A", "FSC-W", "my gate", list(c(1, 2), c(4, 5), c(7, 8)))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.