lapply-methods {flowWorkspace}R Documentation

apply FUN to each sample (i.e. GatingHierarchy or cytoframe) in a GatingSet or cytoset

Description

sample names are used for names of the returned list

Usage

lapply(X, FUN, ...)

Arguments

X

GatingSet or cytoset

FUN

function to be applied to each sample in 'GatingSet' or 'cytoset'

...

other arguments to be passed to 'FUN'


[Package flowWorkspace version 4.4.0 Index]