cytoframe-labels: Methods to change channel and marker names for 'cytoframe'...

Description Usage Arguments

Description

The methods allow direct alteration of channel names or marker names of cytoframe and cytoset objects. These objects are accessed by reference and changed in place, so there is no need to assign the return value of these methods.

Usage

1
2
3
4
5
6
7
cf_swap_colnames(x, col1, col2)

cf_rename_channel(x, old, new)

cf_rename_marker(x, old, new)

cs_swap_colnames(x, col1, col2)

Arguments

x

a cytoframe

col1

first channel name to swap

col2

second channel name to swap

old

old channel or marker name to be changed

new

new channel or marker name after change


flowWorkspace documentation built on Nov. 8, 2020, 8:08 p.m.