getGates | R Documentation |
Retrieves the list of gates in an experiment.
getGates(experimentId, params = list())
experimentId |
ID of experiment. |
params |
Optional query parameters. |
## Not run:
# List all gates in the experiment
getGates(experimentId)
# List the name and GID of the first five gates
getGates(experimentId, params = list("limit" = "5", "fields" = "+name,+gid"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.