LinearMResult-class {Category} | R Documentation |
This class represents the results of a test for systematic change in
some gene-level statistic by gene sets. The linearMTest
generic function returns an instance of the LinearMResult
class.
Objects can be created by calls of the form new("LinearMResult",
...)
, but is more commonly created using a call to
linearMTest
.
pvalues
:"numeric"
~~ effectSize
:"numeric"
~~ catToGeneId
:"list"
~~ annotation
:"character"
~~ geneIds
:"ANY"
~~ testName
:"character"
~~ pvalueCutoff
:"numeric"
~~ minSize
:"integer"
~~ testDirection
:"character"
~~
Class "LinearMResultBase"
, directly.
signature(r = "LinearMResult")
: ... signature(r = "LinearMResult")
: ... signature(r = "LinearMResult")
: ... Deepayan Sarkar
showClass("LinearMResult")