cyto_gatingTemplate_edit: Interactively Edit a gatingTemplate

View source: R/cyto_gatingTemplate-helpers.R

cyto_gatingTemplate_editR Documentation

Interactively Edit a gatingTemplate

Description

cyto_gatingTemplate_edit provides an interactive interface to editing the openCyto gatingTemplate. This function is intended to aid in adding boolean and reference gates to the gatingTemplate. Users should NOT modify existing entries in the gatingTemplate.

Usage

cyto_gatingTemplate_edit(x, gatingTemplate = NULL)

Arguments

x

object of class GatingSet which has been gated with the supplied gatingTemplate.

gatingTemplate

name of the gatingTemplate csv file to be edited.

Value

update gatingTemplate csv file and update the GatingSet accordingly.

Author(s)

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

Examples

## Not run: 
library(CytoExploreR)

# gs is a GatingSet object
cyto_gatingTemplate_edit(gs, "gatingTemplate.csv")

## End(Not run)


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