remove_links {ontologyPlot} | R Documentation |
Remove terms which just link two other terms together in a subontology
Description
Remove terms which just link two other terms together in a subontology
Usage
remove_links(ontology, terms, hard = FALSE)
Arguments
ontology |
|
terms |
Character vector of ontological terms |
hard |
Logical value determining whether to multiple edges to leaf terms are kept - |
Value
Character vector.
See Also
Examples
library(ontologyIndex)
data(hpo)
remove_links(hpo, c("HP:0001873","HP:0001872","HP:0011873","HP:0011877"))
[Package ontologyPlot version 1.7 Index]