Description Usage Arguments Value Examples
Get logical descendancy matrix for set of terms
| 1 2 | 
| hpo.terms | R-Object representation of HPO | 
| terms | Character vector of HPO terms | 
| rows | Rows for resultant matrix (defaults to  | 
| cols | Cols for resultant matrix (defaults to  | 
A logical descendancy matrix of terms by terms based on DAG structure of HPO, where by the row  term is an ancestor of the column term if result[row.term,col.term] == TRUE
| 1 2 | data(hpo.terms)
get.term.descendancy.matrix(hpo.terms, c("HP:0001873", "HP:0011877"))
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.