# S4 method for ExperimentList
+
+
Usage
+
# S4 method for class 'ExperimentList'
show(object)
-# S4 method for ExperimentList
+# S4 method for class 'ExperimentList'
isEmpty(x)
-# S4 method for ExperimentList
+# S4 method for class 'ExperimentList'
dimnames(x)
-# S4 method for ExperimentList
+# S4 method for class 'ExperimentList'
colnames(x, do.NULL = TRUE, prefix = "col")
-# S4 method for ExperimentList
+# S4 method for class 'ExperimentList'
rownames(x, do.NULL = TRUE, prefix = "row")
-# S4 method for ExperimentList
+# S4 method for class 'ExperimentList'
mergeReplicates(x, replicates = list(), simplify = BiocGenerics::mean, ...)
-# S4 method for ANY,missing
+# S4 method for class 'ANY,missing'
assay(x, i, withDimnames = TRUE, ...)
-# S4 method for ExperimentList
+# S4 method for class 'ExperimentList'
assays(x, withDimnames = TRUE, ...)
-# S4 method for ExperimentList,missing
+# S4 method for class 'ExperimentList,missing'
assay(x, i, withDimnames = TRUE, ...)
-# S4 method for ExperimentList,numeric
+# S4 method for class 'ExperimentList,numeric'
assay(x, i, withDimnames = TRUE, ...)
-# S4 method for ExperimentList,character
+# S4 method for class 'ExperimentList,character'
assay(x, i, withDimnames = TRUE, ...)
-
-
Arguments
-
- object, x
-An ExperimentList
object
+
+
Arguments
+
+
- object, x
+An ExperimentList
object
-- do.NULL, prefix
+
+- do.NULL, prefix
See ?base::rownames
for a description of
these arguments.
-- replicates
-mergeReplicates: A list
or LogicalList
+
- replicates
+mergeReplicates: A list
or LogicalList
where each element represents a sample and a vector of repeated measurements
for the sample
-- simplify
+- simplify
A function for merging columns where duplicates are indicated
by replicates
-- ...
+- ...
Additional arguments. See details for more information.
-- i
+- i
A scalar character
or integer
index
-- withDimnames
+- withDimnames
logical (default TRUE) whether to return dimension names
-
-
Value
-
-
-
An ExperimentList
class object
+
+
Value
+
An ExperimentList
class object
-
-
Methods (by generic)
-
-
-