| cqc_gs_list | R Documentation |
For the methods dispatching purpose
cqc_gs_list(x)
x |
a list of 'GatingSet' objects |
library(flowWorkspace)
gs_paths <- list.files(system.file("extdata", "gslist_manual_QC", package = "cytoqc"), full.names = TRUE)
gs1 <- load_gs(gs_paths[[1]])
gs2 <- load_gs(gs_paths[[2]])
qc_gslist <- cqc_gs_list(list(gs1, gs2))
groups <- cqc_check(qc_gslist, type="gate")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.