Description Usage Arguments Examples
Use this to plot data as a UMAP or tSNE
1 | plot_dimred(dataset, reduction = "umap", add_cell_label = F, avoid_overlap = T)
|
dataset |
Seurat object that you want to get expression from |
reduction |
Do you want to use UMAP or tSNE? |
add_cell_label |
Should cell names be added to UMAP as well as legend |
avoid_overlap |
Force cell names to avoid overalpping on UMAP |
1 2 3 4 5 | ## Not run:
plot_dimred(dataset = seurat_object,
add_cell_label = T)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.