Package: ontologySimilarity 2.9

ontologySimilarity: Calculating Ontological Similarities

Calculate similarity between ontological terms and sets of ontological terms based on term information content and assess statistical significance of similarity in the context of a collection of terms sets - Greene et al. 2017 <doi:10.1093/bioinformatics/btw763>.

Authors:Daniel Greene [aut, cre]

ontologySimilarity_2.9.tar.gz
ontologySimilarity_2.9.zip(r-4.7)ontologySimilarity_2.9.zip(r-4.6)ontologySimilarity_2.9.zip(r-4.5)
ontologySimilarity_2.9.tgz(r-4.6-x86_64)ontologySimilarity_2.9.tgz(r-4.6-arm64)ontologySimilarity_2.9.tgz(r-4.5-x86_64)ontologySimilarity_2.9.tgz(r-4.5-arm64)
ontologySimilarity_2.9.tar.gz(r-4.6-arm64)ontologySimilarity_2.9.tar.gz(r-4.7-arm64)ontologySimilarity_2.9.tar.gz(r-4.7-x86_64)ontologySimilarity_2.9.tar.gz(r-4.6-x86_64)
ontologySimilarity_2.9.tgz(r-4.6-emscripten)
manual.pdf |manual.html
card.svg |card.png
ontologySimilarity/json (API)

# Install 'ontologySimilarity' in R:
install.packages('ontologySimilarity', repos = c('https://daniel-jg.r-universe.dev', 'https://cloud.r-project.org'))
Uses libs:
  • c++– GNU Standard C++ Library v3
Datasets:
  • gene_GO_terms - Gene Ontology annotation of genes
  • GO_IC - Gene Ontology terms information content.

On CRAN:

Conda:

This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.

cpp

4.09 score 1 packages 69 scripts 261 downloads 2 mentions 16 exports 2 dependencies

Last updated from:d6ffe7b3eb. Checks:12 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-arm64OK129
linux-devel-x86_64OK116
source / vignettesOK374
linux-release-x86_64OK129
macos-release-arm64OK95
macos-release-x86_64OK275
macos-oldrel-arm64OK116
macos-oldrel-x86_64OK173
windows-develOK290
windows-releaseOK119
windows-oldrelOK144
wasm-releaseOK117

Exports:create_sim_indexdescendants_ICget_asym_sim_gridget_profile_simsget_simget_sim_gridget_sim_pget_sim_p_from_ontologyget_similarity_rank_matrixget_term_set_to_term_simsget_term_sim_matgroup_term_enrichmentlinresniksample_group_simsample_group_sim_from_ontology

Dependencies:ontologyIndexRcpp

ontologySimilarity Examples

Rendered fromontologySimilarity-examples.Rmdusingknitr::rmarkdownon Jun 01 2026.

Last update: 2024-03-30
Started: 2016-08-06

Using the Gene Ontology data objects

Rendered fromontologySimilarity-GO-example.Rmdusingknitr::rmarkdownon Jun 01 2026.

Last update: 2024-03-30
Started: 2016-09-09

Introduction to ontologySimilarity

Rendered fromontologySimilarity-introduction.Rmdusingknitr::rmarkdownon Jun 01 2026.

Last update: 2024-03-30
Started: 2016-08-06

Readme and manuals

Help Manual

Help pageTopics
Functions for Calculating Ontological SimilaritiesontologySimilarity-package ontologySimilarity
Create similarity index for list of term setscreate_sim_index
Get information content based on number of descendants each term hasdescendants_IC
Gene Ontology annotation of genesgene_GO_terms
Get asymmetrical similarity matrixget_asym_sim_grid
Get similarities of term sets to profileget_profile_sims
Calculate the group similarity of a set of row/column indicesget_sim get_sim.default get_sim.integer get_sim.matrix get_sim.numeric get_sim.sim_index
Get similarity matrix of pairwise similarities of term sets.get_sim_grid
Get similarity p-valueget_sim_p get_sim_p.default get_sim_p.integer get_sim_p.matrix get_sim_p.numeric get_sim_p.sim_index
Get similarity p-value for subgroup term setsget_sim_p_from_ontology
Get matrix of similarity rank from similarity matrixget_similarity_rank_matrix
Get `term sets to term' similarity matrixget_term_set_to_term_sims
Get term-term similarity matrixget_term_sim_mat
Gene Ontology terms information content.GO_IC
Identify enriched terms in subgroupgroup_term_enrichment
Calculate Lin similarity score of two term setslin
Calculate Resnik similarity score of two term setsresnik
Draw sample of group similaritiessample_group_sim sample_group_sim.default sample_group_sim.integer sample_group_sim.matrix sample_group_sim.numeric sample_group_sim.sim_index
Draw sample of group similaritiessample_group_sim_from_ontology