FCS_merge_dataset: FCS Object Data Sets Merging

View source: R/fcs.R

FCS_merge_datasetR Documentation

FCS Object Data Sets Merging

Description

Merges FCS data object with various data sets.

Usage

FCS_merge_dataset(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.