flowData {flowWorkspace} | R Documentation |
Accessor method that gets or replaces the flowset/ncdfFlowSet object in a GatingSet or GatingHierarchy
flowData(x) flowData(x) <- value ## S4 method for signature 'GatingSet' flowData(x) gs_cyto_data(x, ...) ## S4 method for signature 'GatingSet' gs_cyto_data(x, inverse.transform = FALSE) ## S4 replacement method for signature 'GatingSet' gs_cyto_data(x) <- value ## S4 replacement method for signature 'GatingSet' gs_cyto_data(x) <- value
x |
A |
value |
The replacement |
inverse.transform |
logical flag indicating whether to inverse transform the data |
Accessor method that sets or replaces the ncdfFlowSet object in the GatingSet or GatingHierarchy.
the object with the new flowSet in place.