plot_dbr_score: Scatterplot of debris score against feature

View source: R/plotting.R

plot_dbr_scoreR Documentation

Scatterplot of debris score against feature

Description

Scatterplot of debris score against feature

Usage

plot_dbr_score(sce, feature = "n_genes", log_y = TRUE, color = NULL,
  alpha = 0.1, ret = FALSE)

Arguments

sce

An SCE object.

feature

Plot debris score against this feature. This can be a column name in the test_data slot or a gene. Default is number of genes detected

log_y

Boolean indicating whether to log transform the y-axis.

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.