Description Objects from the Class Slots Methods Author(s) See Also
GSE is a class to represent gene set enrichment data and will be used in the modelData slot in the gseModel object. This class will store all of the information that pertains to performing gene set enrichment.
Objects can be created by calls of the form new("GSE", ...)
.
incidMat
:the incidence matrix that shows the relationship between the genes and the gene sets
gTestStat
:the test statistic for the genes relationship with the phenotype
gsTestStat
:the test statistic for the gene set
expData
:the experimental data (here it will be of class ExpressionSet)
descr
:a description of the gene set being studied
Sets the incidMat
slot
Returns the incidMat
slot
Sets the gTestStat
slot
Returns the gTestStat
slot
Sets the gsTestStat
slot
Returns the gsTestStat
slot
Sets the expData
slot
Returns the expData
slot
Sets the descr
slot
Returns the descr
slot
Elizabeth Whalen
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.