README.md

GOSemSim: GO semantic similarity measurement

Bioc Project Status: Active - The project has reached a stable, usable
state and is being actively
developed. platform codecov

Linux/Mac Travis Build
Status AppVeyor Build
Status

download

The semantic comparisons of Gene Ontology (GO) annotations provide quantitative ways to compute similarities between genes and gene groups, and have became important basis for many bioinformatics analysis approaches. GOSemSim is an R package for semantic similarity computation among GO terms, sets of GO terms, gene products and gene clusters. GOSemSim implemented five methods proposed by Resnik, Schlicker, Jiang, Lin and Wang respectively.

Twitter saythanks

:writing_hand: Authors

Guangchuang YU https://guangchuangyu.github.io

School of Basic Medical Sciences, Southern Medical University

If you use GOSemSim in published research, please cite:

:arrow_double_down: Installation

Get the released version from Bioconductor:

## try http:// if https:// URLs are not supported
if (!requireNamespace("BiocManager", quietly=TRUE))
    install.packages("BiocManager")
## BiocManager::install("BiocUpgrade") ## you may need this
BiocManager::install("GOSemSim")

Or the development version from github:

## install.packages("remotes")
remotes::install_github("GuangchuangYu/GOSemSim")

:sparkling_heart: Contributing

We welcome any contributions! By participating in this project you agree to abide by the terms outlined in the Contributor Code of Conduct.



YuLab-SMU/GOSemSim documentation built on April 13, 2024, 1:15 a.m.