plot_diff_tree {flowWorkspace}R Documentation

visualize the tree structure differnece among the GatingSets

Description

visualize the tree structure differnece among the GatingSets

Usage

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

Arguments

x

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

Examples

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

## End(Not run)

[Package flowWorkspace version 3.30.2 Index]