cqc_drop_groups | R Documentation |
Remove outlier groups from the result of 'cqc_check'.
cqc_drop_groups(groups, id)
groups |
the object returned by 'cqc_checks' |
id |
the group id to be dropped from the dataset |
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.