plot_dbr_score | R Documentation |
Scatterplot of debris score against feature
plot_dbr_score(sce, feature = "n_genes", log_y = TRUE, color = NULL, alpha = 0.1, ret = FALSE)
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. |
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.