cyto_gate_transform: Transform gates objects

View source: R/cyto_gate-helpers.R

cyto_gate_transformR Documentation

Transform gates objects

Description

Transform gates objects

Usage

## S3 method for class 'rectangleGate'
cyto_gate_transform(x, trans = NULL, inverse = FALSE, ...)

## S3 method for class 'polygonGate'
cyto_gate_transform(x, trans = NULL, inverse = FALSE, ...)

## S3 method for class 'ellipsoidGate'
cyto_gate_transform(x, trans = NULL, inverse = FALSE, ...)

## S3 method for class 'quadGate'
cyto_gate_transform(x, trans = NULL, inverse = FALSE, ...)

## S3 method for class 'filters'
cyto_gate_transform(x, trans = NULL, inverse = FALSE, ...)

## S3 method for class 'list'
cyto_gate_transform(x, trans = NULL, inverse = FALSE, ...)

Arguments

x

object of class rectangleGate, polygonGate, ellipsoidGate, quadGate, filters or a list of these gate objects.

trans

list of transformers to apply to the gate co-ordinates.

inverse

logical indicating whether the inverse transformations should be applied, set to FALSE by default.

...

not in use.

Value

transformed gate object.

Author(s)

Dillon Hammill, Dillon.Hammill@anu.edu.au


DillonHammill/CytoExploreR documentation built on March 2, 2023, 7:34 a.m.