se_to_sce | R Documentation |
SummarizedExperiment
==> SingleCellExperiment
Convert: SummarizedExperiment
==> SingleCellExperiment
se_to_sce(obj, verbose = TRUE)
obj |
A single-cell object supported by scKirby. See converters for a table of all supported conversions. |
verbose |
Print messages. |
obj <- example_obj("se")
obj2 <- se_to_sce(obj)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.