classicExpr-class {topGO}R Documentation

Class "classicExpr" ~~~

Description

~~ A concise (1-5 lines) description of what the class is. ~~

Objects from the Class

Objects can be created by calls of the form new("classicExpr", testStatistic, name, groupMembers, exprDat, pType, ...). ~~ describe objects here ~~

Slots

eData:
Object of class "environment" ~~
pType:
Object of class "factor" ~~
name:
Object of class "character" ~~
allMembers:
Object of class "character" ~~
members:
Object of class "character" ~~
testStatistic:
Object of class "function" ~~
testStatPar:
Object of class "list" ~~

Extends

Class "groupStats", directly.

Methods

allMembers<-
signature(object = "classicExpr"): ...
emptyExpr
signature(object = "classicExpr"): ...
getSigGroups
signature(object = "topGOdata", test.stat = "classicExpr"): ...
GOglobalTest
signature(object = "classicExpr"): ...
initialize
signature(.Object = "classicExpr"): ...
membersExpr
signature(object = "classicExpr"): ...
pType<-
signature(object = "classicExpr"): ...
pType
signature(object = "classicExpr"): ...

Author(s)

Adrian Alexa

See Also

classicScore-class, groupStats-class, getSigGroups-methods

Examples

showClass("classicExpr")

[Package topGO version 1.12.0 Index]