Description Usage Arguments Examples
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
.
1 2 3 |
files |
the fcs or h5 file paths |
... |
parameters passed to 'load_cytoframe_from_fcs' or 'load_cytoframe' |
1 2 3 4 5 6 7 8 | 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.