concatenate_fcs_files | R Documentation |
This function concatenates multilpe FCS files into a single one. It assumes that the files are all identical panel-wise (i.e. parameters names and descriptions, $PxN and $PxS FCS keywords)
concatenate_fcs_files(files.list, output.file = NULL)
files.list |
Character vector of FCS file paths to concatenate |
output.file |
The path the concatenated file will be written to. If this is |
If an output.file
is provided, this function returns NULL
, otherwise the data is returned
as a flowFrame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.