Description Usage Arguments Value Examples
Adds densities from a flowFrame that represents a parent cell population.
1 2 | flAddFlowFrame(obj, parentFlowFrame, channelIndices, populationName,
fcsName = NULL)
|
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. |
The new DensityData object containing one density for each channel specified.
1 2 | densdat <- flInit(new('DensityData'))
densdat <- flAddFlowFrame(densdat, flSampleFlowFrame, c(1,2), 'Granulocyte Pre')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.