| prune_descendants {ontologyIndex} | R Documentation |
Exclude terms descending from a given set of roots but include those roots which were originally implicitly present.
Description
Given two sets of terms, roots and terms, construct a set of terms containing those in terms which do not descend from any term in roots, and also any terms in roots which are ancestors of any term in terms.
Usage
prune_descendants(ontology, roots, terms)
Arguments
ontology |
|
roots |
Character vector of IDs for terms with respect to which descendants are to be defined. |
terms |
Character vector of ontological terms. |
Value
Character vector of terms
See Also
exclude_descendants, intersection_with_descendants
[Package ontologyIndex version 2.12 Index]