remove.terms.with.less.than.n.occurrences: Remove terms with less than certain number of occurrences

Description Usage Arguments Value See Also Examples

Description

Remove terms with less than certain number of occurrences

Usage

1

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

n

Integer

Value

Character vector

See Also

n.most.frequent.terms, remove.uninformative.for.plot

Examples

1
2
3
data(hpo.terms)
remove.terms.with.less.than.n.occurrences(hpo.terms, 
c("HP:0001873"), list(hpo.phenotypes=list("HP:0001873", "HP:0001902")), 2)

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