Learn R Programming

ontoFAST (version 1.0.0)

syn_extract: Link synonyms with ontology terms

Description

Extracts and parses synonyms from ontology to make them readable and searchable

Usage

syn_extract(ontology, list_id = "synonym")

Arguments

ontology

ontology_index object.

list_id

ID of list where synonyms are stored

Value

vector of ontology IDs and synonym names.

Examples

Run this code
# NOT RUN {
data(HAO)
syn_extract(HAO)
# }

Run the code above in your browser using DataLab