Description Objects from the Class Slots Extends Author(s) See Also Examples
This class encapsulates parameters needed for testing systematic
variations in some gene-level statistic by chromosome bands using
linearMTest
.
Objects can be created by calls of the form
new("ChrMapLinearMParams", ...)
.
graph
:Object of class "graph"
. The nodes
are the chromosome bands and the edges describe the tree structure
of the bands. Each node has a "geneIds" node attributes (see
nodeData
) which contains a vector of gene IDs annotated at
the given band.
conditional
:Object of class "logical"
,
indicating whether the test performed should be a conditional
test.
gsc
:The
GeneSetCollection
object grouping the gene ids into sets.
geneStats
:Named vector of class "numeric"
,
giving the gene-level statistics to be used in the tests.
universeGeneIds
:Object of class "ANY"
: A
vector of gene ids defining a subset of the gene ids on the chip
that will be used as the universe for the hypergeometric
calculation. If this is NULL
or has length zero, then all
gene ids on the chip will be used.
annotation
:A string giving the name of the annotation data package for the chip used to generate the data.
datPkg
:Object of class "DatPkg"
used to assist
with dispatch based on type of annotation data available.
categorySubsetIds
:Object of class "ANY"
:
If the test method supports it, can be used to specify a subset of
category ids to include in the test instead of all possible
category ids.
categoryName
:A string describing the category.
Usually set automatically by subclasses. For example
"GO"
.
pvalueCutoff
:The p-value to use as a cutoff for significance for testing methods that require it. This value will also be passed on to the result instance and used for display and counting of significant results. The default is 0.01.
minSize
:An integer giving a minimum size for a gene set for it to be tested. The default is 5.
testDirection
:A string indicating whether the test
should test for systematic increase ("up"
) or decrease
("down"
) in the geneStats
values within a gene set
relative to the remaining genes.
Class "LinearMParams"
, directly.
Deepayan Sarkar
1 | showClass("ChrMapLinearMParams")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.