View source: R/gatingTemplate-methods.R
gt_get_nodes | R Documentation |
get nodes from gatingTemplate object
gt_get_nodes(
x,
y,
order = c("default", "bfs", "dfs", "tsort"),
only.names = FALSE
)
x |
|
y |
|
order |
|
only.names |
|
## Not run:
gt <- gatingTemplate(system.file("extdata/gating_template/tcell.csv",package = "openCyto"))
gt_get_nodes(gt)[1:2]
gt_get_nodes(gt, only.names = TRUE)
gt_get_nodes(gt, "/nonDebris")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.