Coerce flowFrames or flowSets into tof_tbl's.
Examples
input_file <- dir(tidytof_example_data("aml"), full.names = TRUE)[[1]]
input_flowframe <- flowCore::read.FCS(input_file)
tof_tibble <- as_tof_tbl(input_flowframe)
Coerce flowFrames or flowSets into tof_tbl's.
input_file <- dir(tidytof_example_data("aml"), full.names = TRUE)[[1]]
input_flowframe <- flowCore::read.FCS(input_file)
tof_tibble <- as_tof_tbl(input_flowframe)