Skip to contents

Constructor for a tof_tibble.

Usage

new_tof_tibble(x = dplyr::tibble(), panel = dplyr::tibble())

Arguments

x

A data.frame or tibble containing single-cell mass cytometry data such that rows are cells and columns are CyTOF measurements.

panel

A data.frame or tibble containing information about the panel for the mass cytometry data in x.

Value

A `tof_tbl`, a tibble extension that tracks a few other attributes that are useful for CyTOF data analysis.

See also

Other tof_tbl utilities: tof_get_panel(), tof_set_panel()