View source: R/SingleCellPlots.R
plot_umap_label_by_clusters | R Documentation |
Plot UMAP with identified clusters
plot_umap_label_by_clusters(
object,
show_method = c("walktrap", "louvain", "kmeans", "merged_walktrap", "merged_louvain",
"merged_kmeans"),
point.size = 2,
mark.clusters = TRUE,
mark.font.size = 10,
mark.font.color = "yellow",
add.cluster.in.cells = FALSE,
cluster.font.size = 1,
cluster.font.color = "yellow"
)
object |
The SingCellaR object. |
show_method |
The clustering method names used to generate clusters. |
point.size |
The point size. Default 2 |
mark.clusters |
is logical. If TRUE, the number of identified clusters will be displayed. |
mark.font.size |
The font size of the cluster name. |
mark.font.color |
The font color of the cluster name. |
add.cluster.in.cells |
is logical. If TRUE, the cluster name will be displayed in each data point. |
cluster.font.size |
The font size of cluster name in each data point. |
cluster.font.color |
The font color of cluster name in each data point. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.