cyto_nodes_ancestor | R Documentation |
Get name of most recent common ancestor shared by nodes
cyto_nodes_ancestor(x, nodes = NULL, ...)
x |
object of class |
nodes |
vector of nodes for which the most recent common ancestor should be returned. |
... |
additional arguments passed to |
Dillon Hammill, Dillon.Hammill@anu.edu.au
library(CytoExploreRData)
# Activation GatingSet
gs <- GatingSet(Activation)
# Compensation
gs <- cyto_compensate(gs)
# Transformations
gs <- cyto_transform(gs)
# Gating
gs <- cyto_gatingTemplate_apply(gs, Activation_gatingTemplate)
# Ancestral node of CD4 T Cells & CD8 T Cells
cyto_nodes_ancestor(gs, nodes = c("CD4 T Cells", "CD8 T Cells"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.