LinearMParams-class {Category}R Documentation

Class "LinearMParams"

Description

An abstract (VIRTUAL) parameter class for representing all parameters needed by a method specializing the linearMTest generic. You should only use subclasses of this class directly.

Objects from the Class

A virtual Class: No objects may be created from it.

Slots

geneStats:
Object of class "numeric" ~~
universeGeneIds:
Object of class "ANY" ~~
annotation:
Object of class "character" ~~
datPkg:
Object of class "DatPkg" ~~
cateogrySubsetIds:
Object of class "ANY" ~~
categoryName:
Object of class "character" ~~
pvalueCutoff:
Object of class "numeric" ~~
minSize:
Object of class "integer" ~~
testDirection:
Object of class "character" ~~

Methods

annotation<-
signature(object = "LinearMParams", value = "character"): ...
annotation
signature(object = "LinearMParams"): ...
categoryName
signature(r = "LinearMParams"): ...
conditional
signature(r = "LinearMParams"): ...
geneIds<-
signature(object = "LinearMParams"): ...
geneIds
signature(object = "LinearMParams"): ...
pvalueCutoff<-
signature(r = "LinearMParams"): ...
pvalueCutoff
signature(r = "LinearMParams"): ...
show
signature(object = "LinearMParams"): ...
testDirection<-
signature(r = "LinearMParams"): ...
testDirection
signature(r = "LinearMParams"): ...
universeGeneIds
signature(r = "LinearMParams"): ...

Author(s)

Deepayan Sarkar

See Also

ChrMapLinearMParams for descriptions of the slots.

Examples

showClass("LinearMParams")

[Package Category version 2.10.1 Index]