drawWordcloud {GenomicSuperSignature} | R Documentation |
Plot a word cloud using the remaining MeSH terms in the selected RAV after user-defined filtering.
drawWordcloud( RAVmodel, ind, rm.noise = NULL, scale = c(3, 0.5), weighted = TRUE )
RAVmodel |
PCAGenomicSignatures object |
ind |
An index of the RAV you want to draw wordcloud. |
rm.noise |
An integer. Under the default ( |
scale |
A |
weighted |
A logical. If |
A word cloud with the MeSH terms associated with the given cluster.
data(miniRAVmodel) drawWordcloud(miniRAVmodel, 1139)