View source: R/olink_normalization.R
norm_internal_bridge | R Documentation |
Internal bridge normalization function
norm_internal_bridge(
ref_df,
ref_samples,
ref_name,
ref_cols,
not_ref_df,
not_ref_name,
not_ref_cols
)
ref_df |
The reference dataset to be used in normalization (required). |
ref_samples |
Character vector of sample identifiers to be used for adjustment factor calculation in the reference dataset (required). |
ref_name |
Project name of the reference dataset (required). |
ref_cols |
Named list of column names in the reference dataset (required). |
not_ref_df |
The non-reference dataset to be used in normalization (required). |
not_ref_name |
Project name of the non-reference dataset (required). |
not_ref_cols |
Named list of column names in the non-reference dataset (required). |
Tibble or ArrowObject with the normalized dataset.
Klev Diamanti
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.