| cqc_load_fcs | R Documentation |
load fcs or h5 files into cqc_cf_list object which is a list of cytoframe objects.
This is the method to construct the core data object for cytoqc.
cqc_load_fcs(files, ...) cqc_load_cytoframe(files, ...)
files |
the fcs or h5 file paths |
... |
parameters passed to 'load_cytoframe_from_fcs' or 'load_cytoframe' |
fcs_files <- list.files(system.file("extdata", "GvHD_QC", package = "cytoqc"), full.names = TRUE)
cqc_cf_list <- cqc_load_fcs(fcs_files)
## Not run:
h5_files <- list.files(system.file("extdata", "gs_bcell_auto", package = "flowWorkspaceData"),
pattern = ".h5", full.names = TRUE)
cqc_cf_list <- cqc_load_cytoframe(h5_files)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.