Description Usage Arguments Examples
This is the core data object for cytoqc
.
1 | cqc_cf_list(x)
|
x |
a named list of |
1 2 3 4 5 6 7 8 9 10 | ## 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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.