Wordcloud from tf-idf results
wordcloud_tfidf( object, label_var = "celltype", cluster_var = "cluster", terms_per_cluster = 10, show_plot = T, ... )
| object | Single-cell data object. Can be in |
|---|---|
| label_var | Which cell metadata column to input to tf-idf enrichment analysis. |
| cluster_var | Which cell metadata column to use to identify which cluster each cell is assigned to. |
| terms_per_cluster | The number of top significantly enriched terms to include per cluster. |
| ... | Additional parameters to pass to |