Description Objects from the Class Methods Accessors Author(s) See Also Examples
Objects of this class store results from running gene set methods such as GLOSSI or VEGAS. GeneSetResultCollection objects contain a list of GeneSetResult objects (one result for each GeneSet)
Objects can be created by calls of glossi
or vegas
.
No methods defined with class "GeneSetResultCollection" in the signature.
In the code snippets below, object
is a GeneSetResultCollection 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
GeneSetResult
, GLOSSIResultCollection
1 | showClass("GeneSetResultCollection")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.