anonymizing some markers of a flowFrame
Source:R/CytoProcessingStepImplementations.R
anonymizeMarkers.Rd
: in a flowCore::flowFrame, update some of the marker names. This translated into :
updating the desc field of the parameters pheno data dataframe
updating the corresponding keyword value in the flowFrame.
Arguments
- ff
a flowCore::flowFrame
- oldMarkerNames
the marker names to be amended, or alternatively, the channel names for which to update the marker names
- newMarkerNames
the new marker names to be given to the provided
oldMarkerNames
- toUpdateKeywords
a list with new keyword values
- ...
other arguments (not used)