Get panel information from a tof_tibble
Value
A tibble containing information about the CyTOF panel that was used during data acquisition for the data contained in `tof_tibble`.
See also
Other tof_tbl utilities:
new_tof_tibble()
,
tof_set_panel()
Examples
input_file <- dir(tidytof_example_data("aml"), full.names = TRUE)[[1]]
tof_tibble <- tof_read_data(input_file)
tof_get_panel(tof_tibble)
#> # A tibble: 59 × 2
#> metals antigens
#> <chr> <chr>
#> 1 Time Time
#> 2 Event_length Event_length
#> 3 Y89 CD45
#> 4 Pd102 empty
#> 5 Pd104 empty
#> 6 Pd105 empty
#> 7 Pd106 empty
#> 8 Pd108 empty
#> 9 Pd110 empty
#> 10 In113 CD61
#> # ℹ 49 more rows