updateSCESet: Update an SCESet object to the current version

Description Usage Arguments Value Examples

View source: R/SCESet-methods.R

Description

It can be necessary to update an SCESet produced with an older version of the package to be compatible with the current version of the package.

Usage

1
updateSCESet(object)

Arguments

object

an SCESet object to be updated

Value

an updated SCESet object

Examples

1
2
3
4
5
data("sc_example_counts")
data("sc_example_cell_info")
pd <- new("AnnotatedDataFrame", data = sc_example_cell_info)
example_sceset <- newSCESet(countData = sc_example_counts, phenoData = pd)
updateSCESet(example_sceset)

dynverse/scaterlegacy documentation built on Feb. 17, 2020, 5:07 a.m.