: on a flowCore::flowFrame, append a 'Original_ID' column. This column can be used in plots comparing the events pre and post gating. If the 'Original_ID' column already exists, the function does nothing
Usage
appendCellID(ff, eventIDs = seq_len(flowCore::nrow(ff)))
Examples
data(OMIP021Samples)
retFF <- appendCellID(OMIP021Samples[[1]])