R toolkit for inference, visualization and analysis of cell-cell communication from single-cell and spatially resolved transcriptomics
R
673
167 commits
updated Mar 4, 2026
CellChat v3 (Spatial CellChat) is an updated version that
CellChat v2 is a version that includes
updateCellChatDB is also provided for easily updating CellChatDB.For the version history and detailed important changes, please see the NEWS file.
A step-by-step protocol for cell-cell communication analysis using CellChat is available at Jin et al., Nature Protocols 2024. Please kindly cite this paper when using CellChat version >= 1.5. We greatly appreciate the users' support and suggestions that make it possible for us to update CellChat since we published the first version in the year of 2021.
In addition to infer the intercellular communication from any given scRNA-seq data and spatially resolved transcriptomics data, CellChat provides functionality for further data exploration, analysis, and visualization.
To ensure efficient and scalable inference of cell-cell communication at single-cell resolution from spatial transcriptomics data, Spatial CellChat optimizes the data structure within CellChat object. To enable users still can run their previously calculated CellChat v1/v2 object and smoothly upgrade to CellChat v3, we currently deposite the source codes and tutorials of Spatial CellChat at another GitHub repository.
CellChat v3 (Spatial CellChat) R package can be easily installed from Github using devtools:
devtools::install_github("jinworks/SpatialCellChat")
Installation of other dependencies
BiocManager::install("BiocNeighbors") if you encounter any issue.devtools::install_github("JEFworks-Lab/MERINGUE") if you encounter any issue.devtools::install_github("KlugerLab/ALRA") if you encounter any issue.devtools::install_github("zdebruine/RcppML") if you encounter any issue.CellChat v1/v2 R package can be easily installed from Github using devtools:
devtools::install_github("jinworks/CellChat")
Installation of other dependencies
install.packages('NMF'). Please check here for other solutions if you encounter any issue. You might can set Sys.setenv(R_REMOTES_NO_ERRORS_FROM_WARNINGS=TRUE) if it throws R version error.devtools::install_github("jokergoo/circlize") if you encounter any issue.devtools::install_github("jokergoo/ComplexHeatmap") if you encounter any issue.pip install umap-learn. Please check here if you encounter any issue.Some users might have issues when installing CellChat pacakge due to different operating systems and new R version. Please check the following solutions:
Please check the tutorial directory of the repo. Example datasets are publicly available at figshare. Please check the Jin et al., Nature Protocols 2024 for a comprehensive protocol of cell-cell communication analysis using CellChat.
We build a user-friendly web-based “CellChat Explorer” that contains two major components:
We also developed an Interactive Web Browser that allows exploration of CellChat outputs of spatially proximal cell-cell communication using a built-in function runCellChatApp, and a standalone CellChat Shiny App for the above Cell-Cell Communication Atlas Explorer.
If you have any question, comment or suggestion, please use github issue tracker to report coding related issues of CellChat.
CellChat is an open source software package and any contribution is highly appreciated!
We use GitHub's Pull Request mechanism for reviewing and accepting submissions of any contribution. Issue a pull request on the GitHub website to request that we merge your branch's changes into CellChat's master branch. Be sure to include a description of your changes in the pull request, as well as any other information that will help the CellChat developers involved in reviewing your code.
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: Ventura (version 13.5) and Windows 10. Dependencies of CellChat package are indicated in the Description file, and can be automatically installed when installing CellChat pacakge. CellChat can be installed on a normal computer within few mins.
CellChat is an R package designed for inference, analysis, and visualization of cell-cell communication from single-cell and spatially resolved transcriptomics. CellChat aims to enable users to identify and interpret cell-cell communication within an easily interpretable framework, with the emphasis of clear, attractive, and interpretable visualizations.
CellChatDB is a manually curated database of literature-supported ligand-receptor interactions in mutiple species, leading to a comprehensive recapitulation of known molecular interaction mechanisms including multi-subunit structure of ligand-receptor complexes and co-factors.
If you use CellChat or CellChatDB in your research, please considering citing our papers:
R
99.7%
R toolkit for inference, visualization and analysis of cell-cell communication from single-cell and spatially resolved transcriptomics
R
673
167 commits
updated Mar 4, 2026
CellChat v3 (Spatial CellChat) is an updated version that
CellChat v2 is a version that includes
updateCellChatDB is also provided for easily updating CellChatDB.For the version history and detailed important changes, please see the NEWS file.
A step-by-step protocol for cell-cell communication analysis using CellChat is available at Jin et al., Nature Protocols 2024. Please kindly cite this paper when using CellChat version >= 1.5. We greatly appreciate the users' support and suggestions that make it possible for us to update CellChat since we published the first version in the year of 2021.
In addition to infer the intercellular communication from any given scRNA-seq data and spatially resolved transcriptomics data, CellChat provides functionality for further data exploration, analysis, and visualization.
To ensure efficient and scalable inference of cell-cell communication at single-cell resolution from spatial transcriptomics data, Spatial CellChat optimizes the data structure within CellChat object. To enable users still can run their previously calculated CellChat v1/v2 object and smoothly upgrade to CellChat v3, we currently deposite the source codes and tutorials of Spatial CellChat at another GitHub repository.
CellChat v3 (Spatial CellChat) R package can be easily installed from Github using devtools:
devtools::install_github("jinworks/SpatialCellChat")
Installation of other dependencies
BiocManager::install("BiocNeighbors") if you encounter any issue.devtools::install_github("JEFworks-Lab/MERINGUE") if you encounter any issue.devtools::install_github("KlugerLab/ALRA") if you encounter any issue.devtools::install_github("zdebruine/RcppML") if you encounter any issue.CellChat v1/v2 R package can be easily installed from Github using devtools:
devtools::install_github("jinworks/CellChat")
Installation of other dependencies
install.packages('NMF'). Please check here for other solutions if you encounter any issue. You might can set Sys.setenv(R_REMOTES_NO_ERRORS_FROM_WARNINGS=TRUE) if it throws R version error.devtools::install_github("jokergoo/circlize") if you encounter any issue.devtools::install_github("jokergoo/ComplexHeatmap") if you encounter any issue.pip install umap-learn. Please check here if you encounter any issue.Some users might have issues when installing CellChat pacakge due to different operating systems and new R version. Please check the following solutions:
Please check the tutorial directory of the repo. Example datasets are publicly available at figshare. Please check the Jin et al., Nature Protocols 2024 for a comprehensive protocol of cell-cell communication analysis using CellChat.
We build a user-friendly web-based “CellChat Explorer” that contains two major components:
We also developed an Interactive Web Browser that allows exploration of CellChat outputs of spatially proximal cell-cell communication using a built-in function runCellChatApp, and a standalone CellChat Shiny App for the above Cell-Cell Communication Atlas Explorer.
If you have any question, comment or suggestion, please use github issue tracker to report coding related issues of CellChat.
CellChat is an open source software package and any contribution is highly appreciated!
We use GitHub's Pull Request mechanism for reviewing and accepting submissions of any contribution. Issue a pull request on the GitHub website to request that we merge your branch's changes into CellChat's master branch. Be sure to include a description of your changes in the pull request, as well as any other information that will help the CellChat developers involved in reviewing your code.
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: Ventura (version 13.5) and Windows 10. Dependencies of CellChat package are indicated in the Description file, and can be automatically installed when installing CellChat pacakge. CellChat can be installed on a normal computer within few mins.
CellChat is an R package designed for inference, analysis, and visualization of cell-cell communication from single-cell and spatially resolved transcriptomics. CellChat aims to enable users to identify and interpret cell-cell communication within an easily interpretable framework, with the emphasis of clear, attractive, and interpretable visualizations.
CellChatDB is a manually curated database of literature-supported ligand-receptor interactions in mutiple species, leading to a comprehensive recapitulation of known molecular interaction mechanisms including multi-subunit structure of ligand-receptor complexes and co-factors.
If you use CellChat or CellChatDB in your research, please considering citing our papers:
R
99.7%