Description Usage Arguments Value Examples
This function draw the enrichment heatmap using
wordcloud
package.
1 2 3 4 5 | getWordcloud(res, ...)
## S4 method for signature 'loci2pathResult'
getWordcloud(res, min.freq.tissue = 5,
min.freq.gset = 5, max.words = 50)
|
res |
query result from function query.egset.list() |
... |
additional params |
min.freq.tissue |
minimum frequency of tissue/cell to be plotted in the word cloud |
min.freq.gset |
minimum frequency of geneset to be plotted in the word cloud |
max.words |
maximum words to be generated |
empty
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.