sampleNames {flowWorkspace}R Documentation

Get/update sample names in a GatingSet

Description

Return a sample names contained in a GatingSet

Usage

sampleNames(object)

sampleNames(object) <- value

Arguments

object

a GatingSet

value

character new sample names

Details

The sample names comes from pdata of fs.

Value

A character vector of sample names

Examples

      ## Not run: 
        #G is  a GatingSet
        sampleNames(G)
      
## End(Not run)

[Package flowWorkspace version 4.4.0 Index]