cqc_cf_list | R Documentation |
cqc_cf_list
object from a list of cytoframe
objectsThis is the core data object for cytoqc
.
cqc_cf_list(x)
x |
a named list of |
## 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.