New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

cell2cell

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cell2cell

TBD

  • 0.7.4
  • PyPI
  • Socket score

Maintainers
1

Inferring cell-cell interactions from transcriptomes with cell2cell

PyPI Version Documentation Status Downloads

:book: Getting started

For tutorials and documentation, visit cell2cell ReadTheDocs or our cell2cell website.

:wrench: Installation

Step 1: Install Anaconda :snake:

First, install Anaconda following this tutorial

Step 2: Create and Activate a New Conda Environment :computer:
# Create a new conda environment
conda create -n cell2cell -y python=3.7 jupyter

# Activate the environment
conda activate cell2cell
Step 3: Install cell2cell :arrow_down:
pip install cell2cell

:bulb: Examples

cell2cell ExamplesTensor-cell2cell Examples
cell2cell LogoTensor-cell2cell Logo
- Step-by-step Pipeline
- Interaction Pipeline for Bulk Data
- Interaction Pipeline for Single-Cell Data
- Whole Body of C. elegans
- Obtaining patterns of cell-cell communication
- Downstream 1: Factor-specific analyses
- Downstream 2: Patterns to functions (GSEA)
- Tensor-cell2cell in Google Colab (GPU)
- Communication patterns in Spatial Transcriptomics

Reproducible runs of the analyses in the Tensor-cell2cell paper are available at CodeOcean.com

Explore our tutorials for using Tensor-cell2cell with LIANA at ccc-protocols.readthedocs.io.

:question: Common Issues

  • Memory Errors with Tensor-cell2cell: If you encounter memory errors when performing tensor factorizations, try replacing init='svd' with init='random'.

:dna: Ligand-Receptor Pairs

Find a curated list of ligand-receptor pairs for your analyses at our GitHub Repository.

:bookmark_tabs: Citation

Please cite our work using the following references:

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc