Category (version 2.38.0)

ChrMapHyperGResult-class: Class "ChrMapHyperGResult"

Description

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.

Arguments

Objects from the Class

Objects can be created by calls of the form new("ChrMapHyperGResult", ...).

Slots

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").

Extends

Class "HyperGResultBase", directly.

Examples

Run this code
showClass("ChrMapHyperGResult")
## For details on accessing the results:
##     help("HyperGResult-accessors")

Run the code above in your browser using DataCamp Workspace