flFind: Returns a new DensityData object with a subset of entries of...

Description Usage Arguments Value Examples

Description

Returns a new DensityData object with a subset of entries of the supplied obj.

Usage

1
flFind(obj, fcs, population, channelIdx)

Arguments

obj

An existing DensityData object.

fcs

The FCS file to filter for.

population

The population to filter for.

channelIdx

The channel to filter for.

Value

A new DensityData object with a subset of entries, defined by mysubset.

Examples

1
2
# Get all densities for Population "hfa" and the first channel
dd <- flFind(flSampleDensdat, population = 'hfa', channelIdx = 1)

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