Description Usage Arguments Value
This may be useful for displaying multiple datasets
1 2 3 4 5 6 7 8 9 10 | pl_splitDimplot(
object,
reduction = "umap",
split_by = "Dataset",
groups_label = c("seurat_clusters"),
groups = c("Batch", "Phase"),
coord_fixed_ratio = 1,
pt.size = 1,
colors = scanpy_colors$default_64
)
|
object |
Seurat object |
reduction |
umap/tsne/pca |
split_by |
split dimplot by this metadata |
groups_label |
plot using DimPlot with label = TRUE |
groups |
plot using pl_dimplot |
coord_fixed_ratio |
only valid for groups |
pt.size |
point size |
colors |
point color |
multiple plots
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.