View source: R/Visualization.R
PlotGroups | R Documentation |
PlotGroups
PlotGroups( object = NULL, group = NULL, combine = FALSE, ncol = 2, text_size = 20, point_size = 2, alpha = 1, low_color = "gray", high_color = "tomato", legend_position = "right", legend_point_size = NULL, order = TRUE, palette = NULL, ... )
object |
Seurat object with calculated UMAP |
group |
Labels to use as colors. |
combine |
Whether the plots should be combined |
ncol |
If plots are combined, the number of columns of the final plot. |
text_size |
Size of text. |
point_size |
Size of points. |
alpha |
Transparency of points. |
low_color |
Color for background points. |
high_color |
Color for main points. |
legend_position |
Positions of plot legends. |
legend_point_size |
Size of legends' points. |
order |
Whether the points should be ordered. |
palette |
Color pallete to use. |
... |
Arguments passed to other methods. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.