add,GatingHierarchy,ocRectangleGate-method {openCyto}R Documentation

bypass the default flowWorkspace:::.addGate

Description

to support adding gate along with indices without loading flow data and computing

to support adding rectangleGate yet gating through boolean operations without loading flow data

Usage

## S4 method for signature 'GatingHierarchy,ocRectangleGate'
add(wf, action, recompute, ...)

## S4 method for signature 'GatingHierarchy,ocRectRefGate'
add(wf, action, recompute, ...)

Arguments

wf

GatingHierarchy see add in flowWorkspace package

action

ocRectangleGate or logicalFilterResult

recompute

logical see add in flowWorkspace package

...

see add in flowWorkspace package

Details

however it is proven that logical indices are too big to be efficiently passed around


[Package openCyto version 1.22.2 Index]