gs_plot_diff_tree: visualize the tree structure differnece among the GatingSets

View source: R/merge_GatingSet.R

gs_plot_diff_treeR Documentation

visualize the tree structure differnece among the GatingSets

Description

visualize the tree structure differnece among the GatingSets

Usage

gs_plot_diff_tree(x, path = "auto", ...)

Arguments

x

list of groups(each group is a list of 'GatingSet'). it is usually the outcome from gs_split_by_tree.

path

passed to getNodes

...

passed to getNodes

Examples

## Not run: 
gslist <- list(gs1, gs2, gs3, gs4, gs5)
gs_groups <- gs_split_by_tree(gslist)
gs_plot_diff_tree(gs_groups)

## End(Not run)

RGLab/flowWorkspace documentation built on March 17, 2024, 2:24 p.m.