toSingleCellExperiment: Convert an SCESet object to a SingleCellExperiment object

Description Usage Arguments Value Examples

View source: R/SCESet-methods.R

Description

Convert an SCESet object produced with an older version of the package to a SingleCellExperiment object compatible with the current version.

Usage

1
2
3

Arguments

object

an SCESet object to be updated

Value

a SingleCellExperiment object

Examples

1
2
3
4
5
6
7
8
## Not run: 
updateSCESet(example_sceset)

## End(Not run)
## Not run: 
toSingleCellExperiment(example_sceset)

## End(Not run)

scater documentation built on Feb. 28, 2021, 2:01 a.m.