minimal_set: Remove redundant/implied terms from a set of terms

View source: R/sets.R

minimal_setR Documentation

Remove redundant/implied terms from a set of terms

Description

Remove redundant/implied terms from a set of terms

Usage

minimal_set(ontology, terms)

Arguments

ontology

ontology_index object.

terms

Character vector of ontological terms.

Value

Character vector of terms

Examples

data(hpo)
minimal_set(hpo, c("HP:0001873", "HP:0001872"))

ontologyIndex documentation built on July 4, 2024, 1:08 a.m.