| tautstring | 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)
gate_tautstring(
  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.  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.