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 'SummarizedExperiment'
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 2021-02-02.

Examples

data(RangedSummarizedExperiment, package = "AcidTest")

## SummarizedExperiment ===
object <- RangedSummarizedExperiment
convertSampleIdsToNames(object)

acidgenomics/r-acidexperiment documentation built on March 29, 2025, 4:20 a.m.