HyperGResultCC-class | R Documentation |
Contains the results of performing a hypergeometric test on a HyperGParams
object.
Objects can be created by calls of the form new("HyperGResultCC", ...)
.
fdr
:Object of class "numeric"
The number of FDR runs performed
fdrvalues
:Object of class "numeric"
The FDR values generated
pvalueType
:Object of class "character"
Whether to use p-values or FDR values in determing the significant terms returned
data
:Object of class "data.frame"
Extra data
pvalues
:Object of class "numeric"
P-values calculated for each term
oddsRatios
:Object of class "numeric"
expectedCounts
:Object of class "numeric"
catToGeneId
:Object of class "list"
organism
:Object of class "character"
annotation
:Object of class "character"
geneIds
:Object of class "ANY"
testName
:Object of class "character"
pvalueCutoff
:Object of class "numeric"
testDirection
:Object of class "character"
Class "HyperGResult"
, directly.
Class "HyperGResultBase"
, by class "HyperGResult", distance 2.
signature(object = "HyperGResultCC")
: ...
signature(object = "HyperGResultCC")
: ...
signature(object = "HyperGResultCC")
: ...
signature(r = "HyperGResultCC")
: ...
signature(object = "HyperGResultCC")
: ...
signature(object = "HyperGResultCC")
: ...
signature(object = "HyperGResultCC")
: ...
signature(object = "HyperGResultCC")
: ...
Robert M Flight
hyperGTestCC
showClass("HyperGResultCC")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.