tag_words | R Documentation |
Tag the words based on pvclust and word matrix.
tag_words(
ret,
cl = FALSE,
pvclAlpha = 0.95,
whole = FALSE,
num_words = 30,
method = "correlation"
)
ret |
biotext class object |
cl |
cluster for parallel computing |
pvclAlpha |
alpha value for 'pvpick' |
whole |
perform clustering on whole matrix (take time) |
num_words |
if set, subset to this number of words |
method |
method.dist argument in pvclust |
Identify important word clusters with statistical significance using 'pvclust'.
biotext class object
obtain_refseq(c("IRF3","PNKP")) |>
make_corpus() |> make_TDM() |> tag_words()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.