This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Simulation - Evolution of the number of genes

Hi !

I would like to simulate the evolution of the number of genes along a phylogeny (Under a BM or OU model), following a birth-and-death model. I would like to use a real species tree, and two parameters : a mean birth rate of genes and a mean death rate of genes.

Do you have any idea of program or R package (or python) that would be suitable to perform this kind of simulation ?

Thanks a lot for any help provided !

Maxime

evolution phylogeny gene repertoire simulation

1 answer

If you are open to programs outside of R and Python, you could use CAFE 5 (Mendes et al. 2020). Its aim is to infer rates, but it has an option to simulate, as described in the slow start guide:

Simulate - Given specified values, generate an artificial list of gene families that matches the values. To generate a simulation, pass the --simulate or -s parameter. Either pass a count of families to be simulated with the parameter (--simulate=1000) or pass a --rootdist (-f) parameter with a file containing the distribution to match (see [rootdist] for the file format).

P.S: I am confused by what models you request: you say "under a BM or OU model", and then "birth-and-death". I think there is a misunderstanding because the former models are suited for continuous traits while the latter for counts.

Thanks a lot for your answer !

I will try CAFE 5 and tell you how it goes :D

Log in to answer this question.