polyGate {flowTime}R Documentation

Create a polygon gate

Description

Create a polygon gate

Usage

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

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

[Package flowTime version 1.14.0 Index]