plot_umi_gene | R Documentation |
Scatterplot of genes vs. UMI count
plot_umi_gene(sce, color = NULL, alpha = 0.1, ret = FALSE)
sce |
An SCE object. |
color |
Color points by values in this column of test_data, such as Call. |
alpha |
A numeric value controlling the transparency of the points. From 0 (transparent) to 1 (no transparency). |
ret |
A logical specifying whether to return the ggplot object or just print it out. |
Nothing. If return=TRUE, then return a ggplot object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.