Description Usage Arguments Value Examples
This function aggregates the data over replicates, i.e. returns collapse data for each group and at each time point.
1 | collapseReplicates(object, FUN = mean)
|
object |
A |
FUN |
the aggreagate function. Default is mean |
Returns TimeSeriesExperiment
object after collapsing
over replicates. Collapsed data is stored sample.data.collapsed
and data.collapsed
slots.
1 2 3 | data("endoderm_small")
endoderm_small <- collapseReplicates(endoderm_small)
assayCollapsed(endoderm_small)[1:10, 1:6]
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.