flAddFlowFrame: Adds densities from a flowFrame that represents a parent cell...

Description Usage Arguments Value Examples

Description

Adds densities from a flowFrame that represents a parent cell population.

Usage

1
2
flAddFlowFrame(obj, parentFlowFrame, channelIndices, populationName,
  fcsName = NULL)

Arguments

obj

A DensityData object.

parentFlowFrame

An object of type flowFrame representing the parent population.

channelIndices

A vector of indices of channels to use for gating the child population.

populationName

The name of the child population.

fcsName

The different name for the FCS file. By default parentFlowFrame@description$"$FIL" is used.

Value

The new DensityData object containing one density for each channel specified.

Examples

1
2
densdat <- flInit(new('DensityData'))
densdat <- flAddFlowFrame(densdat, flSampleFlowFrame, c(1,2), 'Granulocyte Pre')

mlux86/flowLearn documentation built on May 29, 2019, 5:43 a.m.