Learn R Programming

ontologyIndex (version 2.2)

minimal_set: 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

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

Run the code above in your browser using DataLab