Each point represents clusters. Point color indicates the topic with the highest probability of each cluster.
umap_cluster(ldaOut, label.size = 3)
Arguments
ldaOut |
topic modeling result |
label.size |
size of labels |
Examples
if (FALSE) {
ldaOut <- SeuratObj@misc$ldaOut
umap_cluster(ldaOut)
}