syn_extract {ontoFAST}R Documentation

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

data(HAO)
syn_extract(HAO)

[Package ontoFAST version 1.0.0 Index]