tautString {openCyto} | R Documentation |
The taut string density estimator gating returns 0, 1, or more gates, depending on how many modes it identifies in the data.
tautString(sorted_vector, modeprior = 0) tautStringGate(fr, channel, gate_range = NULL, min = NULL, max = NULL, filterId = "")
sorted_vector |
|
modeprior |
|
fr |
a flowFrame object |
channel |
The channel to gate. |
gate_range |
The range to look for a gate, no truncation occurs. |
min |
The min range of the data to truncate the flowFrame |
max |
The max range of the data to truncate the flowFrame |
filterId |
The id / name of the gate. |