mutate {scater}R Documentation

Add new variables to colData(object) (deprecated).

Description

Add new variables to colData(object) (deprecated).

Usage

mutate(object, ...)

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

Arguments

object

a SingleCellExperiment object.

...

Additional arguments to be passed to dplyr::mutate 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]