Description Usage Arguments Value Examples
Get information content of each term in a set of phenotypes
1 | get.term.info.content(hpo.terms, hpo.phenotypes, patch.missing = FALSE)
|
hpo.terms |
R-Object representation of HPO |
hpo.phenotypes |
List of HPO term character vectors |
patch.missing |
Logical indicating whether to include all HPO even if they're not present in the |
Numeric vector of information contents, named by corresponding HPO terms. Takes into account ancestors, in the sense that all ancestor terms implied by the phenotypes are considered 'on'
1 2 | data(hpo.terms)
get.term.info.content(hpo.terms, list("HP:0001873"))
|
HP:0000001 HP:0000118 HP:0001871 HP:0001872 HP:0001873 HP:0011873
0 0 0 0 0 0
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.