inst/doc/ontologySimilarity-introduction.R

## -----------------------------------------------------------------------------
library(ontologyIndex)
library(ontologySimilarity)
data(hpo)
set.seed(1)

## -----------------------------------------------------------------------------
information_content <- descendants_IC(hpo)

## -----------------------------------------------------------------------------
term_sets <- replicate(simplify=FALSE, n=5, expr=minimal_set(hpo, sample(hpo$id, size=8)))
term_sets

## -----------------------------------------------------------------------------
sim_mat <- get_sim_grid(ontology=hpo, term_sets=term_sets)
sim_mat

## -----------------------------------------------------------------------------
get_sim(sim_mat, group=1:3)

## -----------------------------------------------------------------------------
get_sim_p(sim_mat, group=1:3)

Try the ontologySimilarity package in your browser

Any scripts or data that you put into this service are public.

ontologySimilarity documentation built on Feb. 10, 2021, 5:08 p.m.