Description Usage Arguments Value Examples
View source: R/SCESet-methods.R
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.
1 | updateSCESet(object)
|
object |
an |
an updated SCESet
object
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.