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)

Arguments

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

Value

a list or data frame of paths to fcs files

Examples

if (FALSE) {
wsx_get_fcs_paths(ws)
}