anno_word_cloud_from_GO | R Documentation |
Word cloud annotations from GO
anno_word_cloud_from_GO(
align_to,
go_id,
stat = c("pvalue", "count"),
min_stat = ifelse(stat == "count", 5, 0.05),
term = NULL,
exclude_words = NULL,
...
)
align_to |
The same format as in |
go_id |
The value should be in the same format as |
stat |
What type of value to map to font sizes of the keywords. There are two possible values. "pvalue": enrichment is applied to keywords and -log10(p-value) is used to map to font size; "count": simply word frequency of keywords. |
min_stat |
Minimal value for |
term |
Alternatively the GO description can be set via the |
exclude_words |
The words excluced for construcing word cloud. Some words are internally exclucded: |
... |
All other arguments passed to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.