updateSCESet {scater} | R Documentation |
Convert an SCESet object produced with an older version of the package to a SingleCellExperiment object compatible with the current version.
updateSCESet(object) toSingleCellExperiment(object)
object |
an |
a SingleCellExperiment
object
## Not run: updateSCESet(example_sceset) ## End(Not run) ## Not run: toSingleCellExperiment(example_sceset) ## End(Not run)