make_tree: Make a tree of an ontology

View source: R/make_tree.R

make_treeR Documentation

Make a tree of an ontology

Description

Make a tree of an ontology

Usage

make_tree(..., reverse = FALSE, ontology = NULL)

Arguments

...

character(1)
the concepts that shall be the target, combination of 'column name = value'.

reverse

logical(1)
whether or not to make a tree that gives the parents, instead of the children, of target concepts.

ontology

ontology(1)
either a path where the ontology is stored, or an already loaded ontology.


ontologics documentation built on May 31, 2023, 6:53 p.m.