timepoints {TimeSeriesExperiment}R Documentation

Timepoint information

Description

Timepoint information

Usage

timepoints(object, ...)

## S4 method for signature 'TimeSeriesExperiment'
timepoints(object)

timepoints(object, ...) <- value

## S4 replacement method for signature 'TimeSeriesExperiment'
timepoints(object) <- value

Arguments

object

a TimeSeriesExperiment object.

...

argiments to other functions.

value

a numeric vector with new time information.

Value

a numeric vector

Examples

data("endoderm_small")
head(timepoints(endoderm_small))
timepoints(endoderm_small) <- sample(1:ncol(endoderm_small))
head(timepoints(endoderm_small))


[Package TimeSeriesExperiment version 1.11.1 Index]