Description Usage Arguments Value Examples
Engine for Create Word Cloud
1 | .createWordCloud(ontologyDescriptions, excludeWord = NULL)
|
ontologyDescriptions |
Description of ontology terms |
excludeWord |
Words to exclude from word cloud |
A data.frame
with columns "word", "freq"
1 2 3 4 5 6 7 | ## Not run:
ontology.id <- sample_data$GOBP$ID[1:50]
x <- onto2description(ontology.id)
y <- x$description
.createWordCloud(y)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.