gs_pop_set_name: Update the name of one node in a gating hierarchy/GatingSet.

View source: R/GatingSet_Methods.R

gs_pop_set_nameR Documentation

Update the name of one node in a gating hierarchy/GatingSet.

Description

gh_pop_set_name/gs_pop_set_name update the name of one node in a gating hierarchy/GatingSet.

Usage

gh_pop_set_name(x, y, value)

gs_pop_set_name(x, y, value)

Arguments

x

GatingHierarchy

y

pop name/path

value

A character the name of the node

Examples

## Not run: 
    # G is a GatingHierarchy
    gs_get_pop_paths(G[[1]])#return node names
    gh_pop_set_name(G,"L","lymph")

## End(Not run)

RGLab/flowWorkspace documentation built on March 17, 2024, 2:24 p.m.