Description Usage Arguments Value Examples
Assay and colData collapsed over replicates. The values can be computed with set with collapseReplicates function.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | assayCollapsed(object, ...)
## S4 method for signature 'TimeSeriesExperiment'
assayCollapsed(object)
assayCollapsed(object, ...) <- value
## S4 replacement method for signature 'TimeSeriesExperiment'
assayCollapsed(object) <- value
colDataCollapsed(object, ...)
## S4 method for signature 'TimeSeriesExperiment'
colDataCollapsed(object)
colDataCollapsed(object, ...) <- value
## S4 replacement method for signature 'TimeSeriesExperiment'
colDataCollapsed(object) <- value
|
object |
a |
... |
argiments to other functions. |
value |
a numerical matrix |
a DataFrame
1 2 3 4 5 6 7 | data("endoderm_small")
endoderm_small <- collapseReplicates(endoderm_small)
head(assayCollapsed(endoderm_small))
data("endoderm_small")
endoderm_small <- collapseReplicates(endoderm_small)
head(colDataCollapsed(endoderm_small))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.