| cqc_get_data | R Documentation |
cqc_check call.Extract the data from the result of a cqc_check call.
cqc_get_data(groups, id = NULL)
groups |
the object returned by |
id |
the group id to be selected from the dataset, default is NULL, meaning all data |
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)
group_3_cf_list <- cqc_get_data(channel_groups, 3)
# A list of cytoframes
group_3_cf_list
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.