Description Usage Arguments Examples
It is used to split samples into separate groups when they can't be reconciled into the same group.
1 2 |
x |
cqc_check object |
f, drop, ... |
not used |
1 2 3 4 5 6 7 | fcs_files <- list.files(system.file("extdata", "GvHD_QC", package = "cytoqc"), full.names = TRUE)
qc_cf_list <- cqc_load_fcs(fcs_files)
channel_groups <- cqc_check(qc_cf_list, type = "channel")
# Show the different groups that will result from the split
summary(channel_groups)
split_groups <- split(channel_groups)
split_groups
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.