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