Hi everyone! This video is about how to plot the distribution of results from a Gillespie simulation, using a bimodal cell population growth model as an example.
If you haven't already seen it, here is my introductory video explaining the basics of the Gillespie algorithm:
https://www.youtube.com/watch?v=NnLxfBWfJEE
Here is my introductory video on the logistic growth model:
https://www.youtube.com/watch?v=CEgUPlV4J1Q
All the code from my videos is available on my Github:
https://github.com/mikesaint-antoine/Comp_Bio_Tutorials
If you're are trying to catch up on the basics of Python, differential equations, or cell biology, here are some good resources:
Python Basics-
https://www.youtube.com/playlist?list=PL_c9BZzLwBRKK8ndQBBKolg7IxrC5T6Ws
Differential Equations
https://www.youtube.com/playlist?list=PL96AE8D9C68FEB902
Cell Biology
https://www.youtube.com/playlist?list=PL1O_shUH1zgX79aV-t8UiEfZyU6GE_Wvv
Thanks for watching and let me know if you have any questions!