View source: R/wordcloud_tfidf.R
wordcloud_tfidf | R Documentation |
Wordcloud from tf-idf results
wordcloud_tfidf(
obj,
label_var = "celltype",
cluster_var = "cluster",
terms_per_cluster = 10,
show_plot = TRUE,
...
)
obj |
Single-cell data object. |
label_var |
Which cell metadata column to input to NLP analysis. |
cluster_var |
Which cell metadata column to use to identify which cluster each cell is assigned to. |
terms_per_cluster |
The maximum number of words to return per cluster. |
show_plot |
Whether to print the plot. |
... |
Additional parameters to pass to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.