sampleNames,GatingHierarchy-method {flowWorkspace} | R Documentation |
Return a sample names contained in a GatingSet
## S4 method for signature 'GatingHierarchy' sampleNames(object) ## S4 method for signature 'GatingSet' sampleNames(object) ## S4 replacement method for signature 'GatingSet' sampleNames(object) <- value
object |
or a |
value |
|
The sample names comes from pdata of fs.
A character vector of sample names
## Not run: #G is a GatingSet sampleNames(G) ## End(Not run)