calculated by topic~term probability matrix

cosineheatmap(ldaOut)

Arguments

ldaOut

topic modeling result

Examples

if (FALSE) { ldaOut <- SeuratObj@misc$ldaOut cosineheatmap(ldaOut) }