gh_pop_get_descendants {flowWorkspace}R Documentation

get all the descendant nodes for the given ancester

Description

get all the descendant nodes for the given ancester

Usage

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

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")

[Package flowWorkspace version 4.6.0 Index]