Description Usage Arguments Value Examples
Returns a new DensityData object with a subset of entries of the supplied obj.
1 | flFind(obj, fcs, population, channelIdx)
|
obj |
An existing DensityData object. |
fcs |
The FCS file to filter for. |
population |
The population to filter for. |
channelIdx |
The channel to filter for. |
A new DensityData object with a subset of entries, defined by mysubset.
1 2 | # Get all densities for Population "hfa" and the first channel
dd <- flFind(flSampleDensdat, population = 'hfa', channelIdx = 1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.