sce_to_se | R Documentation |
SingleCellExperiment
==> SummarizedExperiment
Convert: SingleCellExperiment
==> SummarizedExperiment
sce_to_se(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("sce")
obj2 <- sce_to_se(obj)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.