Description Usage Arguments Details Value Examples
colnames()
, rownames()
can be used to reset the dimensions, column and row names respectively.
The data will be updated across all slots of TimeSeriesExperiment
.
1 2 3 4 5 |
x |
a |
value |
a character vector or a list of two character vectors with new dimension names. |
Setting colnames()
automatically updates
information in dimensionReduction
slot.
a character vector
1 2 3 4 | data("endoderm_small")
head(colnames(endoderm_small))
colnames(endoderm_small) <- paste0("Smp", 1:ncol(endoderm_small))
head(colnames(endoderm_small))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.