mindensity2(fr, channel, filterId = "", positive = TRUE, pivot = FALSE,
gate_range = NULL, min = NULL, max = NULL, peaks = NULL, ...)
flowFrame
objectTRUE
, then the gate consists of the entire real
line to the right of the cutpoint. Otherwise, the gate is the entire real
line to the left of the cutpoint. (Default: TRUE
)TRUE
, we choose as the two peaks the
largest peak and its neighboring peak. See details.positive
is TRUE
and the
maximum value of the range otherwise.numeric
vector. If not given , then perform peak detection first by .find_peaksrectangleGate
object based on the minimum density cutpointgate <- mindensity2(fr, channel = "APC-A") # fr is a flowFrame
Run the code above in your browser using DataLab