Transform gates objects
# S3 method for rectangleGate cyto_gate_transform(x, trans = NULL, inverse = FALSE, ...) # S3 method for polygonGate cyto_gate_transform(x, trans = NULL, inverse = FALSE, ...) # S3 method for ellipsoidGate cyto_gate_transform(x, trans = NULL, inverse = FALSE, ...) # S3 method for quadGate cyto_gate_transform(x, trans = NULL, inverse = FALSE, ...) # S3 method for filters cyto_gate_transform(x, trans = NULL, inverse = FALSE, ...) # S3 method for list cyto_gate_transform(x, trans = NULL, inverse = FALSE, ...)
| x | object of class rectangleGate, polygonGate, ellipsoidGate, quadGate, filters or a list of these gate objects. |
|---|---|
| trans | list of transformers to apply to the gate co-ordinates. |
| inverse | logical indicating whether the inverse transformations should be applied, set to FALSE by default. |
| ... | not in use. |
transformed gate object.
Dillon Hammill, Dillon.Hammill@anu.edu.au