View source: R/number_of_junctions.R
number_of_junctions | R Documentation |
Calculate the average number of junctions in a single chromosome after t generations, provided information on the initial heterozygosity, population size and the number of generations.
number_of_junctions(N = Inf, R = Inf, H_0 = 0.5, C = 1, t = 100)
N |
Population Size |
R |
Number of genetic markers |
H_0 |
Frequency of heterozygosity at t = 0 |
C |
Mean number of crossovers per meiosis (e.g. size in Morgan of the chromosome) |
t |
Time since admixture |
Estimated number of junctions at time t
jt <- number_of_junctions(N = 100, R = 1000, H_0 = 0.5, C = 1, t = 1000)
jt2 <- number_of_junctions(N = 100, R = 1000, H_0 = 0.5, C = 1, t = 0:1000)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.