cyto_gate_copy: Copy gates to other nodes in GatingSet and update...

View source: R/cyto_gate-helpers.R

cyto_gate_copyR Documentation

Copy gates to other nodes in GatingSet and update gatingTemplate

Description

Copy gates to other nodes in GatingSet and update gatingTemplate

Usage

cyto_gate_copy(
  x,
  parent = NULL,
  alias = NULL,
  copy = NULL,
  gatingTemplate = NULL
)

Arguments

x

object of class GatingSet.

parent

name of the parental node to which the gates should be copied.

alias

vector of names for the copied gates, must be the same length as copy.

copy

vector of names to copy to new parent.

gatingTemplate

name of the gatingTemplate csv file (e.g. "gatingTemplate.csv") where the new entries should be saved.

...

not in use.

Value

object of class GatingSet with copied gates applied and update gatingTemplate csv file with appropriate entries.

Author(s)

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


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