LinearMResult-class | 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
: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"
~~
Class "LinearMResultBase"
, directly.
signature(r = "LinearMResult")
: ...
signature(r = "LinearMResult")
: ...
signature(r = "LinearMResult")
: returns
a data.frame
with a row for each gene set tested the
following columns: ID
, Pvalue
, Effect
size,
Size
(number of members), Conditional
(whether the
test used the conditional test), and TestDirection
(for up
or down).
Deepayan Sarkar, Michael Lawrence
linearMTest
showClass("LinearMResult")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.