as_flowSet: Coerce an object into a 'flowSet'

View source: R/tof_tbl.R

as_flowSetR Documentation

Coerce an object into a flowSet

Description

Coerce an object into a flowSet

Coerce a tof_tbl into a flowSet

Usage

as_flowSet(x, ...)

## S3 method for class '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).

Value

A flowSet

A flowSet. Note that all non-numeric columns in 'x' will be removed.

Examples

NULL

NULL

keyes-timothy/tidytof documentation built on March 31, 2024, 12:01 p.m.