getGates: Get gates

View source: R/getGates.R

getGatesR Documentation

Get gates

Description

Retrieves the list of gates in an experiment.

Usage

getGates(experimentId, params = list())

Arguments

experimentId

ID of experiment.

params

Optional query parameters.

Examples

## 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)

primitybio/cellengine-r-toolkit documentation built on Oct. 19, 2024, 1:17 a.m.