plot_umi_gene: Scatterplot of genes vs. UMI count

View source: R/plotting.R

plot_umi_geneR Documentation

Scatterplot of genes vs. UMI count

Description

Scatterplot of genes vs. UMI count

Usage

plot_umi_gene(sce, color = NULL, alpha = 0.1, ret = FALSE)

Arguments

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.

Value

Nothing. If return=TRUE, then return a ggplot object


marcalva/diem documentation built on Jan. 1, 2023, 2:33 a.m.