replicates {TimeSeriesExperiment} | R Documentation |
Replicate information
replicates(object, ...) ## S4 method for signature 'TimeSeriesExperiment' replicates(object) replicates(object, ...) <- value ## S4 replacement method for signature 'TimeSeriesExperiment' replicates(object) <- value
object |
a |
... |
argiments to other functions. |
value |
a character vector with new replicate ids. |
a character vector
data("endoderm_small") head(replicates(endoderm_small)) replicates(endoderm_small) <- sample(c("R1", "R2", "R3"), ncol(endoderm_small), replace = TRUE) head(replicates(endoderm_small))