get.term.pseudo.adjacency.matrix: Get an adjacency to MRCA matrix for set of HPO terms

Description Usage Arguments Value See Also Examples

Description

Get an adjacency to MRCA matrix for set of HPO terms

Usage

1

Arguments

hpo.terms

R-Object representation of HPO

terms

Character vector of HPO terms

Value

A logical matrix represenging the directed adjacency matrix of terms based on DAG structure of HPO, whereby a TRUE entry signifies the term correspnding to the column is MRCA of the row term in terms

See Also

get.term.adjacency.matrix

Examples

1
2
data(hpo.terms)
get.term.pseudo.adjacency.matrix(hpo.terms, c("HP:0000118", "HP:0001873", "HP:0011877"))

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