tailgate(fr, channel, filterId = "", num_peaks = 1, ref_peak = 1,
strict = TRUE, tol = 0.01, positive = TRUE, side = "right",
min = NULL, max = NULL, ...)cytokine(fr, channel, filterId = "", num_peaks = 1, ref_peak = 1,
tol = 0.01, positive = TRUE, side = "right", ...)
flowFrame objectnum_peaks are found, this argument provides the
index of the reference population from which a gate will be obtained.logical when the actual number of peaks detected is less than ref_peak.
an error is reported by default. But if strict is set to FALSE, then the reference peak will be reset to the peak of the far right.TRUE, 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)'right' (default) or 'left'?filterList containing the gates (cutpoints) for each samplegate <- tailgate(fr, Channel = "APC-A") # fr is a flowFrameRun the code above in your browser using DataLab