Learn R Programming

hpoPlot (version 2.2)

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

Description

Intersect set of terms with branches of HPO

Usage

intersection.with.branches(hpo.terms, branch.roots, terms)

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

Run this code
data(hpo.terms)
intersection.with.branches(hpo.terms, "HP:0001872", c("HP:0001873", "HP:0011877"))

Run the code above in your browser using DataLab