Description Objects from the Class Slots Extends Methods Author(s) Examples
Object obtained with the ExpressionPhenoTest function. Contains FC, HR and pvals from testing expression values of each gene against phenotypic variables.
Objects can be created by calls of the form new("epheno",
assayData, phenoData, featureData, exprs, ...)
.
p.adjust.method
:Object of class "character"
containing the multiple testing adjustment method used (if one was
used).
approach
:Object of class "character"
containing 'frequentist' or 'bayesian' depending on the user's
selecion.
assayData
:Object of class "AssayData"
that is
inherited from the ExpressionSet
object used to create the
epheno
object.
phenoData
:Object of class "AnnotatedDataFrame"
that contains information about the variables stored in the
experimentData slot such as their class (continuous, categorical,
etc) or type (mean, summaryDif, pval, etc).
featureData
:Object of class "AnnotatedDataFrame"
that is
inherited from the ExpressionSet
object used to create the
epheno
object.
experimentData
:Object of class "MIAME"
that is
inherited from the ExpressionSet
object used to create the
epheno
object.
annotation
:Object of class "character"
that is
inherited from the ExpressionSet
object used to create the
epheno
object.
protocolData
:Object of class "AnnotatedDataFrame"
that is
inherited from the ExpressionSet
object used to create the
epheno
object.
.__classVersion__
:Object of class "Versions"
that is
inherited from the ExpressionSet
object used to create the
epheno
object.
Class "ExpressionSet"
, directly.
Class "eSet"
, by class "ExpressionSet", distance 2.
Class "VersionedBiobase"
, by class "ExpressionSet", distance 3.
Class "Versioned"
, by class "ExpressionSet", distance 4.
signature(x = "epheno", i = "ANY", j = "ANY")
:
inherited from the ExpressionSet
class.
signature(x = "epheno")
: inherited from the
ExpressionSet
class.
signature(x = "epheno")
: ...
signature(x = "epheno")
: getter for the fold
changes.
signature(x = "epheno")
: getter for the hazard
ratios.
signature(x = "epheno")
: getter for the means.
signature(x = "epheno")
: getter for the
pvalues or posterior probabilities.
signature(x = "epheno")
: getter for the
pvalues.
signature(x = "epheno")
: getter for the
posterior probabilities.
signature(x = "epheno")
: getter that
returns hazard ratios, fold changes and pvalues.
signature(x = "epheno", signatures =
"list")
: Used to compute GSEA. Please read the gseaSignatures
manual.
signature(x = "epheno")
: getter for the log of
fold changes and hazard ratios.
signature(x = "epheno")
: getter for
the p value adjustment method that has been used.
signature(x = "epheno")
: Returns the class
off all variables.
signature(x = "epheno")
: Returns the names
of the tested phenotypes.
signature(object = "epheno")
: Shows a brief
overview of the object.
Evarist Planet
1 | showClass("epheno")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.