convert_legacy: convert the legacy GatingSet archive (mixed with R and C++...

Description Usage Arguments Details Examples

Description

Older versions of flowWorkspace represented GatingSet-class objects using a combination of R and C++ files, while newer versions have moved the representation entirely to the C++ level for the sake of efficiency. In order to use GatingSet or GatingSetList archives created in older versions, they will need to be converted to the new format.

Usage

1
2
3

Arguments

from

the old archive path

to

the new archive path

...

tmp the path where the temporary files will be written to during the conversion. By default it is system temp folder and sometime it is helpful to be able to customize it to other location when system temp folder is fulll or not succicient when converting big data sets.

Details

Note that it is likely some of the keyword values (mainly offsets e.g. BEGINDATA) may change slightly after the conversion due to the process of rewriting data to FCS files through write.FCS.

Examples

1
2
3
4
## Not run: 
convert_legacy_gs(old_gs_path, new_gs_path)

## End(Not run)

flowWorkspace documentation built on Nov. 8, 2020, 8:08 p.m.