Learn R Programming

ontologyIndex (version 2.12)

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)

Value

Character vector of terms

Arguments

ontology

ontology_index object.

terms

Character vector of ontological terms.

Examples

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

Run the code above in your browser using DataLab