View source: R/wsx_get_transformations.R
wsx_get_transformations | R Documentation |
Get transformation parameters from a flowjo workspace
wsx_get_transformations(
ws,
lapply_fun = lapply,
groups = NULL,
group_filenames = F,
...
)
ws |
path to flowjo workspace or a parsed xml-document (xml2::read_xml(ws)) |
lapply_fun |
function name without quotes; lapply, pbapply::pblapply or parallel::mclapply are suggested |
groups |
which flowjo groups to include |
group_filenames |
create a list column of filenames that have equal transformation pararmeters |
... |
additional argument to the lapply function; mainly mc.cores when parallel::mclapply is chosen |
data frame with transformation parameters for each channel
## Not run:
trafo_df <- wsx_get_transformations(ws = ws)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.