Learn R Programming

junctions (version 2.1.3)

number_of_junctions_backcross: Calculate the average number of junctions during backcrossing

Description

Calculate the expected number of junctions after t generations, in a backcrossing mating scheme.

Usage

number_of_junctions_backcross(H_0 = 0.5, C = 1, t = 100)

Value

Estimated number of junctions at time t

Arguments

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

Examples

Run this code
jt <-  number_of_junctions_backcross(H_0 = 0.1, C = 1, t = 5)

Run the code above in your browser using DataLab