Individual Based Simulation of the accumulation of junctions
Source:R/sim_fin_chrom.R
sim_fin_chrom.Rd
Individual based simulation of the accumulation of junctions for a chromosome with regularly distributed markers.
Usage
sim_fin_chrom(
pop_size = 100,
freq_ancestor_1 = 0.5,
total_runtime = 100,
morgan = 1,
seed = 42,
R = 100
)
Arguments
- pop_size
Population Size
- freq_ancestor_1
Frequency of ancestor 1 at t = 0
- total_runtime
Maximum time after which the simulation is to be stopped
- morgan
Mean number of crossovers per meiosis (e.g. size in Morgan of the chromosome)
- seed
Seed of the pseudo-random number generator
- R
Number of regularly distributed markers