cyto_gatingTemplate_write: Write gatingTemplate to csv file

View source: R/cyto_gatingTemplate-helpers.R

cyto_gatingTemplate_writeR Documentation

Write gatingTemplate to csv file

Description

Write gatingTemplate to csv file

Usage

cyto_gatingTemplate_write(gatingTemplate = NULL, save_as = NULL, ...)

Arguments

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 fwrite.

Author(s)

Dillon Hammill, Dillon.Hammill@anu.edu.au

Examples

## Not run: 
library(CytoExploreRData)

# gatingTemplate
gt <- cyto_gatingTemplate_write(Activation_gatingTemplate)

# write gatingTemplate
cyto_gatingTemplate_write(gt, "gatingTemplate.csv")

## End(Not run)


DillonHammill/CytoExploreR documentation built on March 2, 2023, 7:34 a.m.