This package implements five methods proposed by Resnik, Schlicker, Jiang, Lin and Wang respectively for measuring semantic similarities among DO terms and gene products. Enrichment analyses including hypergeometric model and gene set enrichment analysis are also implemented for discovering disease associations of high-throughput biological data.
Guangchuang YU, School of Public Health, The University of Hong Kong http://ygc.name
Please cite the following article when using DOSE
:
Yu G, Wang L, Yan G and He Q.
DOSE: an R/Bioconductor package for Disease Ontology Semantic and Enrichment analysis.
Bioinformatics, 2015, 31(4):608-609.
URL: http://bioinformatics.oxfordjournals.org/cgi/content/abstract/btu684
All source code is copyright, under the Artistic-2.0 License. For more information on Artistic-2.0 License see http://opensource.org/licenses/Artistic-2.0
To install:
- the latest released version:
biocLite("DOSE")
- the latest development version:
install_github("GuangchuangYu/DOSE")
- Why clusterProfiler fails
- NCG enrichment implemented in DOSE <- bioinfoblog.it
- DisGeNET enrichment analysis via clusterProfiler
- Enrichment Map
- dotplot for enrichment result
- functional enrichment for GTEx paper
- functional enrichment analysis with NGS data
Find out more at http://www.bioconductor.org/packages/release/bioc/html/DOSE.html and check out the vignettes.
To view the vignette of DOSE
installed in your system, start R and enter:
vignette("DOSE", package="DOSE")
- If you have any, let me know. Thx!