diff --git a/src/depiction_targeted_preproc/pipeline_config/standardize_config.yml b/src/depiction_targeted_preproc/pipeline_config/standardize_config.yml new file mode 100644 index 0000000..e62dd11 --- /dev/null +++ b/src/depiction_targeted_preproc/pipeline_config/standardize_config.yml @@ -0,0 +1,7 @@ +column_names: + label: [marker, label] + mass: [pc-mt (m+h)+, mass, m/z] + type: [type] +default_values: + type: target +select_columns: [mass, label, type]