getSampleGroups,flowJoWorkspace-method {CytoML}R Documentation

Get a table of sample groups from a flowJo workspace

Description

Return a data frame of sample group information from a flowJo workspace

Usage

## S4 method for signature 'flowJoWorkspace'
getSampleGroups(x)

Arguments

x

A flowJoWorkspace object.

Details

Returns a table of samples and groups defined in the flowJo workspace

Value

A data.frame containing the groupName, groupID, and sampleID for each sample in the workspace. Each sample may be associated with multiple groups.

See Also

flowJoWorkspace-class openWorkspace

Examples

  ## Not run: 
    #ws is a flowJoWorkspace
    getSampleGroups(ws);
  
## End(Not run)

[Package CytoML version 1.10.0 Index]