| ExpressionSetList-class {XDE} | R Documentation |
Each element in the list must be a valid
ExpressionSet. The featureNames must be identical for
each ExpressionSet.
Objects can be created by calls of the form new("ExpressionSetList", ...).
.Data:Object of class "list"
Class "list", from data part.
Class "vector", by class "list", distance 2.
Class class.AssayData, by class "list", distance 2.
signature(x = "ExpressionSetList") Subsets each
ExpressionSet element in the list.
signature(from = "list", to = "ExpressionSetList")
Coerces a list of ExpressionSet objects to an object of class
ExpressionSetList. The validityMethod for the
ExpressionSetList class will return an error if the
featureNames for each ExpressionSet are not identical.
signature(x="ExpressionSetList") applies dim to each
element of the list.
signature(object = "ExpressionSetList")
Accessor for the featureNames
signature(object = "ExpressionSetList") See
geneCenter
signature(object="ExpresssionSetList") Coerces
instance of ExpressionSetList to a list and does lapply on the list.
Returns an object of class ExpressionSetList
signature(x = "ExpressionSetList") Numerical
vector giving the number of samples in each ExpressionSet
signature(x = "ExpressionSetList") Numerical: number
of features or genes
signature(object = "ExpressionSetList") returns a
list of data.frames. The elements of the list correspond to
the studies in the ExpressionSetList object.
signature(object="ExpressionSetList",
varLabel="character")
Accessor for the clinical variable. Assumes that the clinical variable
has the same name in each study.
signature(object = "ExpressionSetList")
See standardizeSamples
signature(object = "ExpressionSetList")
See studyCenter
signature(object = "ExpressionSetList")
See zeroNu.
R. Scharpf
XdeMcmc-class, XdeParameter-class
showClass("ExpressionSetList")
data(expressionSetList)