Description Objects from the Class Slots Extends Methods Author(s) See Also Examples
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
1 2 | showClass("ExpressionSetList")
data(expressionSetList)
|
Loading required package: Biobase
Loading required package: BiocGenerics
Loading required package: parallel
Attaching package: 'BiocGenerics'
The following objects are masked from 'package:parallel':
clusterApply, clusterApplyLB, clusterCall, clusterEvalQ,
clusterExport, clusterMap, parApply, parCapply, parLapply,
parLapplyLB, parRapply, parSapply, parSapplyLB
The following objects are masked from 'package:stats':
IQR, mad, sd, var, xtabs
The following objects are masked from 'package:base':
Filter, Find, Map, Position, Reduce, anyDuplicated, append,
as.data.frame, cbind, colMeans, colSums, colnames, do.call,
duplicated, eval, evalq, get, grep, grepl, intersect, is.unsorted,
lapply, lengths, mapply, match, mget, order, paste, pmax, pmax.int,
pmin, pmin.int, rank, rbind, rowMeans, rowSums, rownames, sapply,
setdiff, sort, table, tapply, union, unique, unsplit, which,
which.max, which.min
Welcome to Bioconductor
Vignettes contain introductory material; view with
'browseVignettes()'. To cite Bioconductor, see
'citation("Biobase")', and for packages 'citation("pkgname")'.
Welcome to XDE version 2.22.0
Class "ExpressionSetList" [package "XDE"]
Slots:
Name: .Data
Class: list
Extends:
Class "list", from data part
Class "vector", by class "list", distance 2
Class "AssayData", by class "list", distance 2
Class "vector_OR_factor", by class "list", distance 3
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.