Jump to content


Photo

Simulation Tool Target-Mediated Drug Disposition


  • Please log in to reply
1 reply to this topic

#1 Florian Kopp

Florian Kopp

    Newbie

  • Members
  • Pip
  • 1 posts

Posted 18 May 2012 - 12:30 PM

Hi everybody,

Has anyone done some modeling regarding target-mediated drug disposition (TMDD) in the WNL classic code? I am interested in a simulation tool where you can enter KD, target expression rate and receptor turnover, which will predict concentration over time plots depending on the respective dose.

Thanks in advance for your help!

Best wishes

Florian



#2 Simon Davis

Simon Davis

    Advanced Member

  • Administrators
  • 1,318 posts

Posted 28 May 2012 - 12:31 PM

Florian, I'm back in the office today and I had a quick look around - the examples we have in house are focussed on doing this in Phoenix and certainly when you get to simulating I think you'll find that a lot easier in PML than in WNL classic. We have a project that implements Krzyanski and Mager's TMDD model from I think 2005.

/extranet/media/kunena/attachments/legacy/images/tmmd3.jpg
Some example code looks like;

test(){
dosepoint(Atot)

deriv(At = (Kpt * C * Vc - Ktp * At))

C = 0.5 * ((Ctot - Rtot - Kd) + sqrt((Ctot - Rtot - Kd)^2 + 4 * Kd * Ctot))

deriv(Atot = - Kint * Atot - (Kel + Kpt - Kint) * C * Vc + Ktp * At)

Ctot = Atot / Vc

Ksyn = Kdeg * R0
deriv(Rtot = (Ksyn - (Kint - Kdeg) * (Ctot - C) - Kdeg * Rtot))
sequence { Rtot = R0; }

error(CEps = 1)
observe(CObs = C + CEps)

stparm( Kel = tvKel, Vc = tvVc, Ktp = tvKtp, Kpt = tvKpt, Kd = tvKd, R0 = tvR0, Kint = tvKint, Kdeg = tvKdeg)
fixef(tvKel = c(, 1.49, ), tvVc = c(, 51.2, ), tvKtp = c(, .389, ), tvKpt = c(, .389, ), tvKd = c(, 1.22, ), tvR0 = c(, 8.19, ), tvKint = c(, 3.16, ), tvKdeg = c(, 0.67, ))

}

but I guess you could take these formula back into WNL classic if you desired.

Simon.

Attached Thumbnails

  • tmmd3.jpg

Edited by Simon Davis, 12 November 2015 - 01:27 PM.





0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users