Description Usage Arguments Examples
For the methods dispatching purpose
1 | cqc_gs_list(x)
|
x |
a list of 'GatingSet' objects |
1 2 3 4 5 6 | 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.