plot_PC_on_UMAP | R Documentation |
Plot cell PC score as color on UMAP plot
plot_PC_on_UMAP(sce, nPCs = 16, ncol = 3)
sce |
Seurat object |
nPCs |
an integer, total number of PC to plot; |
a ggplot2 merge obj, by cowplot::plot_grid
plot_PC_on_UMAP(pbmc, ncol=4) plot_PC_on_UMAP(pbmc, 9)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.