Construct an empty flowFrame

cyto_empty(name = NULL, channels = NULL, ...)

Arguments

name

name to add to the constructed flowFrame.

channels

channels to include in the constructed flowFrame.

...

additional arguments passed to flowFrame.

Author

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

Examples

# Construct empty flowFrame cyto_empty(name = "Test.csv", channels = c("FSC-A", "SSC-A", "PE-A"))
#> flowFrame object 'Test.csv' #> with 0 cells and 3 observables: #> name desc range minRange maxRange #> $P1 FSC-A FSC-A 1 0 0 #> $P2 SSC-A SSC-A 1 0 0 #> $P3 PE-A PE-A 1 0 0 #> 38 keywords are stored in the 'description' slot