Batch-correct a tibble of high-dimensional cytometry data using quantile normalization.
Source:R/batch_correction.R
tof_batch_correct_quantile_tibble.Rd
This function performs quantile normalization on high-dimensional cytometry
data in tidy format using normalize.quantiles
.
Arguments
- tof_tibble
A `tof_tbl` or a `tibble`.
- channel_cols
Unquoted column names representing columns that contain single-cell protein measurements. Supports tidyselect helpers.
- augment
A boolean value indicating if the output should replace the `channel_cols` in `tof_tibble` with the new, batch corrected columns (TRUE, the default) or if it should only return the batch-corrected columns (FALSE) with all other columns omitted.