gh_pop_get_descendants: get all the descendant nodes for the given ancester

Description Usage Arguments Examples

View source: R/getDescendants.R

Description

get all the descendant nodes for the given ancester

Usage

1
gh_pop_get_descendants(gh, node, showHidden = TRUE, ...)

Arguments

gh

GatingHierarchy

node

the node path

showHidden

whether show hidden nodes

...

passed to getNode call

Examples

1
2
3
4
5
library(flowWorkspace)
dataDir <- system.file("extdata",package="flowWorkspaceData")
suppressMessages(gs <- load_gs(list.files(dataDir, pattern = "gs_manual",full = TRUE)))
gh_pop_get_descendants(gs[[1]], "CD4")
gh_pop_get_descendants(gs[[1]], "CD8", path = "auto")

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