Skip to content

ElementoLab/ggo-imc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ggo-imc

This repository contains the code to reproduce figures from manuscript: "Simultaneous immunomodulation and epithelial-to-mesenchymal transition drives lung adenocarcinoma progression."

Data

The processed data and raw data (for further exploration) can be found at Zenodo (view of the data might be restricted until publication):

  • DOI - Processed Data
  • DOI - Raw Data

Environment Setup

# setting up conda environment
conda create -n ggo-imc python==3.9 -y
conda activate ggo-imc
pip install -r requirements.txt

Analysis Pipeline

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages