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