remove.links: Remove terms with exactly one parent and child from plot

Description Usage Arguments Value See Also Examples

Description

Remove terms with exactly one parent and child from plot

Usage

1
remove.links(hpo.terms, terms, plotting.context = NULL)

Arguments

hpo.terms

R-Object representation of HPO

terms

Character vector of HPO terms

plotting.context

List object with hpo.phenotypes slot for list of character vectors of terms

Value

Character vector

See Also

remove.terms.with.less.than.n.occurrences, n.most.frequent.terms

Examples

1
2
data(hpo.terms)
remove.links(hpo.terms, c("HP:0001873"), list(hpo.phenotypes=list("HP:0001873", "HP:0001902")))

hpoPlot documentation built on May 2, 2019, 5:52 a.m.