From b2b0f3549b0651ddf06d165eb8196c7f4ba13ece Mon Sep 17 00:00:00 2001 From: RobbinBouwmeester Date: Thu, 21 Dec 2023 09:59:23 +0100 Subject: [PATCH] Add vals datapoint for plotting --- proteobench/modules/dda_quant/datapoint.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/proteobench/modules/dda_quant/datapoint.py b/proteobench/modules/dda_quant/datapoint.py index 5e825256..02d2cd26 100644 --- a/proteobench/modules/dda_quant/datapoint.py +++ b/proteobench/modules/dda_quant/datapoint.py @@ -44,6 +44,9 @@ class Datapoint: is_temporary: bool = True intermediate_hash: str = "" results: dict = None + median_abs_epsilon: int = 0 + nr_prec: int = 0 + # TODO do we want to save these values in the json? # fixed_mods: [], # variable_mods: [],