You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I watched your videos on Computational Biology where you have done an excellent job coding different scenarios. I would like to know how to code the mitosis of cells in Python. I mean starting with one cell which divides into two daughter cells (either same as the parent cell or different from the parent or one cell as a parent and the other different) and each of these daughter cells is further divided into two daughter cells with the same probabilities as above and so on. This will generate a hierarchy so that I would able to know the population at any stage. Also to plot this population against time.
The text was updated successfully, but these errors were encountered:
Hi,
I watched your videos on Computational Biology where you have done an excellent job coding different scenarios. I would like to know how to code the mitosis of cells in Python. I mean starting with one cell which divides into two daughter cells (either same as the parent cell or different from the parent or one cell as a parent and the other different) and each of these daughter cells is further divided into two daughter cells with the same probabilities as above and so on. This will generate a hierarchy so that I would able to know the population at any stage. Also to plot this population against time.
The text was updated successfully, but these errors were encountered: