wsx_get_groups.Rd
Retrieve groups within a flowjo workspace and associated samples (sampleID)
wsx_get_groups(
ws,
filter_AllSamples = T,
collapse_groups = T,
collapse_to = "list"
)
path to flowjo workspace or a parsed xml-document (xml2::read_xml(ws))
logical whether to filter the All Samples Group in case the fcs file is also part of another group
logical whether to collapse multiple group-belongings of samples into a list-column in the data frame
string how to collapse groups; to collapse to a list-column pass 'list'; to collapse to a string provide any separator string like ';', ',' or '-'
a data frame
if (FALSE) {
wsx_get_groups(ws)
}