Adding two different dose regimes to achieve full dose scheme
1 view (last 30 days)
Show older comments
mitpi_182
on 3 Feb 2023
Answered: Arthur Goldsipe
on 6 Feb 2023
Hello,
I'm looking to simulate the PK profile of a molecule. The dosing scheme I'm looking to simulate is the following: 20 mcg on Day 1, 30 mcg on Day 8, 68 mcg on Day 15, and 68 mcg once every week thereafter. To implement this, I added two dosing regimes to the model, one scheduled dose regime that included the first three doses, and another repeat dose regime to include the weekly 68 mcg applied starting from the 22nd. I then assumed that in the simulation, if I activated both dose regimes, I'd get the full dosing scheme I'm looking for. Unfortunately that doesn't seem to be the case, only the repeat dose schedule is shown. Can someone help me figure out what I'm doing wrong? I can upload my model file if need be. Many thanks in advance!
2 Comments
Arthur Goldsipe
on 3 Feb 2023
Yes, please share the file and instructions on how to reproduce the problem. I'm not sure how to identify the issue without that.
Accepted Answer
Arthur Goldsipe
on 6 Feb 2023
I opened the project you attached, and I do see that both doses get applied.
Note that I increased the simulation stop time to allow time for both doses to get applied. One thing to note is that the doses get applied to different species, and those doses have very different units. Dose "Approved Dose Regimen" is applied to species Drug_Peripheral, which has units of milligram/liter. Since your Peripheral compartment volume is 470 liter, the scale of the concentrations is ~10^-3 milligram/liter. Dose "Dose Schedule" is applied to species Dose_Peripheral, which has units of milligram. So the scale of the amounts is ~1 milligram.
You can see a plot of the concentrations in the updated project I'm attaching. I'm also including a copy of the plot below.
0 Comments
More Answers (0)
Communities
More Answers in the SimBiology Community
See Also
Categories
Find more on Biotech and Pharmaceutical in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!