I have a complicated demographic model that is coded in msprime. It is programmed in as a "demography" object, such that it can be simulated from with e.g.
msprime.sim_ancestry(demography=demography,sequence_length=1)
I want to know what is the expected SFS under this model. Is there a way I can do this in momi2? I could reprogram it with momi's "move_lineages" and "set_size" options but this would take a long time - I wonder if there is a quick wrapper / converter.
Thanks
I have a complicated demographic model that is coded in msprime. It is programmed in as a "demography" object, such that it can be simulated from with e.g.
msprime.sim_ancestry(demography=demography,sequence_length=1)
I want to know what is the expected SFS under this model. Is there a way I can do this in momi2? I could reprogram it with momi's "move_lineages" and "set_size" options but this would take a long time - I wonder if there is a quick wrapper / converter.
Thanks