Generate a CytoExploreR gatingTemplate for a GatingHierarchy or GatingSet

# S3 method for GatingHierarchy
cyto_gatingTemplate_generate(x, gatingTemplate = NULL, ...)

# S3 method for GatingSet
cyto_gatingTemplate_generate(x, gatingTemplate = NULL, ...)

Arguments

x

object of class GatingHierarchy or GatingSet.

gatingTemplate

name of a CSV file to which the generated gatingTemplate should be saved.

...

additional arguments passed to gatingTemplate.

Value

write generated gatingTemplate to designated CSV file and return the gatingTemplate object.

Author

Dillon Hammill (Dillon.Hammill@anu.edu.au)