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