gh_pop_get_descendants {flowWorkspace} | R Documentation |
get all the descendant nodes for the given ancester
gh_pop_get_descendants(gh, node, showHidden = TRUE, ...)
gh |
GatingHierarchy |
node |
the node path |
showHidden |
whether show hidden nodes |
... |
passed to |
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")