new_tof_tibble | R Documentation |
Constructor for a tof_tibble.
new_tof_tibble(x = dplyr::tibble(), panel = dplyr::tibble())
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. |
A 'tof_tbl', an tibble extension that tracks a few other attributes that are useful for CyTOF data analysis.
Other tof_tbl utilities:
tof_get_panel()
,
tof_set_panel()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.