View source: R/cyto_gatingTemplate-helpers.R
| cyto_gatingTemplate_read | R Documentation | 
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
## Not run: 
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")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.