Description Usage Arguments Value
View source: R/pre_process_fcs.R
Extract and aggreagte fluorescence intensity matrixx of FCS files. Perfom logicle transformation and scaling, downsampling if necessary
1 | pre_process_fcs(fcs_dir, downsampling = NULL, rescale_all = c(0, 4.5))
|
fcs_dir |
directory or vector containing fcs files to be used |
downsampling |
number of event to randomly select from each fcs, if the number of events request is bigger than the number of event in the fcs, all event are selected |
rescale_all |
vector of two values indicating the range of the values to scale between |
a list containing the normalized aggregated dataframe and all_channels
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.