cyto_empty: Construct an empty flowFrame

View source: R/cyto-helpers.R

cyto_emptyR Documentation

Construct an empty flowFrame

Description

Construct an empty flowFrame

Usage

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(s)

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

Examples


# Construct empty flowFrame
cyto_empty(name = "Test.csv", channels = c("FSC-A", "SSC-A", "PE-A"))

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