convertSampleIdsToNames | R Documentation |
Convert sample identifiers to names
convertSampleIdsToNames(object, ...)
## S4 method for signature 'SummarizedExperiment'
convertSampleIdsToNames(object)
object |
Object. |
... |
Additional arguments. |
Modified object of same class, with valid sample IDs remapped to human-readable sample names.
Updated 2021-02-02.
data(RangedSummarizedExperiment, package = "AcidTest")
## SummarizedExperiment ===
object <- RangedSummarizedExperiment
convertSampleIdsToNames(object)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.