Learn R Programming

ontologyPlot (version 1.0)

get_shortened_names: 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
ontology_index object
terms
Character vector of ontological terms

Value

Character vector

Examples

Run this code
library(ontologyIndex)
data(hpo)
get_shortened_names(hpo, c("HP:0001873", "HP:0011877"))

Run the code above in your browser using DataLab