- Home
- Bioconductor 3.22
- Software Packages
- EnrichDO
EnrichDO
This is the released version of EnrichDO; for the devel version, see EnrichDO.
a Global Weighted Model for Disease Ontology Enrichment Analysis
Bioconductor version: Release (3.22)
To implement disease ontology (DO) enrichment analysis, this package is designed and presents a double weighted model based on the latest annotations of the human genome with DO terms, by integrating the DO graph topology on a global scale. This package exhibits high accuracy that it can identify more specific DO terms, which alleviates the over enriched problem. The package includes various statistical models and visualization schemes for discovering the associations between genes and diseases from biological big data.
Author: Liang Cheng [aut], Haixiu Yang [aut], Hongyu Fu [aut, cre]
Maintainer: Hongyu Fu <2287531995 at qq.com>
citation("EnrichDO")):
Installation
To install this package, start R (version "4.5") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("EnrichDO")
For older versions of R, please refer to the appropriate Bioconductor release.
Documentation
To view documentation for the version of this package installed in your system, start R and enter:
browseVignettes("EnrichDO")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.