Skip to contents

to_tibble() creates a tibble::tibble() from slots of a flowCore::flowSet(); an S4 class that stores .fcs file data.

Usage

to_tibble(data, ...)

Arguments

data

A flowSet object.

...

What slots to extract? <kw: default = "all"> // One or more of "all", "sample_names", "exprs", "keywords", or "meta_data".

Value

A tibble containing the requested data components. The function will error if data is not a flowSet or if invalid keywords are provided.

Additional keywords are ignored if combined with all.