get_shortened_names {ontologyPlot} | R Documentation |
Get human readable, shortened (where possible) ontological term names
Description
Get human readable, shortened (where possible) ontological term names
Usage
get_shortened_names(ontology, terms)
Arguments
ontology |
|
terms |
Character vector of ontological terms |
Value
Character vector
Examples
library(ontologyIndex)
data(hpo)
get_shortened_names(hpo, c("HP:0001873", "HP:0011877"))
[Package ontologyPlot version 1.7 Index]