Description Usage Arguments Examples
Remove outlier groups from the result of 'cqc_check'.
1 | cqc_drop_groups(groups, id)
|
groups |
the object returned by 'cqc_checks' |
id |
the group id to be dropped from the dataset |
1 2 3 4 5 6 | 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)
channel_groups <- cqc_drop_groups(channel_groups, 2)
channel_groups
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.