Skip to content

lkroeh/CCCheatmap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CCCheatmap

Lifecycle: experimental

The goal of CCCheatmap is to build custom heatmaps from the output of CellChat. These are modified versions of the heatmaps produced by their command \code{netVisual_heatmap}. It allows the user to choose specific populations as senders and receivers for which to consider signaling. The colors are the sum of the communication probabilities for a given pathway between two designated cell types.

Installation

You can install the development version of CCCheatmap from GitHub with:

# install.packages("devtools")
devtools::install_github("lkroeh/CCCheatmap")

Example

This is a basic example which shows you how to make a heatmap:

library(CCCheatmap)
cellchatobject
hm <- makehm(cellchatobject)
hm

About

CellChat Custom Heatmap

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published