Description Usage Arguments Value Examples
Uses msmcInference tibble to generate the population parameter changes for a msprime function.
1 | generatePopulationParameterChanges(msmcInference)
|
msmcInference |
The tibble that readMSMCInference generates. |
A character that desribes the population parameter changes msprime will simulate. Based entirely off the msmcInference.
1 2 | msmcInference<-readMSMCInference(pathOfMSMCOutFinal = "../data/msprimeMultiHetSep/simulatedMsprime.oak.msmc.out.final.txt", mutationRate = 1e-8)
populationParametersChange<-generatePopulationParameterChanges(msmcInference)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.