Skip to content

sellalab/ForwardSimulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ForwardSimulator

This is the code for the forward simulator from Simons et al (2014).

Compiling:

g++ main.cpp population.cpp BRand.cpp

Running:

Program expects 3 parameters - number of runs, selection coefficient, dominance coefficient (h=0 recessive, h=0.5 additive).
The program writes three result files: One for summary statistics, one with joint frequency spectrums for both populations and one for the sampled joined frequency spectrums for both populations.

Branches

Branches provide variations on the main program.

Amorim2017 - version used in Amorim et al (2017).

Simons2018 - version used in Simons et al (2018).

About

Forward Simulator by Yuval Simons (first used in Simons et al, 2014)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages