Copy gates to other nodes in GatingSet and update gatingTemplate

cyto_gate_copy(
  x,
  parent = NULL,
  alias = NULL,
  copy = NULL,
  gatingTemplate = NULL
)

Arguments

x

object of class GatingSet.

parent

name of the parental node to which the gates should be copied.

alias

vector of names for the copied gates, must be the same length as copy.

copy

vector of names to copy to new parent.

gatingTemplate

name of the gatingTemplate csv file (e.g. "gatingTemplate.csv") where the new entries should be saved.

...

not in use.

Value

object of class GatingSet with copied gates applied and update gatingTemplate csv file with appropriate entries.

Author

Dillon Hammill, Dillon.Hammill@anu.edu.au