Description Usage Arguments Value Examples
Replicate information
1 2 3 4 5 6 7 8 9 | 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
1 2 3 4 5 | data("endoderm_small")
head(replicates(endoderm_small))
replicates(endoderm_small) <- sample(c("R1", "R2", "R3"),
ncol(endoderm_small), replace = TRUE)
head(replicates(endoderm_small))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.