Learn R Programming

Category (version 2.38.0)

ChrMapLinearMResult-class: 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.

Arguments

Objects from the Class

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

Slots

pvalues:
Object of class "numeric", with the p-values for each term.
pvalue.order:
Object of class "integer", the order vector (increasing) for the p-values.
effectSize:
Object of class "numeric", with the effect size for each term.
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" ~~
conditional:
Object of class "logical" ~~
graph:
Object of class "graph" ~~
gsc:
Object of class "GeneSetCollection" ~~

Extends

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

Methods

None

See Also

linearMTest, ChrMapLinearMParams, LinearMResult, LinearMResultBase,

Examples

Run this code
showClass("ChrMapLinearMResult")

Run the code above in your browser using DataLab