View source: R/createSplitGate.R
createSplitGate | R Documentation |
Creates a split gate. split gates have two sectors (right and left), each with a name and unique gid.
createSplitGate(
experimentId,
xChannel,
name,
x,
y = 0.5,
gid = generateId(),
gids = replicate(2, generateId()),
labels = NULL,
parentPopulationId = NULL,
tailoredPerFile = FALSE,
fcsFileId = NULL,
locked = FALSE,
createPopulations = 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. |
name |
The name of the gate. Each sector is named with this parameter and a split flag (L, R). |
x |
The x coordinate of the center point (after the channel's scale has been applied). |
y |
The y position of the dashed line extending from the center point (as a fraction of the height). |
gid |
Top-level group ID of the gate, used for tailoring. If this is not specified, then a new Group ID will be created. For compound gates, "gid" refers to the top-level GID. Each sector has a unique model gid and name to which populations must refer. |
gids |
Group IDs of each sector, assigned to model.gids. |
labels |
Positions of the quadrant labels. A list of two length-2 vectors in the order: L, R. These are set automatically to the top corners. |
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. |
createPopulations |
Automatically create corresponding populations.
Specify |
## Not run:
createSplitGate(experimentId, "FSC-A", "my gate", 144000, 100000)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.