Description Usage Arguments Value Examples
Returns a matrix with two columns which represent lower and upper thresholds of the given DensityData object.
1 | flGetGate(obj)
|
obj |
The DensityData object. |
A matrix with columns "gate.low" and "gate.high", representing lower and upper thresholds on all rows/channels present obj.
1 2 3 4 | dd <- flAt(flSampleDensdat, 42) # grab density at row index 42
dens <- flGetDensity(dd) #
gt <- flGetGate(dd) # returns vector with "gate.low" and "gate.high"
flPlotDensThresh(dens, gt)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.