Description Objects from the Class Slots Extends Methods Author(s) Examples
This class represents the results of a Hypergeometric test for
over-representation of genes in a selected gene list in the
chromosome band annotation. The hyperGTest
function returns
an instance of ChrMapHyperGResult
when given a parameter
object of class ChrMapHyperGParams
. For details on accessing
the results, see HyperGResult-accessors.
Objects can be created by calls of the form new("ChrMapHyperGResult", ...)
.
pvalue.order
:Object of class "integer"
that
gives the order of the p-values.
conditional
:Object of class "logical"
is a flag indicating whether or not this result is from a
conditional analysis.
chrGraph
:Object of class "graph"
. The nodes
are the chromosome bands with edges representing the tree
structure of the bands. Each node has a "geneIds"
attribute that gives the gene IDs annotated at that band.
annotation
:A string giving the name of the chip annotation data package used.
geneIds
:Object of class "ANY"
: the input
vector of gene identifiers intersected with the universe of gene
identifiers used in the computation. The class of this slot is
specified as "ANY"
because gene IDs may be integer or
character vectors depending on the annotation package.
testName
:A string identifying the testing method used.
pvalueCutoff
:Numeric value used a a p-value
cutoff. Used by the show
method to count number of
significant terms.
testDirection
:Object of class "character"
indicating whether the test was for over-representation
("over"
) or under-representation ("under"
).
Class "HyperGResultBase"
, directly.
See HyperGResult-accessors.
Seth Falcon
1 2 3 | showClass("ChrMapHyperGResult")
## For details on accessing the results:
## help("HyperGResult-accessors")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.