gatingTemplate_edit: Interactively Edit a gatingTemplate

Description Usage Arguments Value Author(s) Examples

Description

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

1
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

1
2
3
4
5
6
7
## Not run: 
library(CytoRSuite)

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

## End(Not run)

DillonHammill/CytoRSuite documentation built on May 30, 2019, 2:03 a.m.