as.data.table {openCyto}R Documentation

convert a gatingTemplate object to a data.table

Description

It is the inverse function of gatingTemplate constructor.

Usage

## S3 method for class 'gatingTemplate'
as.data.table(x, keep.rownames = FALSE)

Arguments

x

gatingTemplate object

keep.rownames

not used

Value

a data.table


[Package openCyto version 2.5.4 Index]