Skip to contents

Get ancestors of an ontology entity

Usage

get_ontology_ancestors(tcm_id)

Arguments

tcm_id

The TCM ontology ID.

Value

A tibble::tibble() with columns: tcm_id, name, name_cn, level.

Examples

if (FALSE) { # \dontrun{
get_ontology_ancestors("TCM_0001")
} # }