topGO (version 2.24.0)

GOdata: Sample topGOdata and topGOresult objects

Description

The GOdata contains an instance of a topGOdata object. It can be used to run an enrichment analysis directly.

The resultFisher contains the results of an enrichment analysis.

Usage

data(GOdata)

Arguments

Source

Generated using the ALL gene expression data. See topGOdata-class for code examples on how-to generate such an object.

Examples

Run this code
data(GOdata)

## print the object
GOdata

data(results.tGO)

## print the object
resultFisher

Run the code above in your browser using DataCamp Workspace