concatenateFCS: Merge .fcs files in selected folder

View source: R/concatenateFCS.R

concatenateFCSR Documentation

Merge .fcs files in selected folder

Description

Function to merge .fcs files in a given folder.

Usage

concatenateFCS(fcsDir, filename, path = NULL)

Arguments

fcsDir

Directory with .fcs files to be combined

filename

File name to create on disk

path

Path of the directory to save plot to: path and filename are combined to create the fully qualifed file name. Defaults to fcsDir

Value

A character vector of the file name.

Examples

concatenateFCS(fcsDir = system.file("extdata", package="cytofast"), 
               filename = merged/cytofastData_merged.fcs)


KoenAStam/cytofast documentation built on June 1, 2022, 1:15 a.m.