minimal_set {ontologyIndex} | R 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 |
|
terms |
Character vector of ontological terms. |
Value
Character vector of terms
Examples
data(hpo)
minimal_set(hpo, c("HP:0001873", "HP:0001872"))
[Package ontologyIndex version 2.12 Index]