This repository reproduces the results from the ICePop paper (link).
For installation instructions and a tutorial for the ICePop package, see: https://github.com/krishnanlab/icepop
We assume the following directory structure when running the analysis:
data/
results/ (directory to save results generated from codes in src/)
src/
paper/
notebook/
run/ (working directory for running scripts)
All data required to reproduce the analyses are available on Zenodo.
We assume all data have been downloaded and extracted under data/.
- notebook/: Jupyter notebooks used to generate figures and tables in the paper
- src/: Scripts for reproducing the results
- paper/: Output figures and plots included in the manuscript
- Detailed descriptions of scripts are available in src/README.md
- Notebook-specific explanations are available in notebook/README.md