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
.
prune_descendants(ontology, roots, terms)
Character vector of terms
ontology_index
object.
Character vector of IDs for terms with respect to which descendants are to be defined.
Character vector of ontological terms.
exclude_descendants
, intersection_with_descendants