Setup#
Clone this repository
git clone https://github.com/MannLabs/dvp-protocol-code.git
# go into the repository
cd dvp-protocol-code
Create a suitable python environment
conda create -n dvp python=3.13 -y
# For image analysis
pip install -r requirements/requirements_image.txt
# For proteomics data analysis
pip install -r requirements/requirements_proteomics.txt
Download the data
Important
Careful! The utilized image is ~5GB large.
cd data/
bash download.sh