fix_channel_slash {flowWorkspace}R Documentation

toggle the channel names between '/' and '_' character

Description

FlowJoX tends to replace '/' in the original channel names with '_' in gates and transformations. We need to do the same to the flow data but also need to change it back during the process since the channel names of the flowSet can't be modified until the data is fully compensated.

Usage

fix_channel_slash(chnls, slash_loc = NULL)

Arguments

chnls

the channel names

slash_loc

a list that records the locations of the original slash character within each channel name so that when restoring slash it won't tamper the the original '_' character.

Value

the toggled channel names


[Package flowWorkspace version 4.0.6 Index]