Dear all,
I am working on a model that includes a discrete differential equation describing the rate of change of Th17 cells over time. I need to incorporate a summation term in COPASI
where, i represents different generations of proliferating Th17-related cells, and NT,Prol =18 denotes the total number of proliferating Th17 cell generations.
Is there any easy way to implement this?
Thank you,
With Kind Regards,
Sanjana
-- Pedro Mendes, PhD Professor and Director Richard D. Berlin Center for Cell Analysis and Modeling University of Connecticut School of Medicine group website: http://www.comp-sys-bio.org
Dear Pedro,
Thank you for your response.
The value of NT,Prol is 18 and remains constant throughout the simulation of this model.
Please let me know if you have any pointers on implementing this.
With Kind Regards,
Sanjana
Hi Sanjana,
I have a similar use case, and I use sbmlutils
to create models programmatically in Python before loading them into COPASI.
You can find an example of how to generate a linear chain based on an external variable here:
Linear Chain Example
In the example, you simply loop through until , creating your species and reactions dynamically.
The resulting SBML model can then be easily converted to COPASI.
I hope this helps!
Best regards,
--
You received this message because you are subscribed to the Google Groups "COPASI User Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to copasi-user-fo...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/copasi-user-forum/97ea9da7-166f-4dee-a6cf-294231d68c22n%40googlegroups.com.