R/cyto_gatingTemplate-helpers.R
cyto_gatingTemplate_select.Rdcyto_gatingTemplate_select will designate which gatingTemplate should
be used for storing downstream gating results.
cyto_gatingTemplate_select should therefore be called prior to gating
or gate_draw will resort to using "gatingTemplate.csv" to save
the constructed gates. cyto_gatingTemplate_select also provides an
easy way to switch between gatingTemplates when multiple templates are
required.
cyto_gatingTemplate_select(x)
| x | name of the gatingTemplate csv file to assign as the active gatingTemplate for downstream analyses. |
|---|
select a gatingTemplate as the active gatingTemplate for downstream analyses.
Dillon Hammill (Dillon.Hammill@anu.edu.au)
cyto_gatingTemplate_select("Activation_gatingTemplate")