Description Usage Arguments Value Examples
rowData()
holds information on individual features
including corresponding feature name in column 'feature'.
1 2 | ## S4 replacement method for signature 'TimeSeriesExperiment'
rowData(x, ...) <- value
|
x |
a |
... |
argiments to other functions. |
value |
a |
a S4Vectors::DataFrame
1 2 3 4 5 6 | data("endoderm_small")
head(rowData(endoderm_small))
rowData(endoderm_small) <- data.frame(
feature = rowData(endoderm_small)$feature,
random = sample(nrow(endoderm_small), nrow(endoderm_small)))
head(rowData(endoderm_small))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.