arrange {scater}R Documentation

Arrange columns (cells) of a SingleCellExperiment object (deprecated).

Description

The SingleCellExperiment returned will have cells ordered by the corresponding variable in colData(object).

Usage

arrange(object, ...)

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

Arguments

object

A SingleCellExperiment object.

...

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