getGates.Rd
Retrieves the list of gates in an experiment.
getGates(experimentId, params = list())
if (FALSE) { # \dontrun{
# 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"))
} # }