Description Usage Arguments Examples
It simply calls the methods for the underlying flow data (flowSet/ncdfFlowSet/ncdfFlowList).
1 2 3 4 5 6 7 8 9 10 11 | ## S4 method for signature 'GatingHierarchy'
markernames(object)
## S4 replacement method for signature 'GatingHierarchy'
markernames(object) <- value
## S4 method for signature 'GatingHierarchy'
colnames(x, do.NULL = "missing", prefix = "missing")
## S4 replacement method for signature 'GatingHierarchy'
colnames(x) <- value
|
value |
named character vector for markernames<-, regular character vector for colnames<-. |
x, object |
GatingHierarchy/GatingSet/GatingSetList |
do.NULL, prefix |
not used. |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.