updateGate.Rd
Updates a gate.
updateGate(experimentId, gateId, properties = list())
ID of experiment.
ID of gate or a byName expression.
byName
Properties to set on the gate.
if (FALSE) { # \dontrun{ updateGate(experimentId, gateId, list("name" = "new gate name")) } # }