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

ontology_index object

terms

Character vector of ontological terms

hard

Logical value determining whether to multiple edges to leaf terms are kept - `hard=FALSE`, or removed - `hard=TRUE`.

Value

Character vector.

See Also

remove_uninformative_terms

Examples

library(ontologyIndex)
data(hpo)
remove_links(hpo, c("HP:0001873","HP:0001872","HP:0011873","HP:0011877"))

[Package ontologyPlot version 1.7 Index]