Replies: 3 comments 3 replies
-
you need to initialize the compartments within your code see here |
Beta Was this translation helpful? Give feedback.
1 reply
-
Hi @Ravua1992 - I'm just coming back from a week out of office. Will try to take a look this afternoon. Will update if I can find anything. Kyle |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you ! I think it’s the Tumor growth model. I am not sure if I am implementing the equation correctly. The radius at baseline is comparable between the outputs when running it in Julia and r , but the growth is different. Thanks again for your help!
Get Outlook for iOS<https://aka.ms/o0ukef>
…________________________________
From: Kyle Baron ***@***.***>
Sent: Monday, August 26, 2024 9:22:33 AM
To: metrumresearchgroup/mrgsolve ***@***.***>
Cc: Ravua1992 ***@***.***>; Mention ***@***.***>
Subject: Re: [metrumresearchgroup/mrgsolve] T-DM1 ADC Example (Discussion #1224)
Hi @Ravua1992<https://github.com/Ravua1992> -
I'm just coming back from a week out of office. Will try to take a look this afternoon. Will update if I can find anything.
Kyle
—
Reply to this email directly, view it on GitHub<#1224 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ANLFXQNW24CG52URWJG3K5TZTMTZTAVCNFSM6AAAAABM2P6B3SVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTANBVGE4TIMI>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
I'm currently working on a project where I aim to link my pop-PK model (in mrgsolve) with tumor growth inhibition (TGI) and other pharmacodynamics (PD) aspects. My ultimate goal is to calibrate drug-specific parameters to explore TGI based on drug-antibody ratio (DAR) or target expression to understand the sink effect etc.
As a first step, I'm trying to implement an already available model in mrgsolve
(https://github.com/metrumresearchgroup/PMSimulatorSimulate.jl/blob/main/test/ADCExample.jl)
While I've successfully implemented the PK part (full code below), I'm encountering issues with the TGI model. The predicted tumor diameter changes are significantly higher than expected, despite using the exact model and parameters provided.
I've reviewed the initial conditions and the drug's kill rate, but these haven't resolved the issue. I'm unsure where to go from here and would appreciate any suggestions on how to start debugging this problem.
Any insights or advice would be greatly appreciated!
Thanks in advance for your help.
Expected output ;
Beta Was this translation helpful? Give feedback.
All reactions