Learn R Programming

flowWorkspace (version 3.16.0)

getSampleGroups,flowJoWorkspace-method: 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"(x)

Arguments

x
A flowJoWorkspace object.

Value

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

Details

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

See Also

flowJoWorkspace-class openWorkspace

Examples

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

Run the code above in your browser using DataLab