concatenate_fcs_files: Concatente multiple FCS files into a single one

View source: R/fcs_io.R

concatenate_fcs_filesR Documentation

Concatente multiple FCS files into a single one

Description

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)

Usage

concatenate_fcs_files(files.list, output.file = NULL)

Arguments

files.list

Character vector of FCS file paths to concatenate

output.file

The path the concatenated file will be written to. If this is NULL the data is returned as a flowFrame instead, which you can write with write_flowFrame

Value

If an output.file is provided, this function returns NULL, otherwise the data is returned as a flowFrame


ParkerICI/premessa documentation built on Sept. 16, 2022, 3:06 p.m.