| getSamples {CytoML} | R Documentation |
Return a data frame of samples contained in a flowJo workspace
getSamples(...) fj_ws_get_samples(x, sampNloc = "keyword")
x |
A |
sampNloc |
|
Returns a data.frame of samples in the flowjo_workspace, including their
sampleID, name, and compID (compensation matrix ID).
A data.frame with columns sampleID, name, and compID if x is a flowjo_workspace.
## Not run:
#ws is a flowjo_workspace
fj_ws_get_samples(ws);
## End(Not run)