r_dim_plot | R Documentation |
Roberts lab Seurat::DimPlot default changes
r_dim_plot(
object,
title = NULL,
label = TRUE,
pt.size = 1,
pt_alpha = 0.6,
...
)
object |
Seurat object |
title |
Title to use for plot |
label |
Whether to label the clusters |
pt.size |
Adjust point size for plotting |
pt_alpha |
Transparency of points (should be between 0 and 1) |
... |
Other arguments to pass to Seurat::DimPlot |
A patchworked ggplot object if combine = TRUE; otherwise, a list of ggplot objects
## Not run:
r_dim_plot(object = sobject)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.