remove_links: Remove terms which just link two other terms together in a...

View source: R/graphs.R

remove_linksR Documentation

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"))

ontologyPlot documentation built on May 29, 2024, 3:10 a.m.