Skip to content

nitzanlab/pareto_interactions_py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pareto Interactions (python)

Both this repository and its sister, Mathematica repository pareto_interactions, supplement our preprint: Emergence of division of labor in tissues through cell interactions and spatial cues.

In our work, we:
  1. develop a computational framework to investigate the contribution of global gradients across the tissue and of self-organization mechanisms towards the division of labor within a cell-type population.

  2. identify distinguishable expression patterns emerging from cell-cell interactions vs. instructive signals.

  3. propose a method to construct ligand-receptor networks between specialist cells and use it to infer division-of-labor mechanisms from single-cell RNA-seq and spatial transcriptomics data of stromal, epithelial, and immune cells.

This repository

This repository contains:

  1. Simulated optimization of Pareto-optimal task and spatial distributions.
  1. Plotting and statistical significance testing of task distances verses physical distances.
  1. Analysis of colon fibroblast Slide-seq data (Avraham-Davidi et al.).
  1. Projection and analysis of colon fibroblast single-cell RNA-seq expression (Muhl et al.) onto Slide-seq data (Avraham-Davidi et al.).

pareto_ex 001

How to install pareto_interactions_py

Create a clean environment with conda using the environment.yml file from the this repository:

conda env create -f "https://raw.githubusercontent.com/nitzanlab/pareto_interactions_py/master/environment.yml"

(For older versions of conda one needs to download the environment.yml and use the local file for installation.)

For install in an already existing environment, use pip of the latest release from github:

pip install pareto_interactions_py@git+https://github.com/nitzanlab/pareto_interactions_py.git

Contact

Feel free to contact us by mail.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors