View source: R/wsx_get_fcs_paths.R
wsx_get_fcs_paths | R Documentation |
If one has a large experiment with many fcs files and many workspaces with various gatings, finding out which fcs files are gated in which workspace may be helpful.
wsx_get_fcs_paths(ws, split = T)
ws |
path to flowjo workspace or a parsed xml-document (xml2::read_xml(ws)) |
split |
logical whether to split file paths by groups; if yes a list is returned, if no a data frame |
a list or data frame of paths to fcs files
## Not run:
wsx_get_fcs_paths(ws)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.