Skip to content

User-friendly tool to infer cell-cell interactions and communication from gene expression of interacting proteins

License

Notifications You must be signed in to change notification settings

gdk43/cell2cell

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Inferring cell-cell interactions from transcriptomes with cell2cell

PyPI Version Downloads

Installation

First, install Anaconda following this tutorial

Once installed, create a new conda environment:

conda create -n cell2cell -y python=3.7 jupyter

Activate that environment:

conda activate cell2cell

Then, install cell2cell:

pip install cell2cell

Examples


plot

  • A toy example using the under-the-hood methods of cell2cell is available here. This case allows personalizing the analyses in a higher level, but it may result harder to use.
  • A toy example using an Interaction Pipeline for bulk data is available here. An Interaction Pipeline makes cell2cell easier to use.
  • A toy example using an Interaction Pipeline for single-cell data is available here. An Interaction Pipeline makes cell2cell easier to use.
  • An example of using cell2cell to infer cell-cell interactions across the whole body of C. elegans is available here

plot

  • A capsule containing jupyter notebooks for reproducing the results in the manuscript of Tensor-cell2cell is available in codeocean.com. It specifically contains analyses on datasets of COVID-19 and the embryonic development of C. elegans, such as the evaluation of changes in cell-cell communication dependent on different severities of COVID-19, and changes dependent on multiple time points of the C. elegans development
  • A tutorial of running Tensor-cell2cell on a dataset of control and interferon-beta-treated PBMCs from 8 donors is available here
  • Do you have precomputed communication scores? Re-use them as a prebuilt tensor as exemplified here. This allows reusing previous tensors you built or even plugging in communication scores from other tools.
  • Run Tensor-cell2cell much faster! An example to perform the analysis using a Nvidia GPU is available here

Common issues

  • When running Tensor-cell2cell (InteractionTensor.compute_tensor_factorization() or InteractionTensor.elbow_rank_selection()), a common error is associated with Memory. This may happen when the tensor is big enough to make the computer run out of memory when the input of the functions in the parentheses is init='svd'. To avoid this issue, just replace it by init='random'.

Ligand-Receptor pairs

  • A repository with previously published lists of ligand-receptor pairs is available here. You can use any of these lists as an input of cell2cell.

Citation

About

User-friendly tool to infer cell-cell interactions and communication from gene expression of interacting proteins

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%