convertSampleIdsToNames: Convert sample identifiers to names

convertSampleIdsToNamesR Documentation

Convert sample identifiers to names

Description

Convert sample identifiers to names

Usage

convertSampleIdsToNames(object, ...)

## S4 method for signature 'SingleCellExperiment'
convertSampleIdsToNames(object)

Arguments

object

Object.

...

Additional arguments.

Value

Modified object of same class, with valid sample IDs remapped to human-readable sample names.

Note

Updated 2022-03-02.

Examples

data(SingleCellExperiment_splatter, package = "AcidTest")

## SingleCellExperiment ====
object <- SingleCellExperiment_splatter
convertSampleIdsToNames(object)

acidgenomics/r-acidsinglecell documentation built on March 30, 2024, 5:39 a.m.