View source: R/visualization_functions.R
plot_umaps_w_counts | R Documentation |
plot_umaps_w_counts
plot_umaps_w_counts(sce, genes, size = 0.25, ncol = NULL)
sce |
SingleCellExperiment object containing gene counts matrix (stored in 'logcounts' assay). Should contain field 'UMAP' in reducedDim slot, colnames = x and y. |
genes |
Character vector containing gene names for which to plot UMAPs. |
size |
Size of dots for geom_point |
ncol |
Positive integer specifying number of columns for ggarrange |
For each gene: scater plot with UMAP-coordinates colored by gene expression
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.