get_term_set_to_term_sims {ontologySimilarity}R Documentation

Get ‘term sets to term’ similarity matrix

Description

Create a numeric matrix of similarities between term sets and individual terms.

Usage

get_term_set_to_term_sims(term_sets, terms, ...)

Arguments

term_sets

List of character vectors of ontological term IDs.

terms

Character vector of ontological terms.

...

Other arguments to be passed to get_sim_grid.

Value

Numeric matrix of term set-to-term similarities

See Also

get_sim_grid


[Package ontologySimilarity version 2.7 Index]