summary.cqc_check | R Documentation |
It summarize the itemized check report into group overview. It is automatically triggered by print method of 'cqc_check' result.
## S3 method for class 'cqc_check' summary(object, ...)
object |
qc table returned by |
... |
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") summary(channel_groups)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.