cqc_cf_list: Construct a 'cqc_cf_list' object from a list of 'cytoframe'...

View source: R/cqc_io.R

cqc_cf_listR Documentation

Construct a cqc_cf_list object from a list of cytoframe objects

Description

This is the core data object for cytoqc.

Usage

cqc_cf_list(x)

Arguments

x

a named list of cytoframe objects

Examples

## Not run: 
# This is just for illustration. cqc_load_fcs will normally take care of this step.
fcs_files <- list.files(system.file("extdata", "GvHD_QC", package = "cytoqc"), full.names = TRUE)
cf_list <- lapply(fcs_files[1:3], load_cytoframe_from_fcs)
names(cf_list) <- fcs_files[1:3]

# Construct a cqc_cf_list object from a list of cytoframes
cf_list <- cqc_cf_list(cf_list)

## End(Not run)

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