View source: R/visualization.R
plotReducedDim_mod | R Documentation |
scater::plotReducedDim()
.A wrapper around scater::plotReducedDim()
.
plotReducedDim_mod(
sce,
dimred,
colour_by = NULL,
point_size = 1,
point_alpha = 0.8,
title = "",
subtitle = "",
use_default_ggplot_palette = TRUE,
colour_gradient = list(low = "lightgrey", high = "blue"),
legend_title = NULL,
add_cells_per_cluster = TRUE,
...
)
sce |
A |
dimred , colour_by , point_size , point_alpha , ... |
Passed to |
title , subtitle , legend_title |
A character scalar. |
use_default_ggplot_palette |
A logical scalar: if |
colour_gradient |
A named list with low and high colors for continuous variables. |
add_cells_per_cluster |
A logical scalar: if |
A ggplot2
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.