FCS_merge_sample: FCS Object Samples Merging

View source: R/fcs.R

FCS_merge_sampleR Documentation

FCS Object Samples Merging

Description

Merges FCS data object with various samples.

Usage

FCS_merge_sample(fcs, ...)

Arguments

fcs

'IFC_fcs' object as extracted by readFCS().

...

other arguments to be passed.

Details

in data can contain extra columns named 'import_file' and 'import_subfile' intended to allow file/dataset identification

Value

a list of list containing:
- header, list of header information corresponding to 'options'
- delimiter, unique character used to separate keyword-value pairs
- text, list of keywords values,
- data, data.frame of values.


IFC documentation built on Sept. 14, 2023, 1:08 a.m.