Description Usage Arguments Value
Visualise clustering parameters
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | ExploreClusterResolutions(
seu,
out.dir = "plots",
umap.pt = 2,
tsne.pt = 2,
dotplot.cex = 10,
n.markers = 10,
comb.width = 20,
comb.height = 16,
umap.width = 15,
umap.height = 15,
tsne.width = 15,
tsne.height = 15
)
|
seu |
seurat object |
out.dir |
out directory |
umap.pt |
umap point size |
tsne.pt |
tsne point size |
dotplot.cex |
dotplot axis text size |
n.markers |
number of markers |
comb.width |
combined plot width |
comb.height |
combined plot height |
umap.width |
umap plot width |
umap.height |
umap plot height |
tsne.width |
tsne plot width |
tsne.height |
tsne plot height |
list of umaps, tsnes and markers, along with plots in out.dir
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.