cyto_gatingTemplate_read: Read in a gatingTemplate object or gatingTemplate csv file

View source: R/cyto_gatingTemplate-helpers.R

cyto_gatingTemplate_readR Documentation

Read in a gatingTemplate object or gatingTemplate csv file

Description

Read in a gatingTemplate object or gatingTemplate csv file

Usage

cyto_gatingTemplate_read(gatingTemplate = NULL, data.table = FALSE, ...)

Arguments

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 data.table, set to FALSE by default to use data.frame.

...

additional arguments passed to fread.

Author(s)

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

Examples

## 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)


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