plot_gene_modules_heatmap | R Documentation |
plot_gene_modules_heatmap
plot_gene_modules_heatmap(x, ...)
## S3 method for class 'matrix'
plot_gene_modules_heatmap(x, ...)
## S3 method for class 'Seurat'
plot_gene_modules_heatmap(
x,
gene_modules,
group.by = "seurat_clusters",
assay = NULL,
slot = "data",
...
)
x |
object with gene expression levels per cell. |
... |
arguments passed down to methods. |
gene_modules |
data.frame with columns gene and module. |
group.by |
identity to use for grouping cells (default: seurat_clusters). |
assay |
assay to use for Seurat objects. |
slot |
slot to use for Seurat objects. |
size |
size of the points. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.