getSigGroups {topGO}R Documentation

Algorithms for scoring GO terms

Description

TODO: This function is use for dispatching each algorithm

Usage

getSigGroups(object, test.stat, ...)

Arguments

object ~~Describe object here~~
test.stat ~~Describe test.stat here~~
... ~~Describe ... here~~

Details

~~ If necessary, more details than the description above ~~

Value

~Describe the value returned If it is a LIST, use

comp1 Description of 'comp1'
comp2 Description of 'comp2'

...

Author(s)

Adrian Alexa

See Also

topGOdata-class, classicCount-class, classicScore-class

Examples

##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--    or do  help(data=index)  for the standard data sets.

## The function is currently defined as
function(object, test.stat, ...) standardGeneric("getSigGroups")

[Package topGO version 1.4.0 Index]