fix_channel_slash {flowWorkspace} | R Documentation |
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.
fix_channel_slash(chnls, slash_loc = NULL)
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. |
the toggled channel names