Description Usage Arguments Value
View source: R/preprocessing-panel.R
Create a CyTOF panel to be fill
1 2 3 4 5 6 | create_panel(
path,
glob = "*.fcs",
flowcore_params = list(truncate_max_range = FALSE),
cytofkit2_params = list(mergeMethod = "all")
)
|
path |
Path to search for cytometry files. |
glob |
A wildcard aka globbing pattern (e.g. *.fcs) passed on
to |
flowcore_params |
Extra arguments passed to |
cytofkit2_params |
Extra arguments passed to |
A tibble with 3 columns:
fcs_colname: Column filled it with channels found in data.
antigen: Filled with NAs.
marker_class: Filled with NAs.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.