Read high-dimensional cytometry data from an .fcs file into a tidy tibble.
Source:R/io.R
tof_read_fcs.Rd
This function reads high-dimensional cytometry data from a single .fcs file into a tidy data structure called a `tof_tbl` ("tof_tibble"). tof_tibbles are identical to normal tibbles except for an additional attribute ("panel") that stores information about the high-dimensional cytometry panel used during data acquisition.
Value
a `tof_tbl` in which each row represents a single cell and each column represents a high-dimensional cytometry antigen channel.
A `tof_tbl` is an S3 class that extends the "tibble" class by storing one additional attribute: "panel" (a tibble storing information about the panel used during data acquisition).