Description Usage Arguments Value Examples
Timepoint information
1 2 3 4 5 6 7 8 9 | timepoints(object, ...)
## S4 method for signature 'TimeSeriesExperiment'
timepoints(object)
timepoints(object, ...) <- value
## S4 replacement method for signature 'TimeSeriesExperiment'
timepoints(object) <- value
|
object |
a |
... |
argiments to other functions. |
value |
a numeric vector with new time information. |
a numeric vector
1 2 3 4 | data("endoderm_small")
head(timepoints(endoderm_small))
timepoints(endoderm_small) <- sample(1:ncol(endoderm_small))
head(timepoints(endoderm_small))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.