hyperGTest
.
new("ChrMapHyperGParams", ...)
.chrGraph
:"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
:"logical"
,
indicating whether the test performed should be a conditional
test. geneIds
:"ANY"
: A vector of
gene identifiers. Numeric and character vectors are probably the
only things that make sense. These are the gene ids for the
selected gene set.universeGeneIds
:"ANY"
: A
vector of gene ids in the same format as geneIds
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
:categorySubsetIds
:"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
:"GO"
.pvalueCutoff
:testDirection
:"over"
) or
underrepresentation ("under"
).datPkg
:"DatPkg"
used to assist
with dispatch based on type of annotation data available. "HyperGParams"
, directly.showClass("ChrMapHyperGParams")
Run the code above in your browser using DataLab