pop_add | R Documentation |
Add populations to a GatingHierarchy
pop_add(gate, gh, ...)
## S3 method for class 'filter'
pop_add(gate, gh, ...)
## S3 method for class 'filters'
pop_add(gate, gh, names = NULL, ...)
## S3 method for class 'quadGate'
pop_add(gate, gh, names = NULL, ...)
## S3 method for class 'logical'
pop_add(gate, gh, parent, name, recompute, cluster_method_name = NULL, ...)
## S3 method for class 'factor'
pop_add(gate, gh, name = NULL, ...)
## S3 method for class 'logicalFilterResult'
pop_add(gate, gh, ...)
## S3 method for class 'multipleFilterResult'
pop_add(gate, gh, name = NULL, ...)
gh_pop_remove(gh, node, ...)
gate |
a gate object that extends |
gh |
GatingHierarchy |
... |
other arguments |
names |
a |
parent |
a |
name |
the population name |
recompute |
whether to recompute the gates |
cluster_method_name |
when adding the logical vectors as the gates, the name of the cluster method can be used to tag the populations as the extra meta information associated with the gates. |
node |
population name/path |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.