intersection.with.branches: Intersect set of terms with branches of HPO

Description Usage Arguments Value Examples

Description

Intersect set of terms with branches of HPO

Usage

1

Arguments

hpo.terms

R-Object representation of HPO

branch.roots

Character vector of roots of branches you wish to intersect with

terms

Character vector of HPO terms

Value

Character vector of terms

Examples

1
2
data(hpo.terms)
intersection.with.branches(hpo.terms, "HP:0001872", c("HP:0001873", "HP:0011877"))

Example output

[1] "HP:0001873" "HP:0011877"

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