Description Usage Arguments Examples
Use this to visualise gene expression in a heatmap across clusters. This will give you expression of certain genes across clusters averaged over all conditions i.e. you can't specify to split by disease
1 | plot_heatmap(dataset, genes)
|
dataset |
Seurat object that you want to get expression from |
genes |
The genes you want to plot |
1 2 3 4 5 | ## Not run:
plot_heatmap(dataset = seurat_object,
genes = c("IFNG", "IL10", "FOXP3", "CD69", "CD8A"))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.