get_node_friendly_long_names | R Documentation |
Split up node labels across lines so they fit in nodes better
get_node_friendly_long_names(ontology, terms, official_names = FALSE)
ontology |
|
terms |
Character vector of ontological terms |
official_names |
Logical value indicating whether to use the exact names from the ontology. Otherwise, shortened, capitalised names are used. |
Character vector.
library(ontologyIndex)
data(hpo)
get_node_friendly_long_names(hpo, c("HP:0001873", "HP:0011877"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.