get_pseudo_adjacency_matrix {ontologyPlot} | R Documentation |
Get an adjacency matrix for a set of ontological terms
Description
Get an adjacency matrix for a set of ontological terms
Usage
get_pseudo_adjacency_matrix(ontology, terms)
Arguments
ontology |
|
terms |
Character vector of ontological terms |
Value
A logical matrix representing the adjacency matrix of terms
based on the directed acyclic graph of ontology
. A TRUE
entry means the term correspnding to the column is a parent of the row term within terms
.
See Also
Examples
library(ontologyIndex)
data(hpo)
get_pseudo_adjacency_matrix(hpo, c("HP:0000118", "HP:0001873", "HP:0011877"))
[Package ontologyPlot version 1.7 Index]