Skip to contents

Coerce an object into a flowSet

Coerce a tof_tbl into a flowSet

Usage

as_flowSet(x, ...)

# S3 method for tof_tbl
as_flowSet(x, group_cols, ...)

Arguments

x

A tof_tbl.

...

Unused.

group_cols

Unquoted names of the columns in `x` that should be used to group cells into separate flowFrames. Supports tidyselect helpers. Defaults to NULL (all cells are written into a single flowFrame). Note that the metadata column name "name" is a special value in the flowSet) class, so if any of `group_cols` refers to a column named "name," an error will be thrown.

Value

A flowSet

A flowSet in which cells are grouped into constituent flowFrames based on the values in `group_cols`. If no `group_cols` are specified, a flowFrame will be returned instead. Note that all non-numeric columns in will be removed.

Examples

NULL
#> NULL

NULL
#> NULL