Cell.cell.corheatmap | R Documentation |
This function allows you to plot a heatmap for cell-cell correlation
Cell.cell.corheatmap( Seurat_obj, do.cluster = F, colours = "random", cor.method = "spearman", imputed = F, title = "Cell-Cell corellation heatmap" )
Seurat_obj |
Seurat object |
do.cluster |
set to T if you want a hierarchical clustering on the top of the heatmap, defulat is FALSE |
colours |
set the colours for clusters that you want, random colours by default |
cor.method |
what method parameter should be passed to cor function, spearman is by default, bayesian (package psycho), pearson and kendall can also be used |
@param |
imputed should MAGIC imputetion be used on an expression matrix primarily to correlation analysis, FALSE by default |
a heaatmap
Cell.cell.corheatmap(Seurat_obj, do.cluster = T)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.