decode | R Documentation |
Decode column data that uses run-length encoding
decode(x, ...)
## S4 method for signature 'SummarizedExperiment'
decode(x)
x |
Object. |
... |
Additional arguments. |
Modified object.
Columns will be decoded and no longer Rle
class.
Modified object.
Updated 2021-06-04.
S4Vectors::decode()
.
data(RangedSummarizedExperiment, package = "AcidTest")
## SummarizedExperiment ====
## This works on rowData and colData.
object <- RangedSummarizedExperiment
object <- decode(object)
lapply(SummarizedExperiment::rowData(object), class)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.