View source: R/olink_normalization.R
| norm_internal_assay_median | R Documentation |
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)
df |
The dataset to calculate medians from (required). |
samples |
Character vector of sample identifiers to be used for
adjustment factor calculation in the dataset |
name |
Project name of the dataset that will be added in the column
|
cols |
Named list of column names identified in the dataset |
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.
Tibble or ArrowObject with one row per Olink assay and the columns OlinkID, Project, and assay_med
Klev Diamanti
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.