Package: GOfan
Type: Package
Title: Sunburst Plot for Enriched Gene Ontology Terms
Version: 1.0.0
Authors@R: 
    c(person(given="Jianhong", family="Ou", email="jou@morgridge.org", 
        role=c("aut", "cre"), comment=c(ORCID="0000-0002-8652-2488")),
        person(given='Kenneth', family='Poss', email='kposs@morgridge.org',
        role=c('aut', 'fnd')))
Description: GOfan provides an intuitive and compact visualization of
    Gene Ontology (GO) enrichment results using a sunburst layout inspired
    by SynGO, preserving hierarchical relationships among GO terms and
    allowing color-based encoding of information such as p-values or
    gene counts. By converting complex GO DAGs into clean, circular 
    representations, it allows researchers to quickly grasp the hierarchical
    structure and biological significance of enriched terms. The interactive
    and customizable visualizations facilitate exploration of key GO categories,
    enhancing interpretation and presentation of enrichment analyses.
License: GPL-3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
VignetteBuilder: knitr
biocViews: Visualization, GO, Annotation
Depends: R (>= 4.5.0), ggplot2
Imports: AnnotationDbi, grid, grDevices, GO.db, igraph, methods,
        plotly, rlang, stats, scales, vctrs
Suggests: BiocStyle, knitr, rmarkdown, testthat, org.Dr.eg.db
URL: https://github.com/jianhong/GOfan
BugReports: https://github.com/jianhong/GOfan/issues
git_url: https://git.bioconductor.org/packages/GOfan
git_branch: RELEASE_3_23
git_last_commit: 26f6395
git_last_commit_date: 2026-04-28
Repository: Bioconductor 3.23
Date/Publication: 2026-04-28
NeedsCompilation: no
Packaged: 2026-04-28 22:24:26 UTC; biocbuild
Author: Jianhong Ou [aut, cre] (ORCID: <https://orcid.org/0000-0002-8652-2488>),
  Kenneth Poss [aut, fnd]
Maintainer: Jianhong Ou <jou@morgridge.org>
