Fit simbiology model to cmax or AUC data
이전 댓글 표시
I have a simbiology model and want to fit the model to an expected cmax value. The problem is that I don't know the time of the cmax in the data so I don't know how to set up the fitting problem in simbiology. How could I do this?
채택된 답변
추가 답변 (1개)
Arthur Goldsipe
2023년 10월 27일
3 개 추천
One option would be to add Cmax to your model as an observable. Then, you can include Cmax in your fit the same way you fit to a species or anything else in your model. Depending on what else you are fitting to, you might want to pick a "late" time as the "measurement" time for Cmax, just to ensure that the simulation runs to this time point. Otherwise, the simulation might end before the time where the actual maximum occurs.
If you need more details, let me know.
댓글 수: 3
Arthur Goldsipe
2023년 10월 30일
Oh, I had some additional thoughts over the weekend. Using an observable will only calculate the maximum over the times that are logged. During parameter estimation with sbiofit, only the measured times are logged. So in order to get a reasonable esimate of Cmax, you will likely need to add some extra time points in your data set to ensure the max is calculated over a reasonable set of time points. This might be complicated enough that it's worth sharing more details or maybe throwing together a demo, if I can find the time.
Oscar
2023년 11월 1일
Arthur Goldsipe
2023년 11월 1일
Thanks! I understand this approach. (It's very similar to what I do inside sbiofit itself!) But I'd still love to hear more about how you're using SimBiology. If you want to share more details about your work, feel free to contact me via my MATLAB Answers profile (and I will reply with my actual email address).
커뮤니티
더 많은 답변 보기: SimBiology Community
카테고리
도움말 센터 및 File Exchange에서 Import Data에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!