Simplify the Gene Ontology enrichment results.
Basic
| 软件包 | 链接 |
|---|---|
| Language | R |
| Bioconductor | https://bioconductor.org/packages/simplifyEnrichment/ |
| GitHub | https://github.com/jokergoo/simplifyEnrichment |
| Documentation | https://jokergoo.github.io/simplifyEnrichment/ |
| Publication | Zuguang Gu, et al., simplifyEnrichment: A Bioconductor Package for Clustering and Visualizing Functional Enrichment Results. Genomics, Proteomics & Bioinformatics 2023. |
Example
library(simplifyEnrichment)
set.seed(888)
go_id = random_GO(500)
simplifyGO(go_id)