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