View source: R/utils_plotting.R
| plot_umap_labels | R Documentation |
Dimensionality reduction plots for a two-batch dataset before and after correction - colored by batch and label
plot_umap_labels(uncorrected, corrected, filename = NULL, seed = 473)
uncorrected |
tibble with uncorrected data |
corrected |
tibble with corrected data |
filename |
Output figure filename. If NULL plots are returned |
seed |
For reproducibility |
Other plot:
plot_density(),
plot_dimred_full(),
plot_dimred(),
plot_save_four(),
plot_save_two()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.