to_se | R Documentation |
SummarizedExperiment
Convert any object to SummarizedExperiment or SingleCellExperiment format.
to_se(obj, as_sce = FALSE, as_delayedarray = 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. |
as_delayedarray |
Convert to DelayedArray. |
verbose |
Print messages. |
A SummarizedExperiment or SingleCellExperiment object.
obj <- example_obj("seurat")
obj2 <- to_se(obj)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.