This repo contains all data analysis and code to create the figures in Lende-Dorn et al. "Chemogenetic tuning reveals optimal MAPK signaling for cell-fate programming".
- Create a virtual environment in the repository directory using python -m venv env
- Activate the virtual environment using source env/bin/activate (MacOS, Linux) or .\env\Scripts\activate (Windows)
- Install the current package versions for this project using pip install -r requirements.txt
- Verify that the correct versions of these packages are installed. Incorrect versions may cause errors in the code:
statannotations==0.5.0,seaborn==0.12.2,rushd==0.5.1 - Download the raw and analyzed data from Zenodo (DOI: 10.5281/zenodo.16576807), specifically the data.zip file. Unzip this file.
- Create a file in the root directory of the repo called datadir.txt that contains the absolute path to the data directory you just downloaded. This should be a single line.