View source: R/heatmap_count.r
heatmap_count | R Documentation |
This heatmap plot type includes two features count & log_count.
heatmap_count( interaction_count, log10 = FALSE, decimal = 1, text_size = 15, number_size = 5, title = NULL )
interaction_count |
A data frame of the ligand-receptor interactions between pairwise cell types. |
log10 |
Using log-count of interactions. Default is FALSE. |
decimal |
Default is 1. |
text_size |
Line/border size in mm; text size in pts. Default is 15. |
number_size |
Font size for text annotations. Default is 5. |
title |
The text for the title. Default is NULL. |
A figure of the significant interactions
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.