AggregateFlowFrames: Aggregate multiple fcs files together
Description
Aggregate multiple fcs files to analyze them simultaneously.
A new fcs file is written, which contains about cTotal cells,
with ceiling(cTotal/nFiles) cells from each file. Two new columns
are added: a column indicating the original file by index, and a noisy
version of this for better plotting opportunities (index plus or minus a
value between 0 and 0.1).
# Define filenamefileName <- system.file("extdata","lymphocytes.fcs",package="FlowSOM")
# This example will sample 2 times 500 cells.ff_new <- AggregateFlowFrames(c(fileName,fileName),1000)