split.cqc_check | R Documentation |
cqc_check
into groupsIt is used to split samples into separate groups when they can't be reconciled into the same group.
## S3 method for class 'cqc_check' split(x, f, drop = FALSE, ...)
x |
cqc_check object |
f, drop, ... |
not used |
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.