The function computes the median value of the the quantification method for
each Olink assay in the set of samples samples
, and it adds the column
Project
.
norm_internal_assay_median(df, samples, name, cols)
Tibble or ArrowObject with one row per Olink assay and the columns OlinkID, Project, and assay_med
The dataset to calculate medians from (required).
Character vector of sample identifiers to be used for
adjustment factor calculation in the dataset df
(required).
Project name of the dataset that will be added in the column
Project
(required).
Named list of column names identified in the dataset df
(required).
Klev Diamanti
This function is typically used by internal functions
norm_internal_subset
and
norm_internal_reference_median
that compute median
quantification value for each assay across multiple samples specified by
samples
.