Learn R Programming

IFC (version 0.1.2)

applyGatingStrategy: Apply Gating Strategy

Description

Applies Gating Strategy to an `IFC_data` object

Usage

applyGatingStrategy(obj, gating, display_progress = TRUE, verbose = FALSE, ...)

Arguments

obj

an `IFC_data` object extracted with features extracted.

gating

an `IFC_gating` object extracted by readGatingStrategy.

display_progress

whether to display a progress bar. Default is TRUE.

verbose

whether to display information (use for debugging purpose). Default is FALSE.

...

other arguments to be passed.

Value

A named list of class `IFC_data` with new regions, pops and graphs

Details

/!\ 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.