rename {scater}R Documentation

Rename variables of colData(object) (deprecated).

Description

Rename variables of colData(object) (deprecated).

Usage

rename(object, ...)

## S4 method for signature 'SingleCellExperiment'
rename(object, ...)

Arguments

object

A SingleCellExperiment object.

...

Additional arguments to be passed to dplyr::rename to act on colData(object).

Details

Refer to https://github.com/sa-lee/plyexperiment for replacement functionality.

Value

An SingleCellExperiment object.


[Package scater version 1.12.2 Index]