View source: R/getDescendants.R
gh_pop_get_descendants | 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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.