Skip to main content

TBD

Project description

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

cell2cell-0.5.5-py3-none-any.whl (114.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page