| getSampleGroups,flowJoWorkspace-method {flowWorkspace} | R Documentation |
Return a data frame of sample group information from a flowJo workspace
## S4 method for signature 'flowJoWorkspace' getSampleGroups(x)
x |
A |
Returns a table of samples and groups defined in the flowJo workspace
A data.frame containing the groupName, groupID, and sampleID for each sample in the workspace. Each sample may be associated with multiple groups.
flowJoWorkspace-class openWorkspace
## Not run:
#ws is a flowJoWorkspace
getSampleGroups(ws);
## End(Not run)