ChrMapLinearMResult-class {Category}R Documentation

Class "ChrMapLinearMResult"

Description

This class represents the results of a linear model-based test for systematic changes in a per-gene statistic by chromosome band annotation. The linearMTest function returns an instance of ChrMapLinearMResult when given a parameter object of class ChrMapLinearMParams. Most slots can be queried using accessors.

Objects from the Class

Objects can be created by calls of the form new("ChrMapLinearMResult", ...), but is more commonly created by callinf linearMTest

Slots

pvalue.order:
Object of class "integer" ~~
conditional:
Object of class "logical" ~~
chrGraph:
Object of class "graph" ~~
pvalues:
Object of class "numeric" ~~
effectSize:
Object of class "numeric" ~~
catToGeneId:
Object of class "list" ~~
annotation:
Object of class "character" ~~
geneIds:
Object of class "ANY" ~~
testName:
Object of class "character" ~~
pvalueCutoff:
Object of class "numeric" ~~
minSize:
Object of class "integer" ~~
testDirection:
Object of class "character" ~~

Extends

Class "LinearMResult", directly.

Class "LinearMResultBase", by class "LinearMResult", distance 2.

Methods

chrGraph
signature(r = "ChrMapLinearMResult"): ...
condGeneIdUniverse
signature(r = "ChrMapLinearMResult"): ...
isConditional
signature(r = "ChrMapLinearMResult"): ...

Author(s)

Deepayan Sarkar

See Also

linearMTest, ChrMapLinearMParams, LinearMResult, LinearMResultBase,

Examples

showClass("ChrMapLinearMResult")

[Package Category version 2.10.1 Index]