as_tof_tbl | R Documentation |
Coerce flowFrames or flowSets into tof_tbl's.
as_tof_tbl(flow_data, sep = "|")
flow_data |
A flowFrame or flowSet |
sep |
A string indicating which symbol should be used to separate antigen names and metal names in the columns of the output tof_tbl. |
A tof_tbl.
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.