View source: R/number_of_junctions_backcross.R
number_of_junctions_backcross | R Documentation |
Calculate the expected number of junctions after t generations, in a backcrossing mating scheme.
number_of_junctions_backcross(H_0 = 0.5, C = 1, t = 100)
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
cat("example number of junctions backcross")
jt <- number_of_junctions_backcross(H_0 = 0.1, C = 1, t = 5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.