Description Usage Arguments Value Examples
View source: R/SCESet-methods.R
Convert an SCESet object produced with an older version of the package to a SingleCellExperiment object compatible with the current version.
1 2 3 | updateSCESet(object)
toSingleCellExperiment(object)
|
object |
an |
a SingleCellExperiment
object
1 2 3 4 5 6 7 8 | ## Not run:
updateSCESet(example_sceset)
## End(Not run)
## Not run:
toSingleCellExperiment(example_sceset)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.