| get_profile_sims {ontologySimilarity} | R Documentation | 
Get similarities of term sets to profile
Description
Get numeric vector of similarities between each item in a list of term sets and another ‘ontological profile’, i.e. a single term set. Similarity averaging over terms in term_sets.
Usage
get_profile_sims(profile, term_sets, ...)
Arguments
| profile | Character vector of term IDs. | 
| term_sets | List of character vectors of ontological term IDs. | 
| ... | Other arguments to pass to  | 
Value
Numeric vector of profile similarities.
See Also
get_asym_sim_grid get_sim_grid
[Package ontologySimilarity version 2.7 Index]