PlotCelltype | R Documentation |
Calculate average expression for groups of genes across Seurat clusters and plot BoxPlots.
PlotCelltype(
seurat_obj,
gene_list,
group_by = "seurat_clusters",
x_lab = "Cluster ID",
quantiles = c(0.05, 0.95),
...
)
seurat_obj |
Seurat object |
gene_list |
Named list of genes passed to seurat::AddModuleScore |
group_by |
seurat_object@meta.data column containing cell clusters |
x_lab |
label for x axis |
quantiles |
Percent quantile to plot on bar plots. Can be either a single element or an array (length 2) with lower and upper percent quantiles |
... |
Extra arguments passed to grid.arrange |
plot output from grid.arrange
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.