ff_append_cols: Append data columns to a flowFrame

View source: R/flowCoreMisc.R

ff_append_colsR Documentation

Append data columns to a flowFrame

Description

Append data columns to a flowFrame

Usage

ff_append_cols(fr, cols)

Arguments

fr

A flowFrame.

cols

A numeric matrix containing the new data columns to be added. Must has column names to be used as new channel names.

Details

It is used to add extra data columns to the existing flowFrame. It handles keywords and parameters properly to ensure the new flowFrame can be written as a valid FCS through the function write.FCS .

Value

A flowFrame

Author(s)

Mike Jiang


ucl-cssb/flopr documentation built on Jan. 27, 2024, 11:49 a.m.