Description Usage Arguments Value Examples
View source: R/visualization.R
Allows experimentation of different cluster resolutions on a Seurat object.
1 2 3 4 5 6 7 | chooseClusterRes(
seurat.obj,
cluster.res,
ident.plot = TRUE,
feature.plot = NULL,
plot.cols = NULL
)
|
seurat.obj |
A seurat object. |
cluster.res |
Cluster resolutions interested in |
feature.plot |
Produce a feature plot based on given genes |
UMAP and a Feature Plot
1 | chooseClusterRes(seurat.obj, cluster.res = list(.1,.2,.5), feature.plot = c("gene1","gene2","gene3"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.