View source: R/seurat_related.R
DoHeatmap_my | R Documentation |
heatmap of average expression, by cluster
DoHeatmap_my( sce, features, slot = "scale.data", assay = "RNA", main = "", group.by = "seurat_clusters", rotate = F )
sce |
Seurat obj |
features |
gene list |
slot |
which expression type |
assay |
assay |
main |
title |
DoHeatmap_my(scObj_colon, gene_203307, group.by = 'sample') DoHeatmap_my(scObj_colon, gene_203307, group.by = 'sample', rotate=T)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.