toSingleCellExperiment: Convert an SCESet object to a SingleCellExperiment object

View source: R/SCESet-methods.R

updateSCESetR Documentation

Convert an SCESet object to a SingleCellExperiment object

Description

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

Usage

updateSCESet(object)

toSingleCellExperiment(object)

Arguments

object

an SCESet object to be updated

Value

a SingleCellExperiment object

Examples

## Not run: 
updateSCESet(example_sceset)

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

## End(Not run)

Alanocallaghan/scater documentation built on Feb. 10, 2024, 6:28 a.m.