checkRedundantNodes {flowWorkspace} | R Documentation |
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.
checkRedundantNodes(...) gs_check_redundant_nodes(x, path = "auto", ...)
... |
other arguments passed to gs_get_pop_paths. |
x |
|
path |
argumented passed to gs_get_pop_paths. The default value is "auto". |
a list of the character vectors inicating the nodes that are considered to be redundant for each group of GatingSets.
## 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)