-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support time dependent changes in conditions #540
Comments
Agreed that this would be important to finally address. Ideally in the next PEtab version. Related issue: #16. |
This is currently being develop separately [1], and will hopefully be integrated into the next PEtab version. Documentation is currently poor but there is a brief example [2] that involves the new "timecourse" TSV file [3] to specify the time points when new conditions begin. The package supports integrating timecourses as:
These were all supported at some point but may not longer work as I have been developing the package to suit my needs. If you prefer something in particular and would like to start using this soon, let me know what you would like. The current design in terms of PEtab files is that all conditions are in the normal conditions table, and then a sequence of them is specified in the timecourse table (e.g. [4], [3]) with some timecourse ID. This timecourse ID replaces condition IDs in the measurements table (e.g. [5]). [1] https://github.com/dilpath/petab_timecourse |
See also #581 |
Which problem would you like to address? Please describe.
I often have simulation experiments where I not only have to change initial values but also values after a certain time. I.e. the conditions do not only depend on initial changes but on time time-dependent changes.
E.g. clamping protocols where values are clamped over time to increasing values (e.g.
t=0, D=0; t=10, D=1; t=20, D=2, ...
). Also multiple dosing studies in pharmacokinetics with dosing applied multiple times (e.g.t=0 hr, D=100 mg; t=24 hr, D=100 mg; ...
, with D being additional doses added in the system, e.g. tablets).Describe the solution you would like
Extend condition definition to allow to specify the value to set and the corresponding time.
Describe alternatives you have considered
The suggested solution is always to encode such complex time-dependent protocols/conditions as events with multiple assignments. This has the downsides that
Additional context
This issue has been discussed during some meetings already. It would be great if this could be supported in future PETab versions.
The text was updated successfully, but these errors were encountered: