Description Usage Arguments Examples
visualize the tree structure difference among the GatingSets
1 | plot_diff(groups)
|
groups |
|
1 2 3 4 5 6 7 | 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")
plot_diff(groups)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.