lapply,GatingSet-method {flowWorkspace}R Documentation

apply FUN to each sample (i.e. GatingHierarchy)

Description

sample names are used for names of the returned list

Usage

## S4 method for signature 'GatingSet'
lapply(X, FUN, ...)

Arguments

X

GatingSet

FUN

function to be applied to each sample in 'GatingSet'

...

other arguments to be passed to 'FUN'


[Package flowWorkspace version 3.30.2 Index]