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)
not_ref_df
with updated column names.
Named list of column names identified in the reference dataset.
Named list of column names identified in the non-reference dataset.
Non-reference dataset to be used in normalization.
Klev Diamanti