plot_diff | R Documentation |
visualize the tree structure difference among the GatingSets
plot_diff(groups)
groups |
|
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.