Learn R Programming

ontoFAST (version 1.0.0)

get_onto_name: Get names for ontology IDs

Description

Returns names of ontology terms for ontology IDs

Usage

get_onto_name(vec, onto, names = FALSE)

Arguments

vec

ID or a vector of IDs

onto

ontology

names

use element name

Value

vector of names.

Examples

Run this code
# NOT RUN {
data(HAO)
get_onto_name("HAO:0002272", HAO)
# }

Run the code above in your browser using DataLab