gh_apply_to_cs {flowWorkspace} | R Documentation |
GatingSet
using a templateThis uses a GatingHierarchy
as a template to apply to other loaded samples in the form of a cytoset
,
resulting in a GatingSet
. The transformations and gates from the template are applied to all samples. The compensation
applied to each of the samples can be controlled via the compensation_source
argument.
gh_apply_to_cs(x, cs, swap_cols = FALSE, compensation_source = "sample", ...)
x |
GatingHierarchy |
cs |
a cytoset |
swap_cols |
for internal usage |
compensation_source |
One of the following options:
|
... |
not currently used |
a GatingSet