get_term_frequencies | R Documentation |
Get frequency of each term in a set of phenotypes
get_term_frequencies(ontology, term_sets, patch_missing = FALSE)
ontology |
|
term_sets |
List of character vectors of ontological term IDs. |
patch_missing |
Logical indicating whether to include whole ontology 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'
get_term_info_content
data(hpo)
get_term_frequencies(hpo, list("HP:0001873"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.