From f1234dc2e43bf542c83aedd4b5bbba17add9113f Mon Sep 17 00:00:00 2001 From: Leonardo Schwarz Date: Tue, 12 Nov 2024 13:37:53 +0100 Subject: [PATCH] add standardize config --- .../pipeline_config/standardize_config.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/depiction_targeted_preproc/pipeline_config/standardize_config.yml 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]