Description Usage Arguments Value Examples
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.
1 2 | ## S4 method for signature 'EMSet'
updateObject(object)
|
object |
An old EMSet. |
An updated EMSet.
1 2 3 4 5 | ## Not run:
# Make sure you replace your original object with the updated object
object <- updateObject(object)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.