Simulation parameters and seeds are stored as .json files.
Scripts to generate figures in figures_manuscript/
- Fig 1:
example_tree.py - Fig 2:
kingman_progression.py- Runs in
runs/*
- Runs in
- Fig 3:
r_d_distribution_arity.py- Runs simulated with
cluster/mass_sim_arity.py
- Runs simulated with
- Fig 4:
structure_platter.py- Runs in
runs_structured/*
- Runs in
- Fig 5:
three_peaks_segments.py- Values in subplots D, E, and F computed using
pair_segments.py
- Values in subplots D, E, and F computed using
- Fig 6:
liu_and_good.py- Runs in
runs/*andruns_structured/151.json - Fraction of identical blocks computed using
cluster/frac_iden_blk.py
- Runs in
Additionally, many scripts were reused across many figures for common tasks:
- Simulations run using
cluster/sim.py.
- Pairwise distances computed using
cluster/dist.py -
$$\bar r_d$$ computed usingcluster/rd.py - Fraction of a pair's genome clonally inherited using
cluster/frac_clonal.py
Some extra scripts for exploratory/miscellaneous plotting in ./plt_* and figures_others/