Description Usage Arguments Value Examples
Reads in the out.final.txt file from MSMC and converts the output into a tibble.
1 | readMSMCInference(pathOfMSMCOutFinal, mutationRate)
|
pathOfMSMCOutFinal |
The path to the "out.final.txt" that MSMC outputs. |
mutationRate |
The mutation rate in mutations/bp/gen. This is the same mutation rate that one would use to scale results to real time and population sizes. See https://github.com/stschiff/msmc/blob/master/guide.md for more help. |
A tibble desribing the scaled population size changes over generations.
1 | readMSMCInference(pathOfMSMCOutFinal = "../data/msprimeMultiHetSep/simulatedMsprime.oak.msmc.out.final.txt", mutationRate = 1e-8)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.