This is the repository for the manuscript:
Kohanovski*, Pontz*, Vande Zande, Selmecki, Dahan, Pilpel, Yona, Ram (2024) Aneuploidy can be an evolutionary diversion on the path to adaptation. Molecular Biology and Evolution, DOI:10.1093/molbev/msae052.
- equal contribution
msfolder contains the manuscriptms.pdf, and latex and other files that are needed to build it.src/inference.py- inference the parameters of the model usingpyabc. Different priors are available. runpython inference.pyfor usage instructions.src/inference-noaneuploidy.py- inference the parameters of the model with no aneuploidysrc/inference-neutralaneuploidy.py- inference the parameters of the model with neutral aneuploidysrc/models/singleLocus.model.py- the model that is used by the inference scriptsdata/growth- contains growth curves data that is used in the inference scripts as a prior for fitness distributionsresults/- inference execution results. Are used by the notebooks. Every folder of inference contains not only the inferencedbfile, but also the source code (copy-paste of inference and model codes that were used) and theparamsfile that contain all the parameters that the source code was executed with.src/notebooks/- notebooks that are used to draw figures, calculate HDI, WAIC and so on.ms/ms.texcontains reference for each notebook in comments for every figure and data that is generated by these notebooks.
All code in this repo is licensed under the CC-BY-SA 4.0 license.
The licenses of the versions of the manuscript and preprint appear on the respective websites.