transform_gates: Transform gates coordinates and modify names of parameters.

Description Usage Arguments

View source: R/flowR.R

Description

Transform gates coordinates and modify names of parameters.

Usage

1
2
3
4
5
6
7
transform_gates(
  gates,
  transformation = NULL,
  pattern = "[\\<|\\>]",
  replacement = "",
  time_step = NULL
)

Arguments

gates

a named list representing the gating hierarchy.

transformation

A list of trans objects. Each element must be named after a parameter and contain the transfomation to apply for this parameter.

pattern

pattern to be replaced in the names of gate coordinates

replacement

Character string that is to replace 'pattern' in in the names of gate coordinates

time_step

value of the time step used to transform gates with the 'Time' parameter. Ignored if NULL.


VoisinneG/flowR documentation built on June 1, 2021, 6:42 p.m.