View source: R/gatingTemplate-methods.R
gt_get_gate | R Documentation |
get gating method from the node
gt_get_gate(obj, y, z)
obj |
|
y |
|
z |
|
## Not run:
gt <- gatingTemplate(system.file("extdata/gating_template/tcell.csv",package = "openCyto"))
gt_get_nodes(gt, only.names = TRUE)
gt_get_nodes(gt, "/nonDebris")
gt_get_children(gt, "/nonDebris")
gt_get_gate(gt, "/nonDebris", "/nonDebris/singlets")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.