R/cyto_gatingTemplate-helpers.R
cyto_gatingTemplate_read.Rd
Read in a gatingTemplate object or gatingTemplate csv file
cyto_gatingTemplate_read(gatingTemplate = NULL, data.table = FALSE, ...)
gatingTemplate | gatingTemplate object or the name of a gatingTemplate csv file to read in. |
---|---|
data.table | logical indicating whether the gatingTemplate should be
read into a |
... | additional arguments passed to
|
Dillon Hammill, Dillon.Hammill@anu.edu.au
if (FALSE) { library(CytoExploreRData) # gatingTemplate gt <- cyto_gatingTemplate_read(Activation_gatingTemplate) # write gatingTemplate cyto_gatingTemplate_write(gt, "gatingTemplate.csv") # gatingTemplate csv file gt <- cyto_gatingTemplate_read("gatingTemplate.csv") }