Skip to content

xhelenfu/NIMO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NIMO (Niches and biomarkers of IMmunOtherapy resistance)

For more details, please refer to our paper [Spatial transcriptomics reveals distinct cellular niches of resistance to immune checkpoint blockade in melanoma].

This repository contains the code for NIMO. Leveraging single-cell spatially resolved transcriptomics data, NIMO models local cellular neighbourhoods to identify recurring spatial patterns (niches) and predict patient response to immune checkpoint blockade.

alt text

Installation

Note: A GPU is strongly recommended for the deep learning component.

  1. Clone repository:
git clone https://github.com/xhelenfu/NIMO.git
  1. Create virtual environment:
conda create --name nimo python=3.12
  1. Activate virtual environment:
conda activate nimo
  1. Install dependencies:
cd nimo
pip install -r requirements.txt

Installation is expected to be completed within a few minutes.

Tutorials

Please check out Training and validation for key steps in using NIMO.

Citation

If NIMO has assisted you with your work, please kindly cite our paper.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors