R/cyto_gatingTemplate-helpers.R
cyto_gatingTemplate_edit.Rd
cyto_gatingTemplate_edit
provides an interactive interface to editing
the openCyto gatingTemplate. This function is intended to aid in adding
boolean and reference gates to the gatingTemplate. Users should NOT modify
existing entries in the gatingTemplate.
cyto_gatingTemplate_edit(x, gatingTemplate = NULL)
x | object of class |
---|---|
gatingTemplate | name of the gatingTemplate csv file to be edited. |
update gatingTemplate csv file and update the GatingSet accordingly.
Dillon Hammill, Dillon.Hammill@anu.edu.au
if (FALSE) { library(CytoExploreR) # gs is a GatingSet object cyto_gatingTemplate_edit(gs, "gatingTemplate.csv") }