n_most_frequent_terms | R Documentation |
n
most prevalent terms in term_sets
Selects n
most prevalent terms in set of term sets/annotations including implicit terms. If more than one term are tied at the n
th position, all terms are included in the result.
n_most_frequent_terms(
ontology,
term_sets,
n,
terms = unique(unlist(term_sets))
)
ontology |
|
term_sets |
List of character vectors of ontological term IDs |
n |
Integer |
terms |
Character vector of ontological terms |
Character vector of length at most n
remove_terms_with_less_than_n_occurrences
library(ontologyIndex)
data(hpo)
n_most_frequent_terms(hpo, c("HP:0001873"),
list(term_sets=list("HP:0001873", "HP:0001902")), n=2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.