norm_internal_rename_cols {OlinkAnalyze} | R Documentation |
Update column names of non-reference dataset based on those of reference dataset
Description
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.#'
Usage
norm_internal_rename_cols(ref_cols, not_ref_cols, not_ref_df)
Arguments
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. |
Value
not_ref_df
with updated column names.
Author(s)
Klev Diamanti
[Package OlinkAnalyze version 4.3.0 Index]