gs_check_redundant_nodes: try to determine the redundant terminal(or leaf) nodes that...

Description Usage Arguments Value Examples

View source: R/merge_GatingSet.R

Description

These leaf nodes make the gating trees to be different from one another and can be removed by the subsequent convevient call gs_remove_redundant_nodes.

Usage

1
gs_check_redundant_nodes(x, path = "auto", ...)

Arguments

x

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

path

argumented passed to gs_get_pop_paths. The default value is "auto".

...

other arguments passed to gs_get_pop_paths.

Value

a list of the character vectors inicating the nodes that are considered to be redundant for each group of GatingSets.

Examples

1
2
3
4
5
6
## Not run: 
gslist <- list(gs1, gs2, gs3, gs4, gs5)
gs_groups <- gs_split_by_tree(gslist)
toRm <- gs_check_redundant_nodes(gs_groups)

## End(Not run)

flowWorkspace documentation built on Nov. 8, 2020, 8:08 p.m.