Description Usage Arguments Value Examples
View source: R/plot_hexbin_density.R
Plot of density of observations from single cell data in bivariate hexagon cells.
1 | plot_hexbin_density(sce, title = NULL, xlab = NULL, ylab = NULL)
|
sce |
A |
title |
A string containing the title of the plot. |
xlab |
A string containing the title of the x axis. |
ylab |
A string containing the title of the y axis. |
A ggplot2{ggplot}
object.
1 2 3 4 5 | #' # For Seurat object
library(Seurat)
data("pbmc_small")
pbmc_small <- make_hexbin(pbmc_small, 10, dimension_reduction = "PCA")
plot_hexbin_density(pbmc_small)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.