how to find growth rate constants?

3 ビュー (過去 30 日間)
sivaram munnangi
sivaram munnangi 2018 年 6 月 17 日
回答済み: Arthur Goldsipe 2018 年 6 月 20 日
Lambda o (exponential growth rate) and Lambda 1 (linear growth rate) were used in tumor growth modeling. I referred many articles to know how to find those values but no article clearly explains it even in the videos or webinars. so, can you help in knowing how to find the values?
  1 件のコメント
Ameer Hamza
Ameer Hamza 2018 年 6 月 17 日
You can use the least square curve fitting lsqcurvefit() to estimate the growth rate from data. You didn't tell about the type of data do you have and what is the mathematical model you want to estimate.

サインインしてコメントする。

回答 (1 件)

Arthur Goldsipe
Arthur Goldsipe 2018 年 6 月 20 日
Are you referring to this example? PK/PD model for Tumor Growth Kinetics under Therapy
In the cited paper, the authors report data for tumor weight as a function of time. The SimBiology model simulates this tumor weight as a function of time. So you just need to estimate the model parameters so that the predicted tumor weight best matches the experimental tumor weight. As mentioned int he comment on your question, you can do that using functions like lsqcurvefit. In SimBiology, you can also use the function sbiofit to do this fitting, or you can create a Fit Task in the SimBiology desktop. You can find examples of how to perform fitting in SimBiology here and here.

カテゴリ

Help Center および File ExchangeQSP, PKPD, and Systems Biology についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by