updateGate: Update gate

View source: R/updateGate.R

updateGateR Documentation

Update gate

Description

Updates a gate.

Usage

updateGate(experimentId, gateId, properties = list())

Arguments

experimentId

ID of experiment.

gateId

ID of gate or a byName expression.

properties

Properties to set on the gate.

Examples

## Not run: 
updateGate(experimentId, gateId, list("name" = "new gate name"))

## End(Not run)


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