Remove outliers, smooth, and detrend fluorescence traces
preprocess_data.RdRemove outliers, smooth, and detrend fluorescence traces
Arguments
- data
Numeric matrix of fluorescence traces with a leading time column (time × cells).
- grade
Integer; polynomial degree used for detrending.
- mode
Character; smoothing method — currently only
"mov_avg"(moving average) is supported. Defaults to"mov_avg".- parallel
Logical; reserved for future parallelisation. Defaults to
FALSE.