R/cyto_gate-helpers.R
cyto_gate_copy.Rd
Copy gates to other nodes in GatingSet and update gatingTemplate
cyto_gate_copy( x, parent = NULL, alias = NULL, copy = NULL, gatingTemplate = NULL )
x | object of class |
---|---|
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 |
... | not in use. |
object of class GatingSet
with copied gates applied and update
gatingTemplate csv file with appropriate entries.
Dillon Hammill, Dillon.Hammill@anu.edu.au