R/cyto_gatingTemplate-helpers.R
cyto_gatingTemplate_write.RdWrite gatingTemplate to csv file
cyto_gatingTemplate_write(gatingTemplate = NULL, save_as = NULL, ...)
| gatingTemplate | data.frame, data.table, gatingTemplate object or the name of a gatingTemplate csv file. |
|---|---|
| save_as | name of the csv file to write the gatingtemplate to. |
| ... | additional arguments passed to
|
Dillon Hammill, Dillon.Hammill@anu.edu.au
if (FALSE) { library(CytoExploreRData) # gatingTemplate gt <- cyto_gatingTemplate_write(Activation_gatingTemplate) # write gatingTemplate cyto_gatingTemplate_write(gt, "gatingTemplate.csv") }