GLOSSIResultCollection-class {cpvSNP} | R Documentation |
"GLOSSIResultCollection"
Objects of this class store results from running GLOSSI. GLOSSIResultCollection objects contain a list of GLOSSIResult objects (one result for each GeneSet)
Objects can be created by calls of glossi
.
No methods defined with class "GLOSSIResult" in the signature.
In the code snippets below, object
is a GLOSSIResultCollection object.
geneSetName(object)
:A list of the names of the gene sets.
pValue(object)
:A list of numeric p-values.
degreesOfFreedom(object)
:List of integer values of the degrees of freedom used in the statistical tests performed on each gene set.
statistic(object)
:A list of numeric values corresponding to the statistics calculated from the tests performed on each gene set.
Caitlin McHugh
GLOSSIResult
, VEGASResultCollection
showClass("GLOSSIResultCollection")