getDescendants {flowWorkspace}R Documentation

get all the descendant nodes for the given ancester

Description

get all the descendant nodes for the given ancester

Usage

getDescendants(gh, node, ...)

Arguments

gh

GatingHierarchy

node

the node path

...

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)))
getDescendants(gs[[1]], "CD4")
getDescendants(gs[[1]], "CD8", path = "auto")

[Package flowWorkspace version 3.32.0 Index]