Closed DhruvaDhruva closed 7 years ago
Hey Dhruva,
thanks for your comment. I made some major changes on the doPPL function and forgot to update the ABC example. I will do it during the evening, it would be great if you can try the toy example again tomorrow.
Best Helge
Thanks a lot! I will try and let you know. As a side question, does the profile likelihood functionality continue to work if the .def file is written in terms of differential equations, rather than reactions?
Many Thanks
Best
Dhruva
From: Helge Hass [notifications@github.com] Sent: 03 January 2017 17:59 To: Data2Dynamics/d2d Cc: DhruvaDhruva; Author Subject: Re: [Data2Dynamics/d2d] ABC_model.def issues (#79)
Hey Dhruva,
thanks for your comment. I made some major changes on the doPPL function and forgot to update the ABC example. I will do it during the evening, it would be great if you can try the toy example again tomorrow.
Best Helge
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/Data2Dynamics/d2d/issues/79#issuecomment-270178748, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AXut9_0fvD8C2RLG8s1paz-xzCklodGDks5rOoyYgaJpZM4LZPJc.
Hey Dhruva,
sure, the way you define a model does not alter the functionality of the framework. These are just two ways to define the model for your convenience and d2d has to distinguish how to include them in MATLAB.
Best Helge
Hey Dhruva,
we just made some major changes on the script and folder structure. The ABC toy model switched to the folder Examples/ToyModels/. But running prediction bands again on ABC is very easy so you can do it on your local copy. Simply run
doPPL(1,1,1,linspace(0,100,11),1)
instead of the old line.
Best Helge
Thanks a lot! I ran the new code and it works :).
From: Helge Hass [notifications@github.com] Sent: 03 January 2017 23:48 To: Data2Dynamics/d2d Cc: DhruvaDhruva; Author Subject: Re: [Data2Dynamics/d2d] ABC_model.def issues (#79)
Hey Dhruva,
we just made some major changes on the script and folder structure. The ABC toy model switched to the folder Examples/ToyModels/. But running prediction bands again on ABC is very easy so you can do it on your local copy. Simply run
doPPL(1,1,1,linspace(0,100,11),1)
instead of the old line.
Best Helge
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/Data2Dynamics/d2d/issues/79#issuecomment-270258306, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AXut90S8uouhAb94bCcoB3nl6eKKGN7Hks5rOt4_gaJpZM4LZPJc.
Dear Helge,
Thanks again for your advice. I was wondering if I could trouble you with one more question/verification:
I have attached a zipped folder containing the NfKb metabolic network described in "Mathematical model of NF-kB Regulatory Module" (Lipniacki et al, Journal of Theoretical Biology 2004 ). Note that I generated synthetic data which exactly describe the time-course at the nominal parameter values.
If you unzip the attached folder in the "Examples" folder of the ar3 Framework and run the Setup file, the model is loaded and ple('k2') is run. The profile likelihood output should be the same as in the svg file i attached.
My first question is why the residual ar.res is nonzero. Given my synthetic data perfectly matches the model output, it should be zero. Or does ar.res not represent the residual between model output and data?
The output of the attached .svg seems strange to me. I know a priori that the product "k2*c4" is structurally unidentifiable. Indeed, the output of ple('k2') is that k2 is unidentifiable, and that c4 changes with k2 over the unidentifiability (see attached svg). However the lower graph of the .svg file, i.e. the 'change of other parameters' graph, does not reflect this. Have I generated the profile likelihood of k2 correctly in my setup file?
Thanks so much
Best
Dhruva
From: Dhruva Raman [dhruva.raman@lmh.ox.ac.uk] Sent: 04 January 2017 19:11 To: Data2Dynamics/d2d; Data2Dynamics/d2d Cc: DhruvaDhruva; Author Subject: RE: [Data2Dynamics/d2d] ABC_model.def issues (#79)
Thanks a lot! I ran the new code and it works :).
From: Helge Hass [notifications@github.com] Sent: 03 January 2017 23:48 To: Data2Dynamics/d2d Cc: DhruvaDhruva; Author Subject: Re: [Data2Dynamics/d2d] ABC_model.def issues (#79)
Hey Dhruva,
we just made some major changes on the script and folder structure. The ABC toy model switched to the folder Examples/ToyModels/. But running prediction bands again on ABC is very easy so you can do it on your local copy. Simply run
doPPL(1,1,1,linspace(0,100,11),1)
instead of the old line.
Best Helge
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/Data2Dynamics/d2d/issues/79#issuecomment-270258306, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AXut90S8uouhAb94bCcoB3nl6eKKGN7Hks5rOt4_gaJpZM4LZPJc.
When I run Setup on the ABC_model, the following error displays:
Error using doPPL Too many input arguments.
Error in Setup (line 25) doPPL(1,1,1,linspace(0,100,11),0,1,0.25);
This seems very reasonable, as the function file for doPPL is given as:
function doPPL(m, c, ix, t, takeY, options) .... end
, which has 6 inputs rather than the 7 listed on the setup file.
Thanks
Best
Dhruva