Check datasets and reference_medians for unexpected Olink identifiers or excluded assays
olink_norm_input_clean_assays(lst_df, reference_medians, lst_cols, norm_mode)
A named list containing lst_df and reference_medians
stripped from unexpected Olink identifiers or excluded assays
Named list of datasets to be normalized.
Dataset with columns "OlinkID" and "Reference_NPX". Used for reference median normalization.
Named list of vectors with the required column names for each dataset in lst_df.
Character string indicating the type of normalization to be performed. Expecting one of bridge, subset, ref_median or norm_cross_product. # nolint
Klev Diamanti