Applies Gating Strategy to an `IFC_data` object
applyGatingStrategy(obj, gating, display_progress = TRUE, verbose = FALSE, ...)
an `IFC_data` object extracted with features extracted.
an `IFC_gating` object extracted by readGatingStrategy
.
whether to display a progress bar. Default is TRUE.
whether to display information (use for debugging purpose). Default is FALSE.
other arguments to be passed.
A named list of class `IFC_data` with new regions, pops and graphs
/!\ Please note that all former gating strategy (i.e. regions, pops, graphs and stats) will be removed from returned object. An error will be thrown if a feature is required to create a population or a graph but can't be found in 'obj'. If tagged population(s) is(are) imported, objects from this(these) population(s) outside 'obj' will be discarded. If this results in NULL, then all objects will be tagged.