Equilibrate during parameter estimation

조회 수: 2 (최근 30일)
Anu
Anu 2023년 5월 23일
댓글: Anu 2023년 5월 23일
I have a reaction network model built using simbiology. This includes reactions for synthesis and degradation of various species. So, generally I run steadystate and update the model state before running any simulations. Now, I would like to estimate some of the parameters in the model using sbiofit. My questions is whether sbiofit equilibrates model state for each parameter sample during fitting?
Thanks and regards.

채택된 답변

Jeremy Huard
Jeremy Huard 2023년 5월 23일
Hi @Anu,
running sbiosteadystate before each simulation in a fit is not supported.
That said, I see two options:
  1. If your case is simple enough, you might be able to express the species concentrations at time=0 as a function of parameters: e.g. receptor = ksyn/kdeg. I understand it might not be feasible though.
  2. You could shift the times in your data to fit by an offset large enough to reach steady state before the first dose is applied. To shift the time vector, you can add a derived column to the dataset in Model Analyzer and define it as the independent variable. For example:
Best regards,
Jérémy
  댓글 수: 4
Jeremy Huard
Jeremy Huard 2023년 5월 23일
@Anu, I was assuming that the steady state would depend on the parameters you try to estimate. Can you please confirm?
If not, the solution would be simpler. Namely, you could run a steady state program, save the result in a variant, and then apply this variant in your fit program.
It would help if you could clarify that point.
Thanks!
Anu
Anu 2023년 5월 23일
@Jeremy: Yes, the steadystate depends on the parameters that I am trying to estimate.
Thanks!

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

커뮤니티

더 많은 답변 보기:  SimBiology Community

카테고리

Help CenterFile Exchange에서 Import Data에 대해 자세히 알아보기

제품


릴리스

R2022b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by