Description Objects from the Class Slots Extends Methods Author(s) Examples
This class is an ES (enrichment score) and ES.sim (simulated enrichment score) container that will be used in the GSEA (Gene Set Enrichment Analysis) process. There is one container for every gene signature.
Objects can be created by calls of the form new("gseaData", ...)
.
.Data
:Object of class "list"
.
gseaSignaturesSign
:Object of class
"gseaSignaturesSign"
or "gseaSignaturesVar"
.
gseaSignificanceSign
:Object of class
"gseaSignificanceSign"
or "gseaSignificanceVar"
.
Class "list"
, from data part.
Class "vector"
, by class "list", distance 2.
Class "AssayData"
, by class "list", distance 2.
signature(x = "gseaData")
: Returns the
enrichment scores.
signature(x = "gseaData")
: Returns
the simulated enrichemt scores (the ones obtained after
permutations).
signature(x = "gseaData")
: Returns
the fold change and/or the hazard ratio that were used to compute
the enrichment scores.
Evarist Planet
1 | showClass("gseaSignaturesSign")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.