Description Usage Arguments Details Value Examples
Getter and setter methods for timeSeries
slot of
a TimeSeriesExperiment
object.
1 2 3 4 5 6 7 8 9 | timeSeries(object, ...)
## S4 method for signature 'TimeSeriesExperiment'
timeSeries(object, name = NULL)
timeSeries(object, ...) <- value
## S4 replacement method for signature 'TimeSeriesExperiment'
timeSeries(object) <- value
|
object |
a |
... |
argiments to other functions. |
name |
a character string, one of 'ts', 'ts_with_lags', 'ts_collapsed' and 'ts_collapsed_with_lags'. If NULL, all elements are returned. |
value |
replacement list |
timeSeries
slot is a list with 'ts' and (optionally)
'ts_collapsed' storing data formatted as time-series/time-courses.
a data.frame
1 2 3 4 | data("endoderm_small")
endoderm_small <- makeTimeSeries(endoderm_small)
head(timeSeries(endoderm_small))
head(timeSeries(endoderm_small, name = 'ts'))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.