gpt | R Documentation |
Run GPT on a metadata table.
gpt(
clusts,
label_var = "dataset",
cluster_var = "seurat_clusters",
terms_per_cluster = 5,
force_new = FALSE,
verbose = TRUE
)
clusts |
|
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. |
force_new |
If NLP results are already detected the metadata,
set |
verbose |
Whether to print messages. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.