This function traverses a gating tree structure to retrieve a node at a specified path.
See also
Other GatingTree:
ExtractGatingTree(),
GatingTreeToDF(),
PlotDeltaEnrichment(),
PlotDeltaEnrichmentPrunedTree(),
PruneGatingTree(),
createGatingTreeObject(),
findNodeByPath()
Examples
if (FALSE) { # \dontrun{
gatingTreeObject <- createGatingTreeObject(...) # assuming this function exists
path <- c("rootNode", "CD4pos")
getNode(gatingTreeObject, path)
} # }