| getSampleGroups {CytoML} | R Documentation |
Return a data frame of sample group information from a flowJo workspace
getSampleGroups(...) fj_ws_get_sample_groups(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.
flowjo_workspace-class open_flowjo_xml
## Not run:
#ws is a flowjo_workspace
fj_ws_get_sample_groups(ws);
## End(Not run)