Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 627 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 627 Bytes

celltalker

The goal of celltalker is to infer putative ligand and receptor interactions from single-cell RNAseq data. Briefly, celltalker seeks to evaluate cell-cell communication based on expression of ligands and receptors within and between clusters of cells across experimental groups.

Installation

You can install the development version of celltalker from github using devtools:

library(devtools)
install_github("arc85/celltalker")
library(celltalker)

Additional information

For more information and the celltalker vignette, check out the celltalker website https://arc85.github.io/celltalker/.