appendFFCols {flowSpecs}R Documentation

This function is a slightly adjusted copy of the fr_append_cols function in flowCore. It mainly allows for the presence of additional pData variables

Description

This function is a slightly adjusted copy of the fr_append_cols function in flowCore. It mainly allows for the presence of additional pData variables

Usage

appendFFCols(focusFrame, newCols)

Arguments

focusFrame

The flowFrame that will get appended.

newCols

The new columns that should be added.

Value

The focusFrame, with the newCols appended.


[Package flowSpecs version 1.0.2 Index]