Skip to content

nawsheentpromy/RapidEvolutionNTP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

RapidEvolutionNTP

This code simulates evolutionary dynamics at a two-loci, plasticity modifier and a structural locus, in a subdivided population (deme 1 and deme 2) over a patchy (spatially heterogenous) habitat, forward in time as described in Promy et al. 2023.

The program requires an input file “pars1” which contains a single entry (separated by enter) for each of:


N1 - size of deme1 = 10000
N2 - size of deme2 = 10000
TIME - simulation time (100N where N = N1 + N2) = 2000000
REP - number of replicates (100N) = 2000000
interval - interval between migration occurs in generation = 1
NMU - mutation rate = 0.1
MIGS - migrants between the demes = 1.0
sel - selective pressure = 0.01
REC - recombination rate = 0.5
pla - relative strength of plasticity, 0-1 = 1.0
sigma - randomness of selective pressure = 0.0

Output for the runs is given in “out2” and reports:


size of deme 1 & 2;
migrants;
selective pressure in the environment of deme 1 & 2;
relative strength of plastisity in ancestral and derived allele of deme 1 & 2;
heterozygosity of target & plastic loci;
average fixation time of target & plastic loci;
average loss time of target & plastic loci;
probability of fixation of target & plastic loci.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages