cf_get_panel: Extract channel/marker info from a cytoframe object

View source: R/cqc_check.R

cf_get_panelR Documentation

Extract channel/marker info from a cytoframe object

Description

Extract channel/marker info from a cytoframe object

Usage

cf_get_panel(cf, skip_na = FALSE)

Arguments

cf

cytoframe

skip_na

whether to skip the entries with marker unset (i.e. NA)

Value

a tibble with two columns: "channel" and 'marker'

Examples

library(flowWorkspace)
fcs_path <- system.file("extdata", "GvHD_QC", "s5a01.fcs", package = "cytoqc")
cf <- load_cytoframe_from_fcs(fcs_path)
cf_get_panel(cf)

RGLab/cytoqc documentation built on Jan. 25, 2023, 11:05 p.m.