plot_clust | R Documentation |
Features should be a column name from droplet_data
plot_clust(sce, feat_x = "score.debris", feat_y = "n_genes", log_x = TRUE, log_y = FALSE, ret = FALSE)
sce |
An SCE object. |
feat_x |
Feature to plot on the x-axis. |
feat_y |
Feature to plot on the y-axis. |
log_x |
Boolean indicating whether to log transform the x-axis. |
log_y |
Boolean indicating whether to log transform the y-axis. |
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.