Description Usage Arguments Value Author(s) Examples
Given a Directed Acyclic Graph (DAG) represented as a graphNEL
instance, return a character vector consisting of the specified
term
and all of its descendants. That is, give the list of
terms for which a path exists starting at term
.
1 | getSubTerms(dag, term)
|
dag |
A |
term |
A string giving a term in the vocabulary (a node in |
A character vector of term names.
S. Falcon
1 2 | data(biocViewsVocab)
getSubTerms(biocViewsVocab, "Software")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.