View source: R/olink_normalization.R
norm_internal_rename_cols | R Documentation |
This function handles cases when specific columns referring to the same thing
are named differently in df1
and df2
normalization datasets. It only
renames columns
panel_version, qc_warn, and assay_warn based on
their names in the reference dataset.#'
norm_internal_rename_cols(ref_cols, not_ref_cols, not_ref_df)
ref_cols |
Named list of column names identified in the reference dataset. |
not_ref_cols |
Named list of column names identified in the non-reference dataset. |
not_ref_df |
Non-reference dataset to be used in normalization. |
not_ref_df
with updated column names.
Klev Diamanti
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.