Learn R Programming

ontologyPlot (version 1.0)

n_most_frequent_terms: Select n most prevalent terms in term_sets

Description

Select n most prevalent terms in term_sets

Usage

n_most_frequent_terms(ontology, term_sets, n, terms = unique(unlist(term_sets)))

Arguments

ontology
ontology_index object
term_sets
List of character vectors of ontological term IDs
n
Integer
terms
Character vector of ontological terms

Value

Character vector of length at most n

See Also

remove_terms_with_less_than_n_occurrences

Examples

Run this code
library(ontologyIndex)
data(hpo)
n_most_frequent_terms(hpo, c("HP:0001873"), 
list(term_sets=list("HP:0001873", "HP:0001902")), n=2)

Run the code above in your browser using DataLab