Alkan_SciSignal2018: fix noise (sd_) parameters to be fixed, not estimated - #321
Open
dilpath wants to merge 1 commit into
Open
Alkan_SciSignal2018: fix noise (sd_) parameters to be fixed, not estimated#321dilpath wants to merge 1 commit into
dilpath wants to merge 1 commit into
Conversation
…mated Closes #320. The 12 noise standard-deviation parameters were marked estimate=1, but in the canonical d2d implementation they are fixed (qFit=0), not fitted. Their PEtab nominalValues already equal the d2d fixed values exactly, so only the estimate flag was wrong. Fix: set estimate=0 for all 12. Verified against d2d (arFramework3/Examples/Alkan_DDRP_SciSignal2018, Results/final_fit/workspace_pars_only.mat: ar.qFit / ar.p). All 71 PEtab parameters map 1:1 to d2d; the ONLY estimate-vs-qFit mismatches were exactly these 12, and every nominalValue matches the d2d fixed value: sd_count_abs=0.1 sd_count_casp_abs=0.1 sd_pchk1_au=0.1 (10^-1) sd_patm_au=0.0794328234724 (10^-1.1) sd_yh2ax_au=0.125892541179 (10^-0.9) sd_pdnapk_au=sd_pp53_au=sd_tp53_au=0.199526231497 (10^-0.7) sd_pchk2_au=sd_tp21_au=0.316227766017 (10^-0.5) sd_p21_mRNA_fold=sd_wip1_mRNA_fold=1.0 (10^0) Result: 44 estimated / 27 fixed parameters, matching d2d (44 qFit=1 / 27 qFit=0). PEtab lint passes. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
FFroehlich
approved these changes
Sep 11, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #320.
The 12 noise standard-deviation parameters were marked estimate=1, but in the canonical d2d implementation they are fixed (qFit=0), not fitted. Their PEtab nominalValues already equal the d2d fixed values exactly, so only the estimate flag was wrong. Fix: set estimate=0 for all 12.
Verified against d2d (arFramework3/Examples/Alkan_DDRP_SciSignal2018, Results/final_fit/workspace_pars_only.mat: ar.qFit / ar.p). All 71 PEtab parameters map 1:1 to d2d; the ONLY estimate-vs-qFit mismatches were exactly these 12, and every nominalValue matches the d2d fixed value:
sd_count_abs=0.1 sd_count_casp_abs=0.1 sd_pchk1_au=0.1 (10^-1)
sd_patm_au=0.0794328234724 (10^-1.1)
sd_yh2ax_au=0.125892541179 (10^-0.9)
sd_pdnapk_au=sd_pp53_au=sd_tp53_au=0.199526231497 (10^-0.7)
sd_pchk2_au=sd_tp21_au=0.316227766017 (10^-0.5)
sd_p21_mRNA_fold=sd_wip1_mRNA_fold=1.0 (10^0)
Result: 44 estimated / 27 fixed parameters, matching d2d (44 qFit=1 / 27 qFit=0). PEtab lint passes.