ycl6 / topGO-feat

Enrichment Analysis for Gene Ontology. This version has "enrichment_barplot" function added to the package
GNU Lesser General Public License v3.0
3 stars 4 forks source link
bioinformatics enrichment-analysis topgo

topGO

The topGO package provides tools for testing GO terms while accounting for the topology of the GO graph. Different test statistics and different methods for eliminating local similarities and dependencies between GO terms can be implemented and applied.

Installation

The topGO package binaries are available through Bioconductor:

if (!requireNamespace("BiocManager", quietly = TRUE))
    install.packages("BiocManager")

BiocManager::install("topGO")

Documentation

Documentation is available on Bioconductor