Description Usage Arguments Value See Also Examples
Get frequency of each term in a set of phenotypes
1 | 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'
1 2 | 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.