diff.cqc_check | R Documentation |
Display the differences among QC groups
## S3 method for class 'cqc_check' diff(x, vars, ...)
x |
qc table returned by |
vars |
variable to split by. Determined automatically. |
... |
Additional arguments not for the user. Ignore. |
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") diff(channel_groups)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.