R/topicModel_utils.R
cluster_topic_hmp.RdHeatmap showing probability between topics and clusters
cluster_topic_hmp(ldaOut, cluster_rows = T, cluster_cols = T)
| ldaOut | topic modeling result |
|---|---|
| cluster_rows | boolean values determining if rows should be clustered. |
| cluster_cols | boolean values determining if columns should be clustered. |
if (FALSE) { ldaOut <- SeuratObj@misc$ldaOut cluster_topic_hmp(ldaOut) cluster_topic_hmp(ldaOut, cluster_cols = F) }