GatingSet using a template and FCS filesgh_apply_to_new_fcs.RdThis uses a GatingHierarchy as a template to apply to other loaded samples in the form of a list of FCS files,
resulting in a GatingSet. The transformations and gates from the template are applied to all samples.
gh_apply_to_new_fcs( x, files, swap_cols = FALSE, backend = get_default_backend(), compensation_source = "sample", ... )
| x | GatingHierarchy |
|---|---|
| swap_cols | for internal usage |
| backend | the backend storage mode to use for |
| compensation_source | One of the following options:
|
| ... | other arguments passed to |
This method is still included to support legacy scripts but will deprecated for the more modular workflow of loading a cytoset
via load_cytoset_from_fcs followed by gh_apply_to_cs.