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