get_shortened_names: Get human readable, shortened (where possible) ontological...

View source: R/data.R

get_shortened_namesR 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

ontology_index object

terms

Character vector of ontological terms

Value

Character vector

Examples

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

ontologyPlot documentation built on May 29, 2024, 3:10 a.m.