View source: R/MultiFeaturePlot.R
MultiFeaturePlot | R Documentation |
This function plots UMAPs for a series of nine cluster resolutions, alongside a clustree which reveals the relationship between clusters at different resolutions
MultiFeaturePlot(
seurat_object,
gene_list,
plot_stage = FALSE,
stage_col = "orig.ident",
plot_clusters = TRUE,
cluster_col = "seurat_clusters",
plot_celltype = FALSE,
celltype_col = NA,
n_col = 4,
label = "UMAP plots for GOI on normalised filtered data"
)
seurat_object |
Seurat object |
gene_list |
genes to plot DimPlots for |
plot_stage |
boolean for whether to plot DimPlot for developmental stage |
stage_col |
seurat_object@meta.data column used to plot developmental stage |
plot_clusters |
boolean for whether to plot DimPlot for clusters |
cluster_col |
seurat_object@meta.data column used to plot clusters |
plot_celltype |
boolean for whether to plot DimPlot for celltype |
celltype_col |
seurat_object@meta.data column used to plot celltype |
label |
plot title |
plot generated by grid extra
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.