get_term_info_content | R Documentation |
Get information content of each term in a set of phenotypes
get_term_info_content(ontology, term_sets, patch_missing = FALSE)
ontology |
|
term_sets |
List of character vectors of ontological term IDs. |
patch_missing |
Logical indicating whether to include all ontology terms even if they're not present in the |
Numeric vector of information contents, named by corresponding terms. Takes into account ancestors, in the sense that all ancestor terms implied by the phenotypes are considered 'on'
data(hpo)
get_term_info_content(hpo, list("HP:0001873"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.