Description Usage Arguments Details Value Examples
View source: R/flowJoWorkspace_Methods.R
Return a data frame of samples contained in a flowJo workspace
1 | fj_ws_get_samples(x, group_id = NULL)
|
x |
A |
group_id |
|
The samples with 0 populations are excluded.
Returns a data.frame
of samples in the flowjo_workspace
, including their
sampleID
, name
A data.frame
with columns sampleID
, name
1 2 3 4 5 | ## Not run:
#ws is a flowjo_workspace
fj_ws_get_samples(ws);
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.