View source: R/pathwayanalysis.R
pathwayanalysis_wordcloud | R Documentation |
This will make a wordcloud based on a character vector of pathway names. If using with the rest of the pathway analysis pipeline, see the example below.
pathwayanalysis_wordcloud(pways, delimiter, excludeWords, ...)
pways |
character vector. pathways to make a wordcloud with. or, more generally, a vector of "documents" with words separated by some delimiter. |
delimiter |
a single character string. delimiter separating words in each of the elements of the vector |
excludeWords |
words to exlude; for example, "GOBP" |
... |
other arguments passed on to |
a wordcloud as a recordedplot
plot object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.