enrichment.go {GSEA} R Documentation

do GO GSEA enrichment analysis

Description

Usage

enrichment.go(background, geneSet, go,
    showProgress = TRUE);

Arguments

background

[as Background]

geneSet

[as string]

go

the go database object can be the raw go obo data or the DAG graph model.

Details

Authors

gseakit

Value

this function returns data object of type EnrichmentResult.

clr value class

Examples


[Package GSEA version 1.0.0.0 Index]