plot_gene_modules | R Documentation |
plot_gene_modules
plot_gene_modules(x, ...)
## S3 method for class 'Seurat'
plot_gene_modules(
x,
gene_modules,
reduction = NULL,
assay = NULL,
slot = "data",
size = 0.5,
...
)
x |
object with gene expression levels per cell. |
... |
arguments passed down to methods. |
gene_modules |
data.frame with columns gene and module. |
reduction |
reduction to use. |
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.