Skip to content

Files

Latest commit

f81667f · Jul 30, 2020

History

History
19 lines (11 loc) · 584 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 584 Bytes

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