flGetGate: Returns a matrix with two columns which represent lower and...

Description Usage Arguments Value Examples

Description

Returns a matrix with two columns which represent lower and upper thresholds of the given DensityData object.

Usage

1
flGetGate(obj)

Arguments

obj

The DensityData object.

Value

A matrix with columns "gate.low" and "gate.high", representing lower and upper thresholds on all rows/channels present obj.

Examples

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)

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