timepoints {TimeSeriesExperiment} | R Documentation |
Timepoint information
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
data("endoderm_small") head(timepoints(endoderm_small)) timepoints(endoderm_small) <- sample(1:ncol(endoderm_small)) head(timepoints(endoderm_small))