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