Description Usage Arguments Examples
View source: R/GatingSet_Methods.R
gh_pop_set_name/gs_pop_set_name
update the name of one node in a gating hierarchy/GatingSet.
1 2 3 | gh_pop_set_name(x, y, value)
gs_pop_set_name(x, y, value)
|
x |
GatingHierarchy |
y |
pop name/path |
value |
A |
1 2 3 4 5 6 | ## Not run:
# G is a GatingHierarchy
gs_get_pop_paths(G[[1]])#return node names
gh_pop_set_name(G,"L","lymph")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.