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.
new("LinearMResult",
...), but is more commonly created using a call to
linearMTest. pvalues:"numeric", with the
p-values for each term.
pvalue.order:"integer", the
order vector (increasing) for the p-values.
effectSize:"numeric", with
the effect size for each term.
annotation:"character" ~~ geneIds:"ANY" ~~ testName:"character" ~~ pvalueCutoff:"numeric" ~~ minSize:"integer" ~~ testDirection:"character" ~~ conditional:"logical" ~~ graph:"graph" ~~ gsc:"GeneSetCollection" ~~ "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).
linearMTest