Birth and death process
Is there any way to get the Birth and death process algorithm in Python ? I did it in R, but how to do it in Python?
• 1,840 views
•
link
1 answer
Hi Nobel, did you mean specifically a phylogenetic tree simulated in a birth death process? If so, you could add some details to your question to make it clear why it fits @ biostars and have it reopened.
• 0 views
•
link
Log in to answer this question.
Hello nobel1154!
We believe that this post does not fit the main topic of this site.
not related to bioinformatics. This is a pure-python question. Ask stackoverflow.com
For this reason we have closed your question. This allows us to keep the site focused on the topics that the community can help with.
If you disagree please tell us why in a reply below, we'll be happy to talk about it.
Cheers!
I used the birth and death process for Bayesian model selection. Now I want to use it on face recognition and a rna seq data. I did the birth and death process in R. Now I want to do the tree simulation on Python. so, I needed some documentation to do this in Python.