updateObject-EMSet-method: updateObject

Description Usage Arguments Value Examples

Description

Converts EMSets from ascend version < 0.5.0 to new EMSet that inherits from SingleCellExperiment. Please note that normalised data will be used as the main count matrix, and loaded into the normcounts slot if a normalisation method was logged. Quality control metrics will be re-calculated upon conversion.

Usage

1
2
## S4 method for signature 'EMSet'
updateObject(object)

Arguments

object

An old EMSet.

Value

An updated EMSet.

Examples

1
2
3
4
5
## Not run: 
# Make sure you replace your original object with the updated object
object <- updateObject(object)

## End(Not run)

IMB-Computational-Genomics-Lab/ascend documentation built on Aug. 29, 2019, 4:10 a.m.