Takes Coereba Output and generates both .fcs file and a dictionary.
Source:R/Coereba_FCS.R
Coereba_FCSExport.RdTakes Coereba Output and generates both .fcs file and a dictionary.
Usage
Coereba_FCSExport(
data,
gs,
outpath,
filename,
fcsname,
returnType,
nameAppend,
Aggregate = FALSE
)Arguments
- data
The Coereba Data
- gs
Gating Set Object containing original parameters
- outpath
File path to desired storage location
- filename
Desired name for fcs file
- returnType
Whether to return "flowframe" or "fcs"
- nameAppend
For flowframe and fcs returnType, what gets appended before .fcs
- Aggregate
Combine the items, finish your documentation.