cf_get_panel | R Documentation |
Extract channel/marker info from a cytoframe object
cf_get_panel(cf, skip_na = FALSE)
cf |
cytoframe |
skip_na |
whether to skip the entries with marker unset (i.e. NA) |
a tibble with two columns: "channel" and 'marker'
library(flowWorkspace) fcs_path <- system.file("extdata", "GvHD_QC", "s5a01.fcs", package = "cytoqc") cf <- load_cytoframe_from_fcs(fcs_path) cf_get_panel(cf)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.