is.flowSet {cyanoFilter}R Documentation

function to check if object is a flowSet

Description

function to check if object is a flowSet

Usage

is.flowSet(x)

Arguments

x

any R object

Value

TRUE if object is a flowSet. FALSE otherwise

Examples

 x <- c(1, 5, 4)
 is.flowSet(x)

[Package cyanoFilter version 1.1.1 Index]