fj_ws_get_sample_groups: Get a table of sample groups from a flowJo workspace

Description Usage Arguments Details Value See Also Examples

View source: R/flowJoWorkspace_Methods.R

Description

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

Usage

1

Arguments

x

A flowjo_workspace object.

Details

Note that the samples with 0 populations are also included (since count populations requires traversing xml for all samples thus can be expensive) 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 flowjo_to_gatingset

Examples

1
2
3
4
5
  ## Not run: 
    #ws is a flowjo_workspace
    fj_ws_get_sample_groups(ws);
  
## End(Not run)

CytoML documentation built on March 12, 2021, 2 a.m.