Closed twollnik closed 5 years ago
closes #16
The quality control standard must now be set in the config file. Each standard has the additional parameter use_as_control_standard. For example:
use_as_control_standard
standards: - name: KARA o18_True: -0.10 H2_True: -0.6 use_for_drift_correction: no use_for_calibration: no use_as_control_standard: no - ...
The output dataframe(s) of associateStandardsWithConfigInfo contain the additional column useAsControlStandard.
associateStandardsWithConfigInfo
useAsControlStandard
@thomas-muench If you agree with the changes proposed here, please merge the PR and delete this branch.
@twollnik Thanks for this PR; I am fine with the proposed changes and will merge it.
closes #16
The quality control standard must now be set in the config file. Each standard has the additional parameter
use_as_control_standard
. For example:The output dataframe(s) of
associateStandardsWithConfigInfo
contain the additional columnuseAsControlStandard
.@thomas-muench If you agree with the changes proposed here, please merge the PR and delete this branch.