tof_get_panel | R Documentation |
Get panel information from a tof_tibble
tof_get_panel(tof_tibble)
tof_tibble |
A 'tof_tbl'. |
A tibble containing information about the CyTOF panel that was used during data acquisition for the data contained in 'tof_tibble'.
Other tof_tbl utilities:
new_tof_tibble()
,
tof_set_panel()
input_file <- dir(tidytof_example_data("aml"), full.names = TRUE)[[1]]
tof_tibble <- tof_read_data(input_file)
tof_get_panel(tof_tibble)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.