simbiology parameter estimation with dosing schedule
이전 댓글 표시
Hi, I have some PK data for that I'd like to fit to a 2-comp model. The data includes an initial dose at t=0 and another (different) dose at t>0. How can I use the paramfit task in simbiology with a dosing schedule? I can't see the option and it is trying to fit the concentration curves with a single initial dose which is obviously poor.
Thanks!
댓글 수: 1
Arthur Goldsipe
2013년 2월 28일
Can you clarify a few things? What version of MATLAB are you using? And are you using the SimBiology Desktop or the command line? Does your data include different "groups" (different patients or different experiments)? If so, do you want to estimate the parameters for each individual separately, one set of parameters for all individuals, or some sort of mixed effects model (with population-average parameters and individual-specific "random" effects)? You can do all of these things in SimBiology, but you first need to decide which of those you want to do.
답변 (1개)
Arthur Goldsipe
2013년 3월 8일
편집: Arthur Goldsipe
2013년 3월 8일
0 개 추천
Let me go ahead and take a stab at answering this. With additional clarifications, I can offer a more tailored example.
You usually have limited experimental data on each individual in your PK data set, so you typically use a non-linear mixed effects model to simultaneously fit all patients to your 2-compartment model. In R2013a of SimBiology, here's a quick outline of how to do this:
- Create a 2-compartment model by selecting "Create PK Model" under the "Add Model" button in the SimBiology Desktop's toolstrip.
- Adjust the model as necessary (for example, by setting the compartment volumes to some reasonable value). However, do not set the Dose species' initial amount in the model, since SimBiology determines the dosing schedule from the experimental data.
- Load your experimental data (which includes the doses at all times, including time=0 and time>0) by selecting "Load data from file" under the "Add Data" button in the toolstrip.
- Ensure that the data is properly configured, marking the column with patient ID's as the group variable and the time column as the independent variable.
- Add a "Fit data" task by selecting this menu item from the Add Task button in the toolstrip.
- Configure the fit task. For example, switch the Estimation Method to "population fit (NLMEFIT)" if you need to do a mixed-effects model. Update initial parameter estimates as necessary. Ensure the correct species is the model is being dosed using the correct column from your data set. Ensure the correct species and the correct column from your data set are marked as the "response" (the concentrations you use for fitting). Change any other options.
- Run the fit task. Change any options and re-run as necessary.
You may also find the following links helpful:
댓글 수: 1
Sietse Braakman
2019년 7월 12일
Please have a look at this entry on our Community website as well with guidance on parameter estimation in SimBiology
카테고리
도움말 센터 및 File Exchange에서 Scan Parameter Ranges에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!