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)

Arguments

x

object of class GatingSet which has been gated with the supplied gatingTemplate.

gatingTemplate

name of the gatingTemplate csv file to be edited.

Value

update gatingTemplate csv file and update the GatingSet accordingly.

Author

Dillon Hammill, Dillon.Hammill@anu.edu.au

Examples

if (FALSE) { library(CytoExploreR) # gs is a GatingSet object cyto_gatingTemplate_edit(gs, "gatingTemplate.csv") }