This repository contains the code to reproduce figures from manuscript: "Simultaneous immunomodulation and epithelial-to-mesenchymal transition drives lung adenocarcinoma progression."
The processed data and raw data (for further exploration) can be found at Zenodo (view of the data might be restricted until publication):
# setting up conda environment
conda create -n ggo-imc python==3.9 -y
conda activate ggo-imc
pip install -r requirements.txt
For streamlined analysis to produce figures use the command
make run
Alternatively for individual plots for each figures:
make figure1
make figure2
make figure3
make figure4
make figure5