Description Usage Arguments Details
View source: R/GatingSet_Methods.R
This 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.
1 2 3 4 5 6 7 8 | 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
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.