GOHyperGParams-class {Category} | R Documentation |
A parameter class for representing all parameters needed for running
the hyperGTest
method with one of the GO
ontologies (BP, CC, MF) as the category.
Objects can be created by calls of the form new("GOHyperGParams", ...)
.
ontology
:conditional
: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
:cateogrySubsetIds
:"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
:
Class "HyperGParams"
, directly.
hyperGTest(p)
HyperGParams
.ontology(p)
, ontology(p) <- value
value
should be one
of "BP", "CC", or "MF".conditional(p)
, conditional(p) <- value
value
must be TRUE
or FALSE
.S. Falcon
HyperGResult-class
GOHyperGParams-class
geneKeggHyperGeoTest
hyperGTest