polygate: Create a polygon gate

Description Usage Arguments Value Examples

Description

Create a polygon gate

Usage

1
polyGate(x, y, filterID = "newGate", channels = c("FSC.A", "FSC.H"))

Arguments

x

a vector of x coordinates

y

a vector of y coordinates

filterID

name of the gate

channels

vector containing the channels matching the x and y coordinates above

Value

a polygon gate object

Examples

1
polyGate(x = c(1,1,10000,10000), y = c(1,10000, 10000, 1), )

Example output

Loading required package: flowCore
Loading required package: plyr
Polygonal gate 'newGate' with 4 vertices in dimensions FSC.A and FSC.H

flowTime documentation built on Nov. 8, 2020, 8:13 p.m.