dabai2 / CellChat

R toolkit for inference and analysis of cell-cell communication from single-cell data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CellChat: Inference and analysis of cell-cell communication

Web-based “CellChat Explorer”

We build a user-friendly web-based “CellChat Explorer” that contains two major components:

  • Ligand-Receptor Interaction Explorer that allows easy exploration of our novel ligand-receptor interaction database, a comprehensive recapitulation of known molecular compositions including multimeric complexes and co-factors).
  • Cell-Cell Communication Atlas Explorer that allows easy exploration of the cell-cell communication for any given scRNA-seq dataset that has been processed by our R toolkit CellChat.

Capabilities

In addition to infer the intercellular communication from any given scRNA-seq data, CellChat provides functionality for further data exploration, analysis, and visualization.

  • It is able to analyze cell-cell communication for continuous states along cellular development trajectories.
  • It can quantitatively characterize and compare the inferred cell-cell communication networks using an integrated approach by combining social network analysis, pattern recognition, and manifold learning approaches.
  • It provides an easy-to-use tool for extracting and visualizing high-order information of the inferred networks. For example, it allows ready prediction of major signaling inputs and outputs for all cell populations and how these populations and signals coordinate together for functions.
  • It provides several visualization outputs to facilitate intuitive user-guided data interpretation.

Check out our preprint on bioRxiv for the detailed methods and applications, and a short video for introducing the key features of CellChat.

Installation

CellChat R package can be easily installed from Github using devtools:

devtools::install_github("sqjin/CellChat")

You might need to manually intall the dependencies ComplexHeatmap using devtools::install_github("jokergoo/ComplexHeatmap") if it is not automatically installed.

Vignettes

Please check the vignettes directory of the repo.

System Requirements

Hardware requirements

CellChat package requires only a standard computer with enough RAM to support the in-memory operations.

Software requirements

This package is supported for macOS, Windows and Linux. The package has been tested on macOS: Mojave (10.14.5).

Dependencies of CellChat package are indicated in the Description file, and can be automatically installed when installing CellChat pacakge.

Help

If you have any problems, comments or suggestions, please contact us at Suoqin Jin (suoqin.jin@uci.edu).

How should I cite CellChat?

Suoqin Jin, Christian F. Guerrero-Juarez, Lihua Zhang, Ivan Chang, Peggy Myung, Maksim V. Plikus, Qing Nie. Inference and analysis of cell-cell communication using CellChat. bioRxiv 2020.07.21.214387; doi: https://doi.org/10.1101/2020.07.21.214387

About

R toolkit for inference and analysis of cell-cell communication from single-cell data


Languages

Language:R 98.8%Language:C++ 1.2%