getSampleGroups {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

getSampleGroups(...)

fj_ws_get_sample_groups(x)

Arguments

x

A flowjo_workspace 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

flowjo_workspace-class open_flowjo_xml

Examples

  ## Not run: 
    #ws is a flowjo_workspace
    fj_ws_get_sample_groups(ws);
  
## End(Not run)

[Package CytoML version 1.12.1 Index]